.navbar #navbarNav {
  display: none;
}

.navbar:focus-within #navbarNav {
  display: block;
}


