html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#map {
    height: calc(100% - 90px);
}

#footer {
    padding-top: 15px;
}

#footer img {
    height: 60px;
}

.logo {
    max-width: 100px;
}

@media only screen and (max-width: 768px) {
    #footer img {
        margin-top: 10px;
        height: 40px;
    }
    .logo {
        max-width: 70px;
    }
    .v-toolbar__title {
        display: none;
    }
}

.v-main__wrap {
    z-index: 1 !important;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    stroke-width: 6px;
}

div#centerDiv {
    width: 100%;
    text-align: center;
}

ul.centerUL {
    margin: 2px auto;
    line-height: 1.4;
    padding-left: 0;
}

.centerUL li {
    display: inline;
    text-align: center;
    margin: 0 20px;
}