.site-name {
    font-size: 2em;
    padding-top: 0.5em;
}

.marker-cluster-red {
    background-color: #E34757 !important;
    opacity: 0.8;
}
.marker-cluster-red > div {
    background-color: #DF293C !important;
    color:white;
    font-weight: bold;
}
.legend-red {
    background-color: #DF293C;
}

.marker-cluster-orange {
    background-color: #FFCF15 !important;
    opacity: 0.8;
}

.marker-cluster-orange > div {
    background-color: #F2C100 !important;
    color:white;
    font-weight: bold;
}
.legend-orange {
    background-color: #F2C100;
}

.marker-cluster-green {
    background-color: #3BCC34 !important;
    opacity: 0.8;
}
.legend-green {
    background-color: #3BCC34;
}

.marker-cluster-green > div {
    background-color: #33B12D !important;
    color:white;
    font-weight: bold;
}

.marker-cluster-gray {
    background-color: #919191 !important;
    opacity: 0.8;
}

.marker-cluster-gray > div {
    background-color: #808080 !important;
    color:white;
    font-weight: bold;
}

.legend-gray {
    background-color: #808080;
}

.map-legend {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}