
#map_section>.map_section_title{
    /* font-family: 'Oswald', sans-serif; */
    font-size: 2.15em;
    color: #a51c30;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 25px;
    margin-top: 45px;
}

#location_select_div{
    position: absolute;
    top: 60px;
    z-index: 300;
    left: 10px;
}

#location_select_div select{
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border: none;
}

#mapContainer{
    height: 500px;
    position: relative;
}

#map{
    height: 100%;
    position: relative;

}

#location_list_div{
    display: flex;
    padding: 10px;
}

.map-location{
    color: #033076;
    padding: 10px;
    cursor: pointer;
}

.map-location:hover{
    box-shadow: 1px 1px 1px lightgrey, -1px -1px 1px lightgrey;
    border-radius: 5px;
}
