body{
	font-family:Lato;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	color:#444;
	margin:0px;
}

h1{
	font-size:30px;
	text-transform: uppercase;
	margin-bottom:40px;
}

h2{
	font-size:20px;
	line-height: 24px;
}


h3{
	font-size:16px;
	line-height: 20px;
	font-weight: 700;
}

.button{
	display:inline-block;
	background-color: rgba(0, 85, 150, 1);
	padding:10px 30px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	font-size:16px;
}

.button:hover{
	color:#fff;
	background-color: rgba(0, 85, 150, 0.7);
	text-decoration: none;
}

.header{
	padding-top:20px;
}

.logo{
	float:left;
	display:block;
	margin-right:40px;
}

ul.site-nav{
	margin:0;
	padding:0;
	list-style: none;
	float:left;
	padding-top:15px;
}

ul.site-nav li{
	margin:0;
	padding:0;
	list-style: none;
	display:inline;
	margin-right:20px;
}

ul.site-nav li a{
	color:#444 !important;
	font-size:16px;
}

ul.site-nav li a:hover{
	color:#666 !important;
	text-decoration: none;
}
.hero{
	height:300px;
	background-image:url(../img/hero.jpg);
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}

.hero-text{
	color:#fff;
	font-size:36px;
	text-align: center;

}

.middle-text{
	font-size:24px;
	color: rgb(102, 102, 102);
}

.bottom-text{
	font-size:24px;
	text-align: center;
	padding-top:80px;
	color: rgb(102, 102, 102);
}

.footer{
	margin-top:100px;
	background-color:#444;
	padding:40px 0px;
	color:#fff;
}

@media only screen and (max-width : 768px) {
	.hero-text{
		font-size:24px;
		font-weight: 700;
	}

	.site-nav{
		margin-bottom:20px !important;
	}
}
