.navbar {
  background-color: #ffffff !important;
  font-weight: 500;
  color: #ffffff !important;
}

.navbar-nav .nav-link--secondary {
  color: #000000 !important;
  font-weight: 900;
}
.navbar-nav .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease-in-out;
}
.navbar-nav .nav-link:hover::after {
  width: 100%;
}
.navbar-nav .nav-link.active {
  font-weight: 800 !important;
}
.navbar-nav .nav-link.active::after {
  width: 100% !important;
}

.navbar-nav .nav-link.active::after {
  width: 100% !important;
}/*# sourceMappingURL=navbar.css.map */