html,
body,
#map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

p {
    text-align: justify;
}


/* outer circle */

.marker-cluster-small {
    background-color: rgba(158, 202, 225, 0.6);
}

.marker-cluster-medium {
    background-color: rgba(158, 202, 225, 0.6);
}

.marker-cluster-large {
    background-color: rgba(158, 202, 225, 0.6);
}


/* inner circle */

.marker-cluster-small div {
    background-color: rgba(000, 100, 174, 0.6);
}

.marker-cluster-medium div {
    background-color: rgba(000, 100, 174, 0.6);
}

.marker-cluster-large div {
    background-color: rgba(000, 100, 174, 0.6);
}

/* Dropdown Button */

.dropbtn {
    background-color: rgba(49, 130, 189, 0.6);
    color: white;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    border: none;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
    padding: 5px;
    
}

.dropbtn {
    position: relative;
    background-color: rgba(000, 100, 174, 0.6);    
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #ddd;
}


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: rgba(000, 100, 174, 0.6);
}
