body {
    font-family: 'Libre Franklin';
    font-weight: 350;
    font-size: 20px;
    color: #333;
}

h1 {
    font-family: 'Libre Franklin';
    font-weight: 600;
}

.map-container {
    width: 100vw;
    height: 60vh;
    background-color: white;
}

.map {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/* Portrait */
@media only screen and (min-device-width: 240px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .map-container {
        height: 60vh;
        margin: 0 auto;
        padding: 2vh 4vw;
        -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 1px 15px 0px rgba(0,0,0,0); 
        box-shadow: 0px 10px 13px -7px #000000, 0px 1px 15px 0px rgba(0,0,0,0);
    }
}


#map {
    background-color: black;
}

.svg-layer path {
    opacity: 0;
}

.svg-layer path:hover {
    opacity: 0.4;
}


.hidden {
    display: none !important;
}

.button-active {
    color: #ff6633 !important;
}

.top-menu {
    background-color: white;
}

.top-buttons {
    background-color: white;
}

footer {
    margin: 0 auto;
    text-align: center;
}

.uk-button {
    padding: 0 22px !important;
}