body {
  font-family: "Montserrat", Arial, sans-serif;
  color: #3a2a32;
  background: #fff;
}

.landing-page {
  align-items: flex-start;
  min-height: calc(100vh - 180px);
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.coming-label {
  color: #c94f7c;
  letter-spacing: 0.18rem;
}

.brand-title {
  font-family: "Great Vibes", cursive;
  color: #b8326f;
  line-height: 0.9;
}

.service-title {
  color: #8f3a63;
}

.site-header {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.site-header .nav-link,
.site-header .nav-item {
  color: #3a2a32;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus,
.site-header .nav-link.active {
  color: #c94f7c;
}

@media (min-width: 992px) {
  .site-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.dance-image {
  max-width: min(76vw, 460px);
  border-radius: 50%;
  box-shadow: 0 1rem 3rem rgba(184, 50, 111, 0.16);
}

.btn-light {
  color: #fff;
  background-color: #c94f7c;
  border-color: #c94f7c;
}

.btn-light:hover,
.btn-light:focus {
  color: #fff;
  background-color: #b8326f;
  border-color: #b8326f;
}

.btn-outline-light {
  color: #b8326f;
  border-color: #c94f7c;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #fff;
  background-color: #c94f7c;
  border-color: #c94f7c;
}

.facebook-link {
  color: #c94f7c;
  font-size: 2rem;
  text-decoration: none;
}

.facebook-link:hover,
.facebook-link:focus {
  color: #b8326f;
}

.class-section {
  border-top: 1px solid rgba(184, 50, 111, 0.14);
}

.class-photo {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.calendar-entry {
  display: flex;
  min-height: 7.5rem;
  border: 1px solid rgba(184, 50, 111, 0.16);
  background: #fff;
}

.calendar-date {
  display: flex;
  flex: 0 0 7.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #c94f7c;
  text-align: center;
}

.calendar-day {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.calendar-time {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.calendar-body {
  padding: 1rem;
}

@media (min-width: 992px) {
  .landing-page {
    align-items: center;
    min-height: calc(100vh - 210px);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .site-header .nav-link {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 2.8rem;
  }

  .coming-label {
    font-size: 0.78rem;
    letter-spacing: 0.12rem;
  }

  .dance-image {
    max-width: min(64vw, 270px);
    margin-bottom: 0.75rem !important;
  }

  .brand-title {
    font-size: 4.3rem;
  }

  .service-title {
    font-size: 1rem;
  }

  .seo-text {
    font-size: 0.82rem;
  }

  .btn {
    font-size: 0.9rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .facebook-link {
    margin-top: 0.75rem !important;
    font-size: 1.6rem;
  }

  .calendar-entry {
    flex-direction: column;
  }

  .calendar-date {
    flex: none;
    min-height: 6rem;
    width: 100%;
  }
}

@media (max-width: 575.98px) and (max-height: 700px) {
  .dance-image {
    max-width: min(56vw, 220px);
  }

  .brand-title {
    font-size: 3.8rem;
  }

  .service-title {
    font-size: 0.95rem;
  }

  p {
    font-size: 0.9rem;
  }

  .seo-text {
    font-size: 0.78rem;
  }
}
