.navbar {
  font-weight: 500;
}

.nav-link-custom {
  color: #ffffff !important;
  position: relative;
}

.nav-link-custom.active,
.nav-link-custom:hover {
  color: #00c8ff !important; 
}

.navbar .navbar-brand img {
  filter: brightness(0) invert(1);
}
