/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
a:hover {
    text-decoration: none !important;
}

.header-text-responsive {
    font-size: calc(100% + 2vw + 2vh) !important;
}

#map {
    position: relative;
    height:500px;
    width: 100%;
}

.mapboxgl-popup {
    max-width: 400px;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.map-section,
.map-container {
    padding: 0px;
}

.navbar {
    font-weight: 375;
    font-size: 0.8rem !important;
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    min-height: 3.125rem;
  }