body {
    background: #d4dadc;
    background: #ffffff;
    /*background-image: linear-gradient(#d4dadc, #EBB931,#d4dadc);*/
    color: #000;
    /*background-image: url(../static/imgs/virus.svg);
    background-position: center -6em;
    background-size: 15em auto;
    background-repeat: no-repeat;*/
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

section {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#container {
    z-index: 1;
}

#cover {
    /*height: 60vh;*/
    z-index: 0;
}

#cover img {
    width: 15em;
    height: auto;
    margin-top: 1em;
}

h1 {
    /*color:#EBB931;
    font-weight: bold;
    text-shadow:
     3px  3px 0 #fff,
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;*/
}

#map svg,
#map canvas {
    position: absolute;
    top: 0px;
    left: 0px;
}

.mapcontainer {
    width: 100%;
    height: 100vh;
    top: 0;
    max-height: -webkit-fill-available;
    max-height: -moz-available;
    /*border-top: 3px solid #000;
    border-bottom: 3px solid #000;*/
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: none;
}

.mapwithleaflet {
    width: 100%;
    height: 100%;
    background: #fff;
}

.person-icon,
.place-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*text-align: center;*/
    /*justify-content: center;*/
}

.person-icon img,
.place-icon img {
    width: 100%;
    height: auto;
}

.person-icon .num,
.place-icon .name {
    font-size: 8px;
    /* font-weight: bold; */
    background: #fff;
    border: 1px solid;
    border-radius: 2px;
    width: fit-content;
    padding: 1px 2px;
    margin-top: -3px;
    transform: scaleY(0.9);
    line-height: 1;
}

.person-icon:hover {
    filter: drop-shadow(2px 2px 6px #666);
}


.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.legend {
    font-size: 12px;
    color: #666;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.legend-circle {
    height: 16px;
    width: 16px;
    border-radius: 100%;
}

.legend-circle-inside {
    height: 12px;
    width: 12px;
    border-radius: 100%;
}

.updateTimeContainer {
    font-size: 11px;

    line-height: 11px;
}

.updateTimeContainer .name {
    /*background: #fff;*/
    border: 1px solid #999;
    border-radius: 1em;
    padding: 0.3em 1em;
    color: #999;
}

#updatedtime {
    font-size: 13px;
    color: #999;
}




@media screen and (max-width: 750px) {

    #cover img {
        width: 10em;
        height: auto;
        margin-top: 2em;
    }





}