body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

#menu {
    background: rgba(254, 255, 253, 0.65);
    position: absolute;

    bottom: 30px;
    right: 3em;
    border-radius: 3px;
    width: 120px;


}

#menu a {
    font-size: 12px;
    color: #202020;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(223, 223, 223, 0.25);
    text-align: center;
}

.mapboxgl-popup-content h4 {
    font-weight: 500;
    font-size: 0.9em;
    border-width: 0px 0px 0.5px 0px;
    border-style: solid;
    border-color: rgb(80, 80, 80);
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.mapboxgl-popup-content p {
    font-weight: 300;
    margin-top: 0.3em;
    margin-bottom: 0em;
}

.mapboxgl-popup-content a {
    text-decoration: none;
}

.mapboxgl-popup-content a:hover {
    color: red;
    font-weight: bolder;
}

.nav {
    width: 100%;
    height: 42px;
    background-color: rgb(7, 7, 7);
    position: relative;
    z-index: 999;

}

.box-in {
    width: 400px;
    height: 42px;
    margin: 0 auto;
}

.nav a {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    text-decoration: none;
    color: #e0e0e0;
    line-height: 42px;
    font-size: 14px;
    font-weight: bolder;
    padding: 0 40px;
}

.main {
    background-color: rgb(254, 255, 253, 0.8);
    width:240px;
    margin:10px;
    padding:10px 20px;
    position: absolute;
    z-index: 1;
    font-family: nyt-franklin, helvetica, arial, sans-serif;
}

    @media (max-width:1000px){
        .main{
            z-index: -1;
        }
   }

.main h1 {
    font-size :20px;
    margin:20px 5px;
    }

.main p {
    font-size:14px;
    text-align: justify;
    margin:20px 5px;
}
.legend{
    margin:20px 5px;
   
}

.legend div span {
    display: inline-block;
    margin-left:5px;
    margin-right: 20px;
    border-radius: 0%;
}
