@media (min-width: 992px) {
.moonlight-header-logo.col-sm-12.col-md-3  {
width:   30%;
}
nav#main {
width: 70%;
}
}

	
header {
background-color: #0a3670 !important;
margin-top: 30px !important;
}
@media (min-width: 992px) {
header {
margin-top: 0 !important;
}
}
.contact-form .form-title h2, .contact-form .field-label {
color: #032654 !important;
}
	
#hero .heroOverlay {
background-color: rgba(3,38,84,1);
}