.custom-nav-link {
  text-transform: capitalize !important;
  color: black !important;
}

@media all and (max-width: 990.98px) {
  .custom-nav-link a {
    color: #000000 !important;
  }
}

.custom-nav-link:hover a {
  color: #000000 !important;
}


