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

}

@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: #06194A;
     hover: #06194A;
  }
}
 #menu-container .dropdown > a:hover {
  background: #06194A;   /* blue-700 */
  color: #ffffff;        /* white text */
  box-shadow: 0 2px 6px rgba(29, 78, 216, 0.3); /* subtle blue shadow */
}

#menu-container .dropdown-menu > a:hover {
  background: #06194A;   /* blue-700 */
  color: #ffffff;        /* white text */
  box-shadow: 0 2px 6px rgba(29, 78, 216, 0.3); /* subtle blue shadow */
}