/* 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;
}

html{
	background: rgb(8,35,62); /* Fall-back */
    background: rgba(8,35,62, .75)

}


body{
margin:0;
padding:0;
color: #fff;
position: relative;
font-family: 'Raleway', sans-serif;
text-align: center;
}


.transy{
width: 100%;
height: 100%;
float: left;
bottom: 0%;
position: absolute;
z-index: -1;
background: url(../comingsoon-images/bg2.jpg) no-repeat top center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.wrapper{
    display: table-cell;
    text-align: center;
	text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.5);    
}


.centered{
display: inline-block;
margin: 0 auto;	
max-width: 360px;
background-color:rgba(70,69,69,.5)

   }


.header{
	width: 80%;
	margin: 0 auto
}

.header img {
margin-top: 5%;
max-width: 100%;
height: auto;
width: auto;
display: block;
}

.header h1{
	font-family: 'Raleway', sans-serif;
	font-size: 120px;
	color: #fff;
}

p.line1{
	font-size: 16x;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	line-height: 24px;
	margin-top: 1em;
	padding: 5%;
}



.content{
	width: 60%;
	text-align: center;
	padding:0 20%;
	margin-bottom: 30px;
	float: left;
}

.content p{
	font-size: 20px;
	font-weight: 700;
	margin: 2em 0;
	text-shadow: none
}



.pane p {	
font-size: 15px;
line-height: 1.85em;
padding: 10px 10px 30px;
}

@media only screen and (max-width: 1024px){


.header, .content{
	width: 80%;
	padding: 0 10%;
}


}



@media only screen and (max-width: 768px){

.header, .content{
	width: 80%;
	padding: 0 5%;
}


.header{
	margin-bottom: 50px;
}

.header h1{
	font-size: 80px;
	color: #fff;
}

.header p.line1{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: -10px;
}


.content p{
	font-size: 20px;
	font-weight: 700;
}

.pane p {	
font-size: 12px;
line-height: 1.75em;
padding: 10px 15px 30px;
}



}



