:root {
  --gray: #6e6e6e;
}

.gray {
  color: var(--gray);
}

body {
  background: #eee !important;
}

.page-container {
  max-width: 1512px !important;
  width: 100%;
  padding: 0 20px;
  z-index: 50;
  position: relative;
  margin: 6rem auto 0;
  font-family: "NeueMontreal-Regular";
  overflow: unset;
  color: black;
  text-wrap: balance;
}

.page-container h1,
.page-container h2,
.page-container h3,
.page-container p {
  margin: 0 !important;
  padding: 0 !important;
}

.page-container p {
  margin: 0;
  padding: 0;
}

.fullHeader img {
  width: 100vw;
}

.intro-title {
  margin: 0 auto;
  max-width: 706px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-wrap: pretty;
}

.content-container {
  margin: 0 auto;
  /* max-width: 706px; */
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-wrap: pretty;
}

.inner-content {
  max-width: 600px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.schedule-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.event-hours {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-form-container {
  margin: 0 auto;
}

.contact-form-container .inner-content {
  gap: 20px;
  align-items: center;
  text-align: center;
}

/* FONTS */

.xxl {
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.m {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}

.l {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.48px;
}

.bold,
.directions-cta a {
  font-family: "NeueMontreal-Bold";
  color: black;
}

.directions-cta a:hover,
.directions-cta a:focus {
  color: black;
}

.media-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dual-media-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.media-img img {
  width: 100%;
}

.learn-more-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px 20px;
  justify-content: flex-start;
}

.learn-more-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 25px;
  width: 100%;
}

.learn-more-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}

button.apply-btn {
  display: flex;
  max-width: 163px;
  padding: 8px 18px;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 40px;
  background: #2f2d2d;
  color: white;
  margin-top: 25px;
}

.matterport-container {
  width: 100%;
  position: relative;
  margin-bottom: 150px;
}

.matterport {
  padding-bottom: 49%;
}

.matterport iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* SPACE */

.space-150 {
  height: 50px;
}

.space-100 {
  height: 50px;
}

.space-75 {
  height: 50px;
}

.space-50 {
  height: 25px;
}

.space-30 {
  height: 0px;
}

/* MEDIA QUERIES */

/* X-Small devices (portrait phones, 300px and up) */
@media (min-width: 300px) {
}

@media (min-width: 475px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .page-container {
    padding: 0 20px;
  }

  .inner-content {
    gap: 60px;
  }

  .learn-more-card {
    width: calc((100% / 2) - 10px);
  }

  .dual-media-container {
    flex-direction: row;
  }

  /* FONTS */

  /* HEADER */
  .xxl {
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.48px;
  }

  .l {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.72px;
  }

  .m {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.4px;
  }

  /* SPACE */
  .space-150 {
    height: 150px;
  }

  .space-100 {
    height: 100px;
  }

  .space-75 {
    height: 75px;
  }

  .space-50 {
    height: 50px;
  }

  .space-30 {
    height: 30px;
  }

  .intro-title {
    padding: 0px 53px;
  }

  .content-container {
    align-items: center;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

@media (min-width: 1024px) {
  .page-container {
    margin: 6rem auto 0;
  }
}

@media (min-width: 1200px) {
}
