body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    width: 75%;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: normal;
    color: white;
    margin-left: 5px;
    font-weight: 800;
    margin-left: 5px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-top: 10px !important;
    text-align: center;
    line-height: normal;
    color: #2A2D34;
    font-weight: 700;
}

img {
    padding-top: 25vh !important;
    width: 40%;
    margin: auto !important;
    display: block;
}

.map-overlay {
    position: absolute;
    width: 25%;
    top: 0;
    bottom: 0;
    left: 0;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    max-height: 100%;
    overflow: hidden;
}

.map-overlay fieldset {
    background: #0d41e1;
    width: 100%;
    border: none;
    margin: 0;
}

.geocoder {
    position: absolute;
    z-index: 1;
    width: 45%;
    left: 50%;
    margin-left: -5%;
}

.map-overlay fieldset .mapboxgl-ctrl-geocoder {
    min-width: 95%;
    margin-bottom: 7px;
}

.map-overlay fieldset .mapboxgl-ctrl-geocoder input {
    outline: none;
    outline-width: 0;
}

.map-overlay .listing {
    overflow: auto;
    max-height: 100%;
}

.map-overlay .listing>* {
    display: block;
    padding: 5px 10px;
    margin: 0;
}

.map-overlay .listing div {
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #2A2D34;
    padding-bottom: 15px;
}

.map-overlay .listing h2 {
    font-family: 'Montserrat', sans-serif;
    color: #2A2D34;
    font-size: 17px;
    margin-bottom: -5px;
}

.map-overlay .listing h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #4c4c4d;
    font-size: 12px;
    margin-bottom: 15px;
}

.map-overlay .listing a {
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    background-color: #0d41e1;
    border-radius: 9px;
    text-decoration: none;
    margin-right: 10px;
}

.map-overlay .listing a:last-child {
    border: none;
}

.map-overlay .listing a:hover {
    opacity: 0.75;
}