body {
  margin: 0;
  font-family: sans-serif;
  background-color: #d6e3e1;
}

.hero {
  background-image: url('../img/hero.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  height: 30vh;
  color: white;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 25, 20, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.tagline {
  font-family: 'Dancing Script', cursive;
  font-size: 2.8em;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 10px;
}

.hamburger {
  position: absolute;
  /* creates positioning context */
  top: 15px;
  left: 20px;
  font-size: 1.5em;
  cursor: pointer;
  color: darkgreen;
}

.index-hamburger {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 2;
  color: White;
}

.menu {
  display: none;
  position: absolute;
  top: 55px;
  left: 20px;
  background: rgba(0, 60, 30, 0.95);
  padding: 10px;
  border-radius: 6px;
  flex-direction: column;
  z-index: 1000;
}

.menu a {
  color: white;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  font-weight: bold;
}

.menu.open {
  display: flex;
}

main {
  padding: 2rem;
}

.about {
  background-color: #d6e3e1;
  padding: 2rem;
  border-radius: 10px;
}

.about h1 {
  font-family: "Georgia", serif;
  font-size: 2.2rem;
  text-align: center;
  margin: 1.5rem auto;
  color: #2F5D9E;
  /* lake blue accent */
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
}

.about-rh h1 {
  font-family: "Georgia", serif;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #2F5D9E;
  position: relative;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.about-rh h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 0.6rem auto 0;
  background: linear-gradient(to right, transparent, #5A4634, transparent);
  /* moose brown accent */
  border-radius: 2px;
}

.about p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #222;
  font-weight: 500;
}

.about ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  padding-left: 1rem;
  font-size: 1.05rem;
  color: #1c1c1c;
}

.about li {
  margin-bottom: 1rem;
  font-weight: 500;
}

.about strong {
  color: #013220;
  font-weight: 700;
}

.about em {
  font-style: italic;
  color: #365c4c;
  font-weight: 500;
}

.about-rh {
  font-family: "Georgia", serif;
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 1500px;
  margin: 3rem auto;
  padding: 2rem;
  background: url('../img/chestnut_divider.jpg') repeat;
  /* use subtle seamless texture */
  background-size: cover;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  color: #2d2d2d;
  position: relative;
  /* keep it in stacking flow */
  z-index: 1;
  /* lower than nav */
}

.about-rh .text-block {
  background: rgba(255, 255, 255, 0.9);
  /* overlay for readability */
  padding: 2rem;
  border-radius: 8px;
  position: relative;
  /* keep it in stacking flow */
  z-index: 1;
  /* lower than nav */
}


.about-rh .drop-cap::first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 1;
  margin-right: 0.4rem;
  font-weight: bold;
  color: #2F5D9E;
  /* lake blue accent */
  font-family: "Times New Roman", serif;
}


.about-rh p {
  margin: 1.5rem 0;
}

.about-og h1 {
  font-family: "Georgia", serif;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #2F5D9E;
  position: relative;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.about-og h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 0.6rem auto 0;
  background: linear-gradient(to right, transparent, #5A4634, transparent);
  /* moose brown accent */
  border-radius: 2px;
}

.about-og .drop-cap::first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 1;
  margin-right: 0.4rem;
  font-weight: bold;
  color: #2F5D9E;
  /* lake blue accent */
  font-family: "Times New Roman", serif;
}

.about-og strong {
  color: #2F5D9E;
  /* lake blue */
  font-weight: 600;
}

.about-og em {
  font-style: italic;
  color: #5A4634;
  /* moose brown */
}

.about-og {
  font-family: "Georgia", serif;
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 1500px;
  margin: 3rem auto;
  padding: 2rem;
  background: url('../img/chestnut_divider.jpg') repeat;
  /* use subtle seamless texture */
  background-size: cover;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  color: #2d2d2d;
  position: relative;
  /* keep it in stacking flow */
  z-index: 1;
  /* lower than nav */
}

.about-og .text-block {
  background: rgba(255, 255, 255, 0.9);
  /* overlay for readability */
  padding: 2rem;
  border-radius: 8px;
  position: relative;
  /* keep it in stacking flow */
  z-index: 1;
  /* lower than nav */
}

.about-og p {
  margin: 1.5rem 0;
}

.about-og .drop-cap::first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 1;
  margin-right: 0.4rem;
  font-weight: bold;
  color: #2F5D9E;
  /* lake blue accent */
  font-family: "Times New Roman", serif;
}

.about-og strong {
  color: #2F5D9E;
  /* lake blue */
  font-weight: 600;
}

.about-og em {
  font-style: italic;
  color: #5A4634;
  /* moose brown */
}

.divider {
  border: none;
  height: 2px;
  margin: 2rem auto;
  background: linear-gradient(to right, transparent, #C9D6D5, transparent);
  width: 70%;
}



.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 1rem;
}

.gallery-item {
  flex: 0 1 300px;
  text-align: center;
}

.gallery-item img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
}

.journal-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 1rem;
}


.journal-gallery img {
  max-width: 300px;
  height: auto;
  margin: 0.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.journal-gallery img:hover {
  transform: scale(1.03);
}

.vision-hero {
  text-align: center;
  margin-top: 2rem;
}

.vision-blockquote {
  font-family: 'Dancing Script', cursive;
  font-size: 2.8em;
  color: darkbrown;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 5px;
}

.vision-hero .divider {
  margin-top: 1rem;
  max-width: 300px;
}

.vision-text {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.vision-text ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.chestnut-divider {
  border: none;
  height: 50px;
  background-image: url('../img/chestnut_divider.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2rem 0;
}

.pillar {
  margin: 2rem 0;
  padding: 1.5rem;
  border-left: 4px solid #2F5D9E;
  /* lake blue accent stripe */
  background-color: #F8F9FA;
  /* soft light background */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.pillar h2 {
  margin-top: 0;
  font-size: 1.4em;
  color: #013220;
  /* deep pine for headings */
  font-weight: 600;
}

.pillar p {
  margin: 0.5rem 0 0;
  font-size: 1em;
  line-height: 1.6;
  color: #333;
}

.map-block {
  margin: 3rem 0;
  text-align: center;
}

.map-block h2 {
  font-size: 1.6em;
  margin-bottom: 1rem;
  color: #013220;
  /* deep pine */
}

.map-block iframe {
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}