.contact-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.contact-main {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.contact-main {
  padding: 50px;
  height: auto;
  min-height: unset;
  align-items: flex-start;
}
#contact-intro {
  background: url('.public/images/Lomdei Background 2.png') no-repeat center center;
  background-size: 100% 100%;
  min-height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-form.contact-form-main {
  /* padding: 100px; */
  min-height: 1000px;
}
.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60%;
  position: relative;
  bottom: 20%;
}
.contact-title {
  font-family: 'Glacial Indifference', Arial, sans-serif;
  font-size: 6.94rem; /* 111pt = 6.94rem */
  text-shadow: 0 2px 8px rgba(0,0,0,0.075);
  margin-bottom: 2rem;
}
.contact-subtitle {
  font-family: 'TT Wellingtons', Arial, sans-serif;
  font-size: 2.19rem; /* 35pt = 2.19rem */
  margin-bottom: 1.5rem;
}
.contact-desc {
  font-size: 1.225rem; /* 19.6pt = 1.225rem */
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .contact-page,
  .page-container.contact-page {
    display: block;
    min-height: unset;
    height: auto;
    width: 100%;
  }
  .contact-main {
    margin-top: 6rem;
    height: auto;
    min-height: unset;
    background-size: cover;
    width: 100%;
  }
  .contact-content {
    width: 95%;
  }
  .contact-title {
    font-size: 2.8rem;
  }
  .contact-subtitle{
    font-size: 1.2rem;
  }
  .contact-desc {
    font-size: 1rem;
  }
  .site-footer {
    position: relative;
    margin-top: 0;
  }
  #contact-intro {
  background: url('.public/images/Lomdei Background 2.png') no-repeat center center;
    background-size: 100% 100%;
  }
  .contact-main {
    background: none;
  }
}
#contact-form {
    background-color: #f0f1f5;
}
.page-container.contact-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-container.contact-page > main {
  flex-shrink: 0;
}
.site-footer {
  margin-top: 0;
  width: 100vw;
  min-height: 14rem;
  background: #9bc4d9;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-desc, .impact-desc {
    font-size: 16pt;
}
.contact-form-main iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio, adjust as needed */
  height: 0;
  min-height: 300px;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}