
.nav-up {
  top: -88px !important;
}

@media (max-width: 768px) {
  .nav-up {
    top: -77px !important;
  }
}

.nav-down {
  top: 0 !important;
}
