/* Mirrors the original site's .navbar-fixed-top behavior. */
:root{--fixed-header-space:96px}
html{scroll-padding-top:var(--fixed-header-space)}
body{padding-top:var(--fixed-header-space)!important}
.site-header{position:fixed!important;top:0!important;right:0!important;left:0!important;z-index:1030!important;margin:0!important}
@media(max-width:760px){:root{--fixed-header-space:84px}}
