body {
    overflow: hidden;
    margin: 0 !important; 
    padding: 0 !important;
    height: 100%;
    width: 100%;
}

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

h1, h2, h3, h4, p {
    margin: 10px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-left: 20px;
}

h1 {
    font-size: 2.3em;
    line-height: 30px;
}

h2 {
    font-size: 1.5em;
    line-height: 23px;
}

h3 {
    font-size: 1.3em;
    line-height: 25px;
    text-transform:uppercase
}

h4 {
    font-size: 0.9em;
    line-height: 25px;
}

h5 {
    font-size: 0.70em;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

p {
    font-size: 0.9em;
    text-align: left;
    line-height: 15px;
}

li {
    font-size: 0.9em;
    line-height: 0px;
}

a {
    margin: 1px; 
}

#legend {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    left: 12px;
    bottom: 35px;
    width: 300px;
    padding: 10px 1px 10px 1px;
    border-radius: 5px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
}

.small_font {
    font-size: 0.85em;
    font-family: 'Roboto Condensed', sans-serif;
}

.dark, li {
    color:rgba(29, 78, 124, 1);
    margin-left: 0px;
}


.popup_title {
    border: 5px solid rgb(111,41,97);
    border-radius: .5em;
    background-color: rgba(29, 78, 124, 0.9);
    margin-top: 20px;
}

.popup_main ul, p {
    margin-left: 10px;
    padding-left: 15px;
}

.mapboxgl-popup {
    max-width: 265px !important;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0.1px solid rgba(206, 173, 173, 0.4);
    width: 90%;
}
