.container-header {
  background-image: none!important;  
}
.container-header .mod-menu {

}
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 3px 15px;
  color: white;
  background-color: hsl(351, 54%, 37%);
}
.container-header .mod-menu a:hover {
  background-color: #eee;
}

.container-nav{
  background-color: hsl(351, 54%, 37%);
}


/* submenu bg */
.metismenu.mod-menu .metismenu-item > ul {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
background-color: hsl(351, 54%, 37%);
box-shadow: 0 0 0.9em rgba(0, 0, 0, 0.7);
}

/* submenu-item */
.metismenu.mod-menu .metismenu-item>button {
color: white ; 
}