/* Enter Your Custom CSS Here */
.mh-custom-header { text-align: center; }
.mh-main-nav ul { display: table; margin: 0 auto; }
.page-title{
 display: none; 
}
.mh-main-nav-wrap{
 background: #E00700; 
}
.mh-main-nav{
 background: #E00700;  
}
.mh-main-nav li a{
 padding: 8px 30px;
 border-left: none;
}
.mh-main-nav li:hover { background: #100C66; }
.mh-main-nav .menu > .current-menu-item { background: #100C66; }
.mh-main-nav .menu > .current-menu-item:hover { background: none; }
.mh-copyright{
 text-align: center; 
}
.mh-copyright-wrap{
 background: #E00700; 
}
a{
 text-decoration: none !important;
}
.mh-wrapper {
    background: rgba(255, 255, 255, 0.16);
}
.mh-header{
 background: transparent; 
}