
#map-container{
    z-index: 997;
}
#map-heading{
    /* font-size: 28px; */
    font-size: 1.5rem;
}

#map{
    height: 500px; 
}

.info {
    padding: 5px;
    /* font: 1em Helvetica, sans-serif; */
    background: #ecf0f1;
    background: rgba(255,255,255,0.25);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 1.25em;
    color: #2c3e50;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.legend i {
    width: 1em;
    height: 1em;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}


.leaflet-control-attribution{
    display: none;
}
.leaflet-tile-panel{
    opacity: .8;
}
.leaflet-tooltip{
    background-color: #2c3e50;
    color: #ecf0f1;
    border: none;
    margin: 0;
}

@media only screen and (max-width:  575px) {
    .leaflet-tooltip{
        font-size: .8rem;
    }
    .legend{
        font-size: .8rem;
        bottom: 0;
        right: 0;
    }
}

@media only screen and (max-width: 575px) {
    #map{
        height: 300px;
    }
}


.c3-chart-container{
    padding-right: 1em;
}
.c3-title{
    font-size: 1.25em;
    fill: #2c3e50;
}
.c3-axis-y text {
    fill: #2c3e50;
 }
.c3-axis-x text {
    fill:#2c3e50;
}