@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Montserrat', sans-serif;
background:url('lwt3.jpg') no-repeat top center fixed; 
  background-size: cover;


  margin:0px;
}

#first_half{
	width:75%;
	display:inline-block;
vertical-align:top;
padding-left:5%;
padding-right:5%;
padding-bottom:60px;
text-align:left;
font-size:1.3em;
color:#ffffff;
text-shadow: 2px 2px 2px rgba(0, 5, 0, 0.77);
}


#second_half{
	/*background:rgba(0, 5, 0, 0.4);*/
	width:90%;
	display:inline-block;
padding-left:5%;
padding-right:5%;
padding-top:30px;
font-size:1.3em;
color:#f1f1f1;
text-shadow: 2px 2px 2px rgba(0, 5, 0, 0.88);
font-weight:700;
text-align:right;
}


h1{
	font-size:2em;
	line-height:1em;
	font-family: 'Montserrat', sans-serif;
	color:rgba(229, 232, 0, 0.9); 
	
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-size:1.5em;
	color:rgba(255, 255, 255, 0.9); 
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-size:3em;
	color:rgba(255, 255, 255, 0.8); 
	padding:0 120px;
}

a{
	font-family: 'Montserrat', sans-serif;
	
	color:#cccccc; 
	text-shadow: 2px 2px 2px rgba(0, 5, 0, 0.88);
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	
	color:rgba(255, 255, 255, 1); 
	
}

.bottom{
	text-align:center; 
width:100%; 
margin-top:290px;
}




@media only screen and (max-width: 970px) {
	
	
	.bottom{
	text-align:center; 
width:100%; 
margin-top:240px;
}
h1{
	font-size:5em;
	margin-top:100px;
}

h3{
	
	font-size:2em;
	
	padding:0 120px;
}



#first_half{
	width:90%;
	padding-right:10%

}
	#second_half{
	
	width:90%;
	display:inline-block;
padding:30px;
padding-right:10%;
}

}


@media only screen and (max-width: 570px) {
	
	
	.bottom{
	text-align:center; 
width:100%; 
margin-top:200px;
}
h1{
	font-size:4em;
	margin-top:100px;
}

h3{
	
	font-size:2em;
	
	padding:0 60px;
}

a{
	
	font-size:2em;
}

#first_half{
	width:100%;
	display:block;
}

#second_half{
	
	width:90%;
	display:inline-block;
padding:30px;
}

}






