.navbar.nav-sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px var(--nav-sticky-box-shadow);
}

.nav-margin {
  margin-top: 0px !important;
}

