.navbar-nav .nav-link:hover {
  color: #fbb03b !important;
}

.navbar-nav .nav-link {
  transition: color 0.4s ease;
}

