.mapboxgl-map {
    font-family: 'Times New Roman', Times, serif;
}

/*  hide mapbox logo and links */
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,
.mapboxgl-ctrl-attrib-inner {
    display: none !important;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    align-self: normal;
    border-bottom: none;
    border-bottom-width: initial;
    border-bottom-style: none;
    border-bottom-color: initial;
    border-top-color: transparent;
}