/* Enter Your Custom CSS Here */
#site-title a {
font-family: 'Poiret One', cursive !important;
}

#navmenu li a {
font-family: 'Poiret One', cursive;
}

/*.header-wrapper #site-navigation,
.header-wrapper {
background: lightblue;
}

.header-wrapper #site-navigation {
    background: cfe69d;
}
*/

.header-wrapper  #site-navigation, .header-wrapper .menu li.current-menu-item{
  background:#0869ae;
}
.header-wrapper  .menu li:hover
  background:#76c04f;
}
.top-header-block {
    background: 0f66ad;
}
.header-wrapper .menu li {
    background: none;
}
.header-wrapper .sub-menu li {
    background: #76c04f;
}

.menu li a:hover {
  background: #76c04f;
}

.menu li li a:hover {
  background:#76c04f;
}

.header-wrapper #site-navigation {
    min-height: 30px; //as per your requirement
}

.header-wrapper .menu li a {
    line-height: 30px; //as per your requirement
    padding: 0 33px; //as per your requirement
}