
/* MENU BAR */
.menu-bar {
   text-transform: uppercase;
   font-weight: bold;
   background-color: #224820;
   border-bottom: 1px solid #32642d;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.sm-clean {
   background: #224820;
}
.sm-clean ul {
   background: #32642d;
}
.sm-clean ul a {
   color: #fff;
}

