/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

body{
margin:0;
padding:0;
color: #222;
position: relative;
font-family: 'Arial', sans-serif;
text-align: center;
}

.banner{
	height: 200px;
	width: 100%;
	float: left;
	background: url(../images/background.jpg) center top no-repeat;
	background-size: cover;
}

.wrapper{
    text-align: center;
}

.header{
	width: 70%;
	padding: 20px 15%;
	float: left;
}

.header h1{
	font-family: 'Tahoma', cursive;
	font-size: 30px;
	color: #333;
}

.header h1 span{
	color: #9e0000;
}

.content-wrapper{
	width: 60%;
	padding: 0 20%;
}

.content{
	width: 100%;
	padding: 20px 0;
	text-align: center;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);	
  -webkit-border-radius: 8px;
  border-radius: 8px;	
	margin-bottom: 30px;
	float: left;
}

.content p.comingsoon{
	color: #9e0000;
	font-size: 24px;
}

.content p.main-content{
	font-size: 20px;
	color: #666;
	line-height: 30px;
}


.mainform{
	width: 60%;
	margin-top: 20px;
	padding:0 20%;
}




.social{
	width: 100%;
	float: left;
	margin:30px 0 10px 0;
}

.social a{
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 10px;
	cursor: pointer;
}

.social a.facebook{
	color: #3b5998;
}

.social a:hover{
	text-decoration: underline;
}



@media only screen and (max-width: 1024px){

.banner{
	height: 200px;
}

.header, .content-wrapper{
	width: 90%;
	padding: 20px 5%;
}

}



@media only screen and (max-width: 768px){


.banner{
	height: 180px;
}

.header{
	width: 100%;
	padding: 10px 0;
	float: left;
}

.header h1{
	font-size: 30px;
}

.header h1 span{
	color: #9e0000;
}


.content-wrapper{
	width: 100%;
	padding: 0%;
}


.content{
	width: 100%;
	padding: 20px 0;
	text-align: center;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.2);	
  -webkit-border-radius: 8px;
  border-radius: 8px;	
	margin-bottom: 30px;
	float: left;
}

.mainform{
	width: 90%;
	margin-top: 20px;
	padding:0 5%;
}


}

