body {
  font-family: 'Instrument Sans', sans-serif;
}
.dropdown-menu {
  display: none;
}
.navBG {
  background-color: #06194a;
  font-size: 1rem;
}

@media (max-width: 1023px) {
  .dropdown-menu {
    /* display: none; */
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 0.5rem;
    width: 100% !important;
    max-height: 80vh;
    overflow-y: auto;
    max-width: 100%;
    overflow-x: auto;
      background-color: #fff;
  }
}
