/* MENU STYLES */
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#map {
    top: 0;
}

@media (min-width: 0px) {
    #header {
        z-index: 3;
        width: 100%;
    }

    .bump {
        height: 10rem;
    }

    .title {
        margin-top: 0;
    }

    #map {
        position: fixed;
        margin-top: var(--header-height);
        bottom: 0px;
    }
}

@media (min-width: 0px) {
    #footer_space {
        width: 100%;
    }

    #map {
        position: fixed;
        bottom: var(--footer-height);
        left: 0px;
    }
}

@media (max-width: 0px) {

    #features {
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    section {
        width: 100%;
    }

    #map {
        z-index: 2;
        overflow: unset;
        position: sticky;
        position: -webkit-sticky;
        height: 40vh;
        width: 100%;
    }

    .yt-embed iframe {
        min-height: 100px;
    }
}

.map-overlay {
    /*font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 200px;
    top: 1%;
    left: 0;
    margin: 2%;
    padding: 10px;
}

.map-overlay-no-margin {
    position: relative;
}

.map-overlay .map-overlay-inner {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 5px 5px 3px;
}

.map-overlay label {
    display: block;
    margin: 0 0 10px;
}

.map-overlay input {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}
