h1{
    text-align: center;
    font-family: sans-serif;
    color: whitesmoke;
}

h3{
    text-align:center;
    color: whitesmoke;
    font-family:'Source Sans Pro', sans-serif;
}

h5{
    color: whitesmoke;
    font-family:'Source Sans Pro', sans-serif;
}

div{
    margin-bottom: 10px;
}

#header{
    background-color: darkcyan;
}

#mapdiv{
    height: 100vh;
}

#slctcountry, #slctdate{
    color: lightgrey;
    border-style: solid;
    border-width: 1px;
    margin-top: 2px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

#startsurvey, #endsurvey{
    color: dimgrey;
    font-size: 9px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto; 
    width: auto; 
    max-width: 100px; 
    max-height: 100px;
}

#legend{
    border-style: dotted;
    border-width:0.5px;
    margin-top: 50px;
    background-color:rgba(255,255,255,0.3);
    display:none;
}