@media (min-width: 992px) {
.moonlight-header-logo.col-lg-12.col-md-3  {
width:   30%;
}
nav#main {
width: 70%;
}
.cmh-logo {
   float: left;
}
.cmh-name {
   width: 41%;
   float: right;
}
header h1 {
   text-transform: capitalize !important;
   text-align: left !important;
   margin-left: 25px;
   padding-top: 20px;
}
}
}