/*
 * Override colors for leaflet.markercluster default theme.
 * Loaded after MarkerCluster.Default.css from OpenStreetMapAsset.
 */
 .marker-cluster {
    color: white;
 }

.marker-cluster-small {
    background-color: rgba(37, 93, 182, 0.28);
}

.marker-cluster-small div {
    background-color: rgba(37, 93, 182, 0.8);
}

.marker-cluster-medium {
    background-color: rgba(177, 133, 24, 0.3);
}

.marker-cluster-medium div {
    background-color: rgba(177, 133, 24, 0.82);
}

.marker-cluster-large {
    background-color: rgba(145, 56, 46, 0.28);
}

.marker-cluster-large div {
    background-color: rgba(145, 56, 46, 0.8);
}
