body,button,textarea,input,select {
	font-family: 'Cabin', sans-serif;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, p {
	color:#1A2E40;
	font-weight:600;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.banner h2 {
	color:white;
}

.navbar {

}

.logo--custom {
	padding-top:0.75rem;
	padding-bottom:0.25rem;
}

.nav-center {
	margin-right:inherit;
}

.button {
	background-color: #df702b;
	color:white;
	border:none;
	border-radius:0;
}
.button:hover {
	background-color:#BC5B26;
	color:white;
}

@media screen and (max-width: 768px) {
.logo--custom {
	display:none;
}