/*! responsive-nav.js 1.0.32 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;    
}

.nav-collapse li {
    height: 25px;
  width: 100%;
  display: block;
    background: #a6b41b;
    border-bottom: 1px solid white;

}

.js .nav-collapse {    
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
    width: 150px;
    height: 58px;
    margin: 0 auto !important;
    text-indent: 25px;
    overflow: visible;
    display: block;
    background: #a6b41b url("../index-dat/img/menu2.png") no-repeat 50% 33%;
}


@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
      overflow: visible;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
    .nav-toggle {
    display: none;
  }
    .nav-collapse li {
        display: inline;
        background: none;
}
    #menu a{
        height: 58px;
        color: #2d2d2d;
        margin:0 15px;    
        font-family: 'Merriweather', serif;
        font-weight: 400;
        font-size: 16px;
    }
    #menu a:hover{
        color: #a6b41b;
    }

    #active {
    border-bottom:3px solid #a6b41b;
}
}
