#map{
    position: relative;
    width: 100%;
    height: 94vh;
    top: 52px;
}
footer{
    margin-top: 60px;
}
.fullscreen{
    display: block;
    z-index: 999;
    background-color: #3D4A70;
    position: absolute;
    padding: 11px;
    margin-left: 1%;
    color: #FFF;
    cursor: pointer;
}
.mapArea{position: fixed;}