/* Reset default browser styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Basic styling */
body {
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1;
  margin: 1em;
  background-color: #fff;
}

footer {
  padding-top:2em;
  background: #fff;
  font-size: .75em;
  color: navy;
  text-align: center;
  clear:both;
}

a {
  color: #ddd;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.mainContent {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  padding: 10px;
}

.header {
  width: 100%;
  height: 700px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../jpg/IMG_01-scaled.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ddd;
}

.topLogo {
  width:100%;
}

.explore {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding-left: 80px;
  margin-bottom:15px;
  font-size: 1.5em;
  font-weight: 500;
}

.logoFigure {
  margin-left: 80px;
  max-width: 40%;
  display: block;
  clear: left;
}

.logoCaption {
  font-size: 2.5vw;
  font-weight: 600;
  margin-top: 25px;
}

.apply {
  clear: both;
  margin-top: 30px;
  margin-left: 20%;
  font-size: 1.5em;
  font-weight: 800;
}

.linkLeft {
  padding-right: 1.5em;
}

.linkRight {
  padding-left: 1.5em;
}

.photos-container {
  margin-top:1em;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 600px) {
  .photos-container{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  .photos-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.photos figure {
  margin-left: 0px;
  max-width: 100%;
  display: block;
}

.photos img {
  width:100%;
  height: 100%;
  object-fit: contain;
}

.photos figcaption {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.about {
  margin-top:3em;
  background-image:linear-gradient( 180deg, #ffffff 1%, rgba(255,255,255,0.8) 12%, rgba(255,255,255,0.68) 22%, rgba(255,255,255,0.95) 44%, rgba(255,255,255,0.81) 72%, rgba(255,255,255,0.19) 87% ), url("../jpg/Our-Pond-scaled2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 900px;
}

.aboutBW {
  font-size:3em;
  font-weight: 900;
  color: #33d7e1;
  clear:both;
}

.moreBW {
  margin: 1em 24% 3em 24%;
  color: #000;
  font-size: 1.35em;
  font-weight: 500;
}

.about-container {
  margin-top:1em;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 600px) {
  .about-container{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.halfAbout {
  width: 100%;
  padding-left: 5%;
}

.halfAbout h3 {
  text-align: left;
  font-size: 2em;
  font-weight: 900;
  padding-bottom: 10px;
}

.halfAbout li {
  text-align: left;
  font-size: 1.25em;
  font-weight: 600;
  padding-bottom: 10px;
}

.aboutImgLeft {
  position: relative;
  top: 0%;
  left: -20%;
  width: 65%;
  box-shadow: 10px 10px grey;
  object-fit: contain;
}

.aboutImgRight {
  position: relative;
  top: -5%;
  left: 15%;
  width: 65%;
  box-shadow: 10px 10px grey;
  object-fit: contain;
}

.ready {
  position: relative;
  left: -3%;
  text-align: left;
  font-size: 1.25em;
  font-weight: 600;
  padding-bottom: 10px;
  padding-right: 20%;
}

.applyNow {
  padding-top: 1em;
}

.applyNow a {
  color: #000;
  font-size: 1.4em;
  font-weight: 900;
}

.applyNow a:hover {
  color: #4e46a9;
}

.faq {
  padding-top: 3em;
  background-image: none;
  background-color: #2e2659;
  color: #fff;
  height: auto;
}

.faqTitle {
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  padding-left: 20%;
  padding-bottom: 1em;
}

.faqLong {
  font-size: 3em;
  font-weight: 600;
  text-align: left;
  padding-left: 20%;
  padding-bottom: 1em;
  line-height: 1.5;

}

.question {
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 5px;
  padding-top: 1em;
  color: cyan;
  text-align: left;
}

.answer {
  display: none;
  margin-bottom: 5px;
  margin-right: 40%;
  text-align: left;
}

.divider {
  height: 10px;
  margin-right: 40%;
  padding-bottom: 1em;
  border-bottom: 2px solid cyan;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px; 
  border-bottom-right-radius: 10px;
}

.nature {
  text-align: left;
}

.nature1 {
  width: 50%;
  padding-left: 5%;
  padding-top: 2em;
}

.nature2 {
  float: right;
  position: relative;
  left: -5%;
  width: 50%;
  padding-right: 0%;
  padding-top: 80px;
  max-height: 730px;
}

.outside {
  padding-left: 5%;
  font-size: 3.5vw;
  font-weight: 800;
}

.outside2 {
  position: relative;
  padding-right: 65%;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.25;
  padding-bottom: 1em;
}

.outsideApply {
  float: right;
  position: relative;
  padding-right: 35%;
  font-size: 2vw;
  color: #000;
}

.outsideApply a:hover {
  color: #4e46a9;
}

.location {
  position: relative;
  background-color: #33d7e1;
  padding: 20px;
  text-align: left;
  width: 100%;
  height:0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  margin-top: 5em;
  clear:both;
}

.location iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 80px;
}

.locationTitle {
  font-size: 3em;
  font-weight: 900;
  color: #fff;
  padding-left: 40px;
}

.map {
  margin: auto;
}

.visit {
  padding: 20px;
  width: 100%;
  text-align: left;
}

.bottomLogo {
    filter: invert(100%);
    max-width: 75%;
    padding-bottom: 1em;
}

.address {
  font-size; 2em;
  font-weight: 600;
  line-height: 2;
}

.today {
  font-weight: 900;
}

.addressApply {
  font-size: 2vw;
  color: #000;
  padding-top: 3em;
  padding-left: 25%;
}

.addressApply a:hover {
  color: #4e46a9;
}
