@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lato", sans-serif;
	color:#202020;
}
.container {
	padding:0px 25px;
}
.jumbotron {
	background: #fff;
	margin: 0px;
	border: none;
	border-radius: 0px;
	padding:100px 0px 80px;
}
@media (max-width: 576px) {
	.jumbotron {
	padding:50px 0px 80px;
}
}
.jumbotron h1 {
	font-size:56px;
	font-weight: 700;
	line-height: 70px;
	margin:40px 0px 20px;
	color:#0D3B66;
}
.jumbotron h2 {
	font-size:40px;
	font-weight: 400;
	line-height: 48px;
	margin:30px 0px 15px;
}
.jumbotron h3 {
	font-size:240px;
	margin:20px 0px 10px;
}
.jumbotron p {
	font-size:20px;
	font-weight: 400;
	margin:15px 0px 7px;
}
.jumbotron a {
	color:#0D3B66;
}
.logo {
	
	width:100%;
	max-width:400px;
}
.central {
	padding:0px 0px 0px;
}
.central h3 {
	color:#121212;
}
.central h4 {
	color:#121212;
}
.central p {
	color:#121212;
}
footer {
	padding:20px 0px 20px;
	background: #dedede;
	margin-top:-6px;
}
footer a {
	
	color: #E47666 !important;
}