body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

html,
body,
#mymap {
    width: 100%;
    height: 100%;
    z-index: 5;
}

.heading a {
    font-size: 3em;
    padding: 10px;
    line-height: 42px;
    font-weight: normal;
    text-decoration: none;
    color: rgba(71, 71, 71, 0.5);
}


.heading {
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(78, 78, 78, 0.5);
    border-radius: 5px;
    height: 47px;
    z-index: 10;
}

.nextRun {
    position: absolute;
    top: 10px;
    left: 20%;
    padding: 7px 10px;
    max-width: 60%;
    color: rgba(71, 71, 71, 0.5);
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(78, 78, 78, 0.5);
    border-radius: 5px;
    z-index: 10;
}

@media screen and (max-width: 700px) {
    .nextRun {
        left: 25%;
        font-size: .75em;
        padding: 5px 5px;
        max-width: 39%;

    }
