body{
	margin:0 auto;
}
#s-main-header{
	height: 642px;
	width: 100%;
	background: url(../images/bg.jpg) center center;
    background-size: cover;
}
#s-main-wrapper{
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}
#s-main-wrapper h1{
	font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:35px;
	margin:0;
	padding-top:118px;
}
#s-main-wrapper h2{
	font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:22px;
	margin:0;
	padding-top:42px;
}
#s-main-content{
	font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	line-height: 22px;
	margin:0;
	padding-top:32px;
	color:#81808f;
	padding-bottom: 140px;
}
#s-main-content p{
	margin-bottom:24px;
    font-size:15px;
    line-height: 22px;
}
@media only screen and (max-width: 991px){
	#s-main-header{
		height: 250px;
		background-size: cover;
	}
	#s-main-wrapper{
		padding:0 30px;
		width: auto;
	}
	#s-main-wrapper h1{
		padding-top:50px;
	}
}
@media only screen and (max-width: 767px){
	#s-main-header{
		background: url(../images/mobile-bg.jpg) center center;
		height: 220px;
		background-size: cover;
	}
	#s-main-wrapper h1{
		font-size:28px;
	}
	#s-main-wrapper h2{
		font-size:18px;
		padding-top:32px;
	}
	#s-main-content{
		font-size:15px;
		padding-top:22px;
	}
}    
