body {
  font-family: Avenir Next LT Pro!important;
}
header {
  background-color: #fff;
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  position: relative;
}
.nav-top {
  justify-content: center;
}
.nav-top .menu-item a {
  padding: 5px 10px;
  font-family: Avenir Next LT Pro;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #000;
}
.nav-top .current_page_item a {
  font-weight: 700;
  color: #41ad49;
}
.custom-logo {
  width: 114px;
  max-width: 100px;
  height: auto;
}

.navbar {
  background-color: #f0d71b;
}
.navbar-collapse {
  justify-content: center;
}
.navbar-nav {
  justify-content: center;
}
.navbar-nav .nav-link {
  padding: 5px 20px;
  font-family: Avenir Next LT Pro;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #303133;
  text-align: center;
}
.navbar-nav .nav-link:hover {
  color: #41ad49!important;
}
.navbar-nav .nav-link:visited {
  color: #303133;
}
.dropdown-item {
  font-size: 11px;
}
.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
  color: #41ad49;
}
.dropdown-item.active, 
.dropdown-item:active {
  background-color: #41ad49;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show {
  color: #41ad49!important;
}

.mod-slogan {
  padding: 5px;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.mod-slogan h1 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.mod-nav-logo {
  padding: 32px 0;
}
.col-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler {
  border: 1px solid #000!important;
  color: #000!important;
  box-shadow: none!important;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: 2px solid #000!important;
}

#menu-left-menu {
  justify-content: center;
  flex-flow: column;
  align-items: flex-start;
}

#menu-right-menu {
  justify-content: center;
  flex-flow: column;
  align-items: flex-end;
}

#menu-left-menu .menu-item,
#menu-right-menu .menu-item {
  margin-bottom: 15px;
}
#menu-left-menu .menu-item a,
#menu-right-menu .menu-item a {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #000;
}
#menu-left-menu .menu-item a {
  box-shadow: 3px 3px 0 rgba(0,0,0,1);
}
#menu-left-menu .menu-item:nth-child(1) a {
  box-shadow: 3px 3px 0 rgba(84,159,2,1);
}
#menu-left-menu .menu-item:nth-child(2) a {
  box-shadow: 3px 3px 0 rgba(240,215,27,1);
}

#menu-right-menu .menu-item a {
  box-shadow: -3px 3px 0 rgba(0,0,0,1);
}
#menu-right-menu .menu-item:nth-child(1) a {
  box-shadow: -3px 3px 0 rgba(138,189,12,1);
}
#menu-right-menu .menu-item:nth-child(2) a {
  box-shadow: -3px 3px 0 rgba(0,0,0,1);
}
/*#menu-left-menu .menu-item a:hover,
#menu-right-menu .menu-item a:hover {
  box-shadow: none;
}*/

.search-icon {
  display: block;
  width: 25px;
  height: 32px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.mod-search {
  padding: 10px;
    background-color: #f0d71b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
    transform: translateY(-70px);
    opacity: 0;
    transition: 0.5s;
}
.mod-search.show {
  z-index: 99;
  transform: translateY(56px);
  opacity: 1;
  transition: 0.5s;
}
.mod-search .search-form {
  display: flex;
    justify-content: center;
    align-items: center;
}
.mod-search .search-form label { width: 100%; }
.mod-search .search-form .search-field {
  border: 1px solid #000;
    padding: 5px 10px;
    width: 100%;
}
.mod-search .search-form .search-submit {
  padding: 5px 15px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

@media(min-width: 768px) {
  .nav-top { padding: 0.5rem 0; }
  .nav-top .menu-item a {
    font-size: 12px;
  }
  #menu-left-menu .menu-item a,
  #menu-right-menu .menu-item a {
    font-size: 20px;
  }
}
@media(min-width: 992px) {
  .custom-logo {
    max-width: 202px;
    margin: 0 0 1rem;
  }
  .navbar>.container {
    flex-flow: column;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
    justify-content: space-around;
  }

  .navbar-nav .nav-link {
    font-size: 20px;
  }
}
@media(min-width: 1400px) {
  .mod-search .container {
    max-width: 900px;
  }
}