/* 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: #fff;
position: relative;
font-family: 'Open Sans', sans-serif;
text-align: center;
}



.wrapper{
    text-align: center;
}


.header{
	width: 70%;
	padding: 50px 15% 0;
	float: left;
	background: #535353;
}

.logo-outer{
	position:relative;
	left:50%;
	float:left;
	clear:both;
	margin:0;
}

.logo-inner{
	position:relative;
	left:-50%;
}


.header h1{
	font-size: 30px;
	color: #68b2b1;
	background: #fff;
	padding: 8px 20px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
	
}

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


.content-wrap{
	width: 80%;
	float: left;
	padding: 60px 10%;
}

.comingsoon{
	width: 50%;
	float: left;
	border-right: 1px solid #eaeaea;
	box-sizing: border-box;
}

.comingsoon h2{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.comingsoon p{
	font-size: 16px;
	font-weight: 600;
}
.subtext{
	padding-bottom: 10px;
}

.comingsoon p span{
	font-weight: 300;
}

.content{
	width: 50%;
	float: left;
}

.content p{
	font-size: 16px;
	line-height: 26px;
}

.footer{
	width: 70%;
	padding: 10px 15%;
	float: left;
}

.footer a{
	color: #000;
	margin: 0 10px;
}

.footer a:hover{
	color: #444;
}

.footer p{
	color: #29a2f3;
	font-size: 12px;
}


@media only screen and (max-width: 1024px){
.header{
	width: 90%;
	padding: 60px 5% 0;
	float: left;
	background: #535353;
}


}



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

.header h1{
	font-size: 25px;
	color: #29a2f3;
	background: #fff;
	padding: 5px 15px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.content-wrap{
	width: 100%;
	float: left;
	padding: 30px 0;
}




.comingsoon{
	width: 100%;
	float: left;
	border-right: none;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 30px 0;
}


.content{
	width: 100%;
	padding: 30px 0;
	float: left;
}
    
}