:root {
  --light: #c5c2ba;
  --medium: #7f746b;
  --dark: #494949;
  --black: #000000;
  --green: #7c8b77;
  --pink: #db908a;
  --blue: #436793;
  --purple: #5f3d5f;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  color: var(--dark);
  font-size: 1.7rem;
  margin: 30px 0px 10px 0px;
  line-height: 120%;
}

#calendar {
  border: 0;
  width: 100%;
  min-height: 600px;
}

.page-hr {
  width: 80%;
  height: 1px;
  background-color: var(--medium);
  margin: 60px 0px;
  opacity: 0.5;
}

.hero {
  position: relative;
  width: 1000px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0px auto;
}

.hero img {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.hero-text {
  position: relative;
  padding: 100px 40px;
  font-size: clamp(3rem, 7vw, 10rem);
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 95%;
  letter-spacing: -9px;
  z-index: 4;
  color: white;
  mix-blend-mode: overlay;
  opacity: 0.8;
}

li::marker {
  color: var(--dark);
  font-weight: 700;
}

p {
  line-height: 170%;
  margin-top: 12px;
}

.homepage-content {
  width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  padding: 60px 80px;
}

.page-content {
  width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.806);
  margin: 0px auto;
  padding: 60px 80px;
}

.page-space {
  min-height: 35vh;
  width: 100%;
}

.page-title {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--medium);
  line-height: 110%;
  opacity: 1;
}

.page-name {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--medium);
  line-height: 90%;
  opacity: 1;
}

.page-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 120%;
  margin-top: 8px;
}

.temp-page-title {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 55vh;
  font-size: clamp(3rem, 9vw, 5rem);
  color: var(--medium);
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px;
}

.res-page-space {
  display: none;
}

.page-container {
  width: 100%;
  height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px;
}

.callout {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 1.5rem;
  color: var(--medium);
  opacity: 0.8;
  margin-top: 20px;
}

.callout a {
  color: var(--medium);
  text-decoration: none;
  border-bottom: 1px solid var(--light);
}

button {
  background-color: none;
}

.button-link {
  width: 90%;
  max-width: 250px;
  border: 2px solid var(--medium);
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--dark);
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 30px auto 0px auto;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 120%;
}

.button-link:hover {
  background-color: var(--dark);
  color: white;
}

.wrapper img {
  float: left;
  margin: 0 60px 20px 0;
  width: 260px;
  border-radius: 10px;
}

.services-list {
  margin: 15px auto;
  display: grid;
  grid-template-columns: 55px auto 55px auto;
  gap: 0px 10px;
  align-items: center;
}

.services-list-item {
  display: flex;
  height: 66px;
  align-items: center;
}

.services-list-item a {
  display: flex;
  color: var(--medium);
  text-decoration: none;
  opacity: 1;
  mix-blend-mode: multiply;
  line-height: 120%;
  height: 66px;
  align-items: center;
}

.services-list-item a:hover {
  opacity: 0.9;
}

.services-list-item > img {
  width: 55px;
}

.events-div {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: stretch;
  margin-top: 30px;
}

.event-date {
  display: flex;
  flex-direction: column;
  width: 95px;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
  margin: 10px 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.event-date > h4 {
  font-size: 3em;
  margin: 0;
  line-height: 90%;
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-weight: 300;
}

.event-date > p {
  font-size: 1.5em;
  margin: 0;
  line-height: 90%;
}

.event-time {
  font-size: 0.95em;
  line-height: 140%;
}

.event-info {
  display: flex;
  flex-direction: column;
  margin: 10px 15px;
}

.event-title {
  width: 100%;
  color: var(--medium);
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 3px;
}

.event-subtitle {
  color: var(--medium);
  font-weight: 400;
  line-height: 150%;
}

.event-price {
  color: var(--medium);
  font-weight: 400;
  margin-bottom: 20px;
}

.event-duration {
  color: var(--medium);
  font-weight: 400;
  margin-bottom: 8px;
}

.event-text {
  margin: 8px 0px 8px 0px;
  color: var(--medium);
  line-height: 150%;
}

.event-book {
  width: 100%;
  margin: 10px 15px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .res-page-space {
    display: block;
    width: 100%;
    height: 30px;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .wrapper img {
    float: none;
    margin: 15px auto 20px auto;
    width: 80%;
    max-width: 220px;
  }

  .page-content {
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px;
  }

  .homepage-content {
    width: 100%;
    margin: 0px auto;
    padding: 20px;
  }

  .hero {
    width: 100%;
    height: 25vh;
  }

  .hero img {
    height: auto;
    width: 140%;
    padding: 0px 10px;
  }

  .page-title {
    font-size: 2.5rem;
  }
  .page-name {
    font-size: 2.5rem;
    text-align: center;
  }

  .page-subtitle {
    font-size: 1.5rem;
  }

  .callout {
    font-size: 1.1rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  .button-link {
    max-width: 200px;
    margin: 10px auto 40px auto;
    background-color: var(--light);
  }

  .button-link button {
    background-color: var(--light);
  }

  .page-hr {
    margin: 30px 0px;
  }

  .events-div {
    grid-template-columns: auto;
    place-items: center;
    margin-top: 15px;
    text-align: center;
  }

  .event-date {
    width: 100%;
  }

  .event-book > .button-link {
    width: 100%;
    max-width: 1000px;
  }
}

@media screen and (max-width: 575px) {
  .page-hr {
    margin: 20px 0px 40px 0px;
  }

  #calendar {
    min-height: 350px;
  }

  .content-text > ol {
    display: grid;
    grid-template-columns: auto;
  }

  .services-list {
    margin: 0px;
    grid-template-columns: 55px auto;
  }

  .page-hr {
    margin: 30px 0px;
  }

  .page-content {
    padding: 10px;
  }
}
