.navbar-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.navbar {
  transition: transform 0.3s ease;
}
