/* Top bar stays visible while the page scrolls */
.navbar.sticky-top,
.navbar-run.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1080;
}

.navbar-run.sticky-top {
    box-shadow: 0 6px 18px rgba(22, 19, 28, 0.18);
}
