body { 
    margin: 0;
    padding: 0; 
}

#map { 
    position: absolute; 
    top: 0;
    bottom: 0;
    width: 100%;
}

.features {
/* background: #fff; */
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 10px;
    border-radius: 3px;
    width: 12px;
    display: flex;
    flex-direction: column;
    /* border: 1px solid rgba(0, 0, 0, 0.4); */
    font-family: 'Open Sans', sans-serif;
}

/* .mapboxgl-ctrl-logo {
    display: none !important;
} */

.layer-btn {
    border-radius: 50%;
    background-color: hsl(60,2%,90%);
    border: none;
    /* color: white; */
    /* padding: 25px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    width: 40px;
    height: 40px;
}

.layer-logo {
    width: 22.5px;
    height: 22.5px;
    margin-inline: auto;
}

.layer-btn:hover{
    background-color: hsl(60,2%,75%);
    transform: scale(1.1)
}

.legend {
    background-color: #fff;
    border-radius: 3px;
    bottom: 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 10px;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.legend h4 {
    margin: 0 0 10px;
}

.legend div span {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

label {
    color: rgb(61, 55, 55);
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}


#menu {
    background-color: hsl(60,2%,60%);
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    width: 250px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif;
}
     
#menu a {
    font-size: 13px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
}
    
#menu a:last-child {
    border: none;
}
    
#menu a:hover {
    background-color: #f8f8f8;
    color: #404040;
}
    
#menu a.active {
    background-color: #3887be;
    color: #ffffff;
}
     
#menu a.active:hover {
    background: #3074a4;
}