
.navbar a {

    font-family: "Bebas Neue", Helvetiva, Arial, sans-serif;
    font-size: 1.4rem;
  
  }
  
  .bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.90);
  }
  
  @media (max-width: 992px) {
    .offcanvas-collapse {
      position: fixed;
      top: 66px;
      /* Height of navbar */
      bottom: 0;
      right: -310px;
      min-width: 300px;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: white;
      transition-timing-function: ease-in-out;
      transition-duration: .3s;
      transition-property: right, visibility;
    }
  
    .offcanvas-collapse.open {
      right: 0px;
      visibility: visible;
    }
  
  }
  
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-scroller a {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.1rem;
    color: #073762;
    font-family: "Bebas Neue", Helvetiva, Arial, sans-serif;
  }
  
  .nav-underline .nav-link:hover {
    color: #073762;
  }
  
  .nav-underline .active {
    font-weight: 500;
    color: #343a40;
  }
  
  li.nav-item a.nav-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  li.nav-items {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  
  ul.navbar-nav {
    max-width: 300px;
  
  }
    