@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.deep-blue {
  color: #003366;
}

.deep-blue-bg {
  background-color: #003366;
}

.sky {
  color: #e6f2ff;
}

.sky-bg {
  background-color: #e6f2ff;
}

.charcoal {
  color: #456c94;
}

.charcoal-bg {
  background-color: #456c94;
}

.warm-red {
  color: #cc0000;
}

.warm-red-bg {
  background-color: #cc0000;
}

.soft-gray {
  color: #d6e5f4;
}

.soft-gray-bg {
  background-color: #d6e5f4;
}

.text-h1 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 48px;
}

.text-h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 36px;
}

.text-h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 28px;
}

.text-body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 575.98px) {
  .text-h1 {
    font-size: 22px;
  }

  .text-h2 {
    font-size: 20px;
  }

  .text-h3 {
    font-size: 20px;
  }

  .text-body {
    font-size: 13px;
  }
}

/* Medium screens (tablets and up) */
@media (min-width: 768px) {
  .text-h1 {
    font-size: 40px;
  }

  .text-h2 {
    font-size: 32px;
  }

  .text-h3 {
    font-size: 26px;
  }

  .text-body {
    font-size: 16px;
  }
}

/* Large screens (desktops and up) */
@media (min-width: 992px) {
  .text-h1 {
    font-size: 40px;
  }

  .text-h2 {
    font-size: 36px;
  }

  .text-h3 {
    font-size: 28px;
  }

  .text-body {
    font-size: 16px;
  }
}

.text-button {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 246px;
  text-align: center;
  border-radius: 10px;
}

#map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-out;
}

#screenings-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin: auto;
  border: #456c94 solid 1px;
  border-radius: 50%;
  padding: 8px;
}

.screenings-card {
  width: 100%;
  min-height: 320px;
  height: 100%;
}
