/* Map iframe reset */
.location-page .map-embed {
  border: 0;
}
.location-page .header-location {
  display: flex;
  flex-direction: column; /* Stack children vertically */
  justify-content: flex-end; /* Align children towards the end (bottom) */
  background: url("/images/sky.jpg") top center no-repeat;
  background-size: cover;
  height: 500px;
  padding-bottom: 7%; /* Add some padding at the bottom */
}

.location-page .header-location .location-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: calc(12px + 3vw); /* Ensure vw has a multiplier */
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=location.css.map */
