@charset "utf-8";
@import url("../webfonts/Oswald_Regular/stylesheet.css");

/* CSS Document */
body{
	margin:0;
	}
.intype {
	background-image: url(bg-sky.jpg);
	width: 100%;
	height: 260px;
	color: #FFFFFF;
	font-family: "Oswald Regular";
	font-style: normal;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	margin-top: 30px;
	border-style: none;
}
.inlay  {
	padding-top: 55px;
	padding-left: 55px;
}
.inactive {
	color: #B7B5B5;

}
