body { 
    margin: 0; 
    padding: 0; 
    background-color: #ece7e4;
    color: #000;
}
#map-container {
    position: relative;
    height: 60vh;
    width: 40%;
    margin: auto;
    border-radius: 8px;
}
@media only screen and (max-width: 600px) {
    #map-container {
        position: relative;
        width: 100%;
        height: 50vh;
        margin: auto;
        border-radius: 8px;
}
}
#map { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    border-radius: 8px;
}

/* Popup styling */

.mapboxgl-popup {
    padding-bottom: 5px;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    font: 400 15px/22px 'Cabin', sans-serif;
    color: #000;
    padding: 0;
    width: 270px;
}

.mapboxgl-popup-content-wrapper {
    padding: 1%;
}

.mapboxgl-popup-content h3 {
    background: rgb(61, 59, 59);
    text-align: center;
    color: #fff;
    margin: 0;
    display: block;
    padding: 15px;
    font-weight: 700;
    margin-top: -5px;
}

.mapboxgl-popup-content h4 {
    background: #F5F3F5;
    margin: 0;
    display: block;
    padding: 10px 3px 10px 10px;
    font-weight: 400;
}

.mapboxgl-container {
    cursor: pointer;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-content {
    margin-top: 3px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
    border-bottom-color: rgb(61, 59, 59);
}
header {
    background-color: #ece7e4;
    padding: 1px;
    text-align: center;
}

header h1 {
    font-family: 'Cabin', sans-serif;
    font-size: 32px;
}
header p {
    text-align: center;
    font: 14px 'Cabin', sans-serif;
}
.map-key {
    font: 16px 'Cabin', sans-serif;
}

footer {
    background-color: #ece7e4;
    padding: 10px;
    text-align: center;
    font: 16px 'Cabin', sans-serif;
}

.key-circle {
  display: inline-block;
  width: 25px; /* Adjust size as needed */
  height: 25px; /* Example height */
  border-radius: 50%; /* Makes the span a circle */
}
.button,
button {
  display: inline-block;
  text-decoration: none;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  width: 140px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.1px;
  white-space: wrap;
  border-radius: 8px;
  cursor: pointer;
}

.button:hover {
  filter: brightness(90%);
}

/* Brand Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
  padding: 0px 8px 3.5px 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
/* Instagram */
.button.button-instagram {
    color: #ffffff;
    background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
  }
  /* TikTok */
.button.button-tiktok {
    color: #ffffff;
    background-color: #000000;
  }