h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
	font-family: 'Lato', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.banner{
	background: url(../images/banner_image1.jpg), url(../images/banner_image2.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:auto;
	padding:4em 0em 0em;
	min-height:80px;
}	
.banner h1{
    font-size:4em;
	font-weight:400;
	color:#ffffff;
	text-shadow:0 0 6px #000;
	vertical-align: text-top;
}
.banner p{
    font-size:1.5em;
	font-weight:400;
	color:#0066ff;
	line-height: 3.5em;
	margin:1em 0em ;	
}

.footer p {
	font-size: 1.1em;
}
.footer {
	padding:1em 0em;
}
}