nav a.navbar-brand{
font-size: 45px !important;
font-family:'Times New Roman', Times, serif;
color: black !important;
}

li{display: inline !important;}


@media screen and (max-width: 675px) {
    .nav-user{
        display:none !important;
    }
    .nav-search{
        display: none !important;
    }

    .navbar-brand{
        width: 40% !important;
    }

  }


  a.nav-link.active{
    background: transparent !important;
    color: blue !important;
  }
