/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * Bug: Leaflet map goes on top of menu items: Needs to be lowered
 */
div.leaflet-map {
    z-index: 50;
    color:black;
}

.know-your-area-summary {
    /*padding: 6px 8px;*/
    font: 18px/20px Arial, Helvetica, sans-serif;
    background: rgba(255,255,255,1.0);
    /*box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    border-radius: 5px;
    color: black;
}

