#map {
    height: 80vh;
    width: 100%;
}

.leaflet-popup-content{
    width: 255px;
    height: 185px;
    background: rgb(7, 0, 0);
    color: white;
    border: 1.8px solid rgb(238, 238, 33);
    margin: 0;
    border-radius: 5px;   
    box-shadow: none;
    padding: 8px;
    line-height: 2.12;
 }

.leaflet-popup-content-wrapper{
    background: black;
    padding: 0%;
}


.leaflet-control-layers{
    background-color: #282829;
    color: white;
    width: 145px;
    height: 110px;
    opacity: 0.8;
      
}
.leaflet-control-layers-separator{
    border-top: 1px solid rgb(104, 101, 107);
}

.headings{
    font-size: 13px;
    color: rgb(206, 239, 19);
}

.smalltext{
    font-size: 10px;
    color: aqua;
}

.customaMargine{

    margin-left: 50px;
    margin-right: 50px;
}

.header{
    text-align: center;
    font-size:20px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: white;
    box-shadow: 1px 0px 0.5px 1.5px #888888;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px;
    font-variant: small-caps;
}

.description{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: white;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px;
    font-variant: small-caps;

}

.legend{
    height: 210px;
    width: 179pX;
    margin-top: 39px;
    margin-left: 5px;
       
 }

.info.legend {
    margin-bottom: 45px;
    margin-right: 15px;
    
}


.col-lg-12{
    border: 1px solid rgb(11, 11, 11);
    background:rgb(29, 29, 29);
    box-shadow: 1px 0px 1px 1px #3c3d3d;
    
}

.leaflet-control-attribution.leaflet-control{
    padding-left: 0px;
    border: 1px solid rgb(29, 27, 27);
    border-radius: 2px;
    color: rgb(6, 6, 6);
    line-height: 20px;
    margin-bottom: 1px;
    margin-right: 1px;
}

.leaflet-control-attribution.leaflet-control{
    background: rgb(21, 21, 20);
    color: rgb(255, 255, 255);
}

.attributes{
    color: rgb(252, 251, 251);
   
}

.leaflet-control-scale-line{
    background-color: black;
    color: white;
    text-shadow: none;
    border-right:0px;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border: 0px;
    margin-bottom: 40px;
    margin-left: 15px;
       
}

.northarrow{
    height: 50px;
    width: 40px;
    margin-left: 35px;
    margin-top: 195px;
}


.leaflet-touch .leaflet-bar{
    border: 1px solid rgb(21, 21, 21);
}
.leaflet-touch .leaflet-control-layers{
    border: 1px solid red;
}

.leaflet-bottom{
    margin-right: -10px;

}

