:root {
    --bs-primary-rgb: 8,66,152;
}

.navbar-brand { line-height: 0; }
#site-logo { max-height: calc(1rem + 1.4vw); position: relative; top: -0.2vw; }

.scrollable-nav {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none; /* Firefox */
}
.scrollable-nav::-webkit-scrollbar {
  display: none; /* WebKit browsers */
}

.small-text {
  font-size: 0.75em;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}