/* 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: 'Lato', sans-serif;
    
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
color: #1e1e1c;
  
}



.header{
position: absolute;
bottom: 0;

width: 100%;
height:100%;
padding: 3% 0 0 0;
}

h1{
	font-size: 30px;
	
	text-align: center;
	color: #1e1e1c;
    margin-left:25%;
    margin-right:25%;
  
 
}

h2{
	font-size: 20px;
	
	
	
	text-align: center;
	color: #1e1e1c;
  
}

h2 a:link{
    
    font-size: 20px;
	
	
	text-align: center;
	color: #1e1e1c;
    
}

h1 span{
	display: block;
	
	font-size: 35px;
    margin-top: 20px;
}


.content{
	width: 940px;
	margin: 0 auto;
}


p.left_content{
	font-size: 44px;
	
	font-weight:900;
	color: #1e1e1c;
	
	float: left;
}

p.right_content{
	font-size: 24px;
	float: right;
	
	color: #1e1e1c;
	margin-right: -13px;
}

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

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

p.mobile_content{
	display: none;
}

h2.mobile_content{
	display: none;
}





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


.header{
position: absolute;
bottom: 0;

width: 100%;
height: 62%;
padding: 3% 0 0 0;
}

h1{
	font-size: 20px;
	
	text-align: center;
	color: #1e1e1c;
    margin-left:25%;
    margin-right:25%;
}

h1 span{
	display: block;
	
	font-size: 20px; 
}





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


p.left_content{
	width: 40%;
	font-size: 40px;
	padding: 0 5%;
		font-weight:900;
	
	color: #1e1e1c;
	
	float: left;

}

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

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

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



}*/




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

.header{
position: absolute;
bottom: 0;

width: 100%;
height: 100%;
padding: 3% 0 0 0;
}

h1{
	font-size: 20px;
	

	
	text-align: center;
	color: #1e1e1c;
}

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


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


p.left_content{
	width: auto;
	font-size: 20px;
	text-align: center;
		font-weight:900;
	
	color: #1e1e1c;
	
	float: none;
	margin-bottom: 20px;
}

p.right_content{
	display: none;
}

p.mobile_content{
	display: block;
	font-size: 20px;
	text-align: center;
	
	color: #1e1e1c;
	margin-right: 0;
	
}

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

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


	
}

