/* 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{
height: 100%;
margin:0;
padding:0;
font-family: 'Josefin Sans', sans-serif;
background: url(../images/image.jpg) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
color: #282828;
}



.header{
position: absolute;
bottom: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 62%;
padding: 3% 0 0 0;
}

h1{
	font-size: 100px;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.3);
	text-align: center;
	color: #fff;
}

h1 span{
	display: block;
	font-weight:400;
	font-size: 42px; 
}


.content{
	width: 940px;
	margin: 0 auto;
}
.coming_soon{
	position: absolute;
	bottom: 0;
	height: 30%;
	background: rgba(0,0,0,0.6);
	padding: 5% 0 0 0;
	width: 100%;
}

p.left_content{
	font-size: 44px;
	letter-spacing: -1px;	
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	float: left;
}

p.right_content{
	font-size: 24px;
	float: right;
	text-transform: uppercase;
	color: #fff;
	margin-right: -13px;
}

p.right_content a{
	margin: 0 13px;
	color: #ffffff;
	text-decoration: none;
}

p.right_content a:hover{
	text-decoration: underline;
}

p.mobile_content{
	display: none;
}



/*@media screen and (min-width: 1024px)  {


.header{
position: absolute;
bottom: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 62%;
padding: 3% 0 0 0;
}

h1{
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.3);
	text-align: center;
	color: #fff;
}

h1 span{
	display: block;
	font-weight:400;
	font-size: 24px; 
}


.coming_soon{
	position: absolute;
	bottom: 0;
	height: 40%;
	background: rgba(0,0,0,0.6);
	padding: 5% 0 0 0;
	width: 100%;
}


.content{
	width: 100%;
	margin: 0 auto;
}


p.left_content{
	width: 40%;
	font-size: 40px;
	padding: 0 5%;
	letter-spacing: -1px;	
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	float: left;
	margin-bottom: 20px;
}

p.right_content{
	font-size: 18px;
	width: 40%;
	float: right;
	text-transform: uppercase;
	padding: 0 5%;
	color: #fff;
	margin-right: -13px;
}

p.right_content a{
	margin: 0 13px;
	color: #ffffff;
	text-decoration: none;
}

p.right_content a:hover{
	text-decoration: underline;
}



}*/




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

.header{
position: absolute;
bottom: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 62%;
padding: 3% 0 0 0;
}

h1{
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.3);
	text-align: center;
	color: #fff;
}

h1 span{
	display: block;
	font-weight:400;
	font-size: 18px; 
}


.content{
	width: 100%;
	margin: 0 auto;
}
.coming_soon{
	position: absolute;
	bottom: 0;
	height: 40%;
	background: rgba(0,0,0,0.6);
	padding: 5% 0 0 0;
	width: 100%;
}

p.left_content{
	width: auto;
	font-size: 30px;
	text-align: center;
	letter-spacing: -1px;	
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	float: none;
	margin-bottom: 20px;
}

p.right_content{
	display: none;
}

p.mobile_content{
	display: block;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-right: 0;
	line-height: 35px;
}

p.mobile_content a{
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}

p.mobile_content a:hover{
	text-decoration: underline;
}


	
}

