nav#main-nav-bar {
   background-color: #092c54 !important;
   color: white;
   margin-bottom: 2em;

   #nav-search-menu {
      width: 30em;
      float: right;
   }

   .navbar-brand {
      color: white;
      font-weight: bold;
   }

   .nav-item, .nav-link {
      color: white;
   }

   .mobile-show {
      display: none;
   }
}
