.header {
  animation: fade-head 0.3s ease-in 1s forwards;
}
@keyframes fade-head {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mainMenu__navMobile {
  display: none;
}

.navDesktop {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: normal;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}
.navDesktop a {
  text-decoration: none;
  color: #727477;
}
.navDesktop li {
  position: relative;
  margin: 0 2vw;
  min-width: 4rem;
}
.navDesktop .menu-item:hover::after,
.navDesktop .current-menu-item::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  content: "";
  background-color: #cccccc;
  height: 2px;
}
.navDesktop .current-menu-item a {
  color: #323232;
}
.navDesktop #menu-item-835::after,
.navDesktop #menu-item-8::after {
  background-color: #0062a1;
}
.navDesktop #menu-item-839::after,
.navDesktop #menu-item-9::after {
  background-color: #f29400;
}
.navDesktop #menu-item-841::after,
.navDesktop #menu-item-10::after {
  background-color: #518009;
}
.navDesktop #menu-item-843::after,
.navDesktop #menu-item-11::after {
  background-color: red;
}

/*# sourceMappingURL=menu_d.css.map */
