

/*for large desktops and above go here */
@media (min-width: 992px) {
    /*This changes the color of nav link on desktop to white*/
  .navbar .nav-link {
      color: #fff !important;
    }
    .navbar .nav-link.active {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #0278e5 !important;
}

}