html, body {
	margin: 0; padding: 0;
	font-family: lato, sans-serif, Roboto;
}
.bgBanner {
	background: url(images/pexels-photo-374023.jpg) no-repeat center center;
	background-size: cover;
	height: 48em;
	color: #ffffff;
}
.bgIntro h1 { color: #1B3D6B; }
.bgFooter {
	background-color: #07304a;
}
.btnVisit {
	border-radius: 0.5em;
	font-size: 1.3em;
	padding: 0.3em 1em;
}