html, body, .wp-site-blocks, main, .entry-content, .entry-content>.wp-block-group, #airfield-map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.entry-content>.wp-block-group {
    position: relative;
}

nav.wp-block-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: linear-gradient(to bottom, #000000FF, #00000000);
    z-index: 1000;
}

.leaflet-container h3 a {
    color: inherit;
    text-decoration: none;
}
.leaflet-container p {
    margin-top: 0;
}
