#body {
            padding: 0;
            margin: 0;
        }
        html, body,
        .map {
            height:100%;
            width: 100%;
        }
        .info {
            padding: 6px 8px;
            font: 14px/16px Arial, Helvetica, sans-serif;
            background: white;
            background: rgba(255,255,255,0.8);
            background: #ebfffe;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            border-radius: 5px;
        }
        .info h4 {
            margin: 0 0 5px;
            color: #777;
        }
        .leaflet-container .geojson-list{
            max-height: 600px;
        }
        .legendar {
            padding: 6px 8px;
            font: 14px/16px Arial, Helvetica, sans-serif;
            background: white;
            background: rgba(255,255,255,0.8);
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            border-radius: 5px;
        }
        #heading{
            text-align: center;
            text-transform: uppercase;
            font-size: 30px;
            font-family: "Lucida Console", Monaco, monospace;
            z-index: 1000;
            position: absolute;
            width: 100%;
            /*height: 5%;*/
            background-color: none ;
            color: #008c4d;
            margin-left: 10%;
            /*margin-top: 0.5%;*/
        }
        .collapsible div.collapse-open {
            display: block;
        }
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.001s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: absolute;
    top: 5%; /* 70% from the top */
    width: 50%; /* 100% width */
    height: 10%; /* 100% width */
    text-align: center; /* Centered text/links */
    /* margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin-left: 18%;
    font-size: 30px;
    color: #f1f1f1;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color:  #303030;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button */
.closebtn {
    position: absolute;
    top: 85%;
    right: 6px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

.col   {
    width: 20%;
    height: 70%;
    outline: 1.5px solid;
    float: left;
    outline-color: #D0D0D0;
}
        .lorem {

            font-size: 15px;
            font-style: italic;
            color: #f1f1f1;
            margin-left: 10%
        }