.cmh {
   width: 500px !important;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
nav#main .container ul li a {
font-size :    1em ;
padding :    32px 20px ;
}

nav#main .container ul li a {
color: #6f96c0;
} 
nav#main .container ul li:first a {
color: #ffffff !important;
} 




header {
background-color: #ffffff !important;
margin-top: 30px !important;
}

nav#main .container ul li:hover .dropdown-menu li a {
background-color: #ffffff !important;
color: #6f96c0 !important;
}
.dropdown-text a {
color:#6f96c0 !important;
}

.navbar-nav li a {
color: 6f96c0 !important;
}

nav#main .container ul li:hover .dropdown-menu li a:hover {
background-color: #6f96c0 !important;
color: #ffffff !important;
}
nav#main .container ul li:hover a  {
background-color: #6f96c0 !important;
color: #ffffff !important;
} 




@media (min-width: 992px) {
header {
margin-top: 0 !important;
}
.moonlight-header-logo.col-sm-12.col-md-3  {
width:   35%;
}
nav#main {
width: 65%;
}
}