/* Brand color for html background */
html {
  background-color: var(--ast-global-color-0);
}

/* Mobile: Overlay and prevent scroll when menu is open */
.ast-main-header-nav-open {
    overflow: hidden;
}

.ast-main-header-nav-open #content:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 10;
}

/* Mobile: Border to separate header from menu */
.ast-mobile-header-content {
	border-top: 1px solid #e3e3e3;
}

/* Leaflet: Fix warning text alignment */
.leaflet-gesture-handling-scroll-warning:after,
.leaflet-gesture-handling-touch-warning:after {
	text-align: center;
}
