body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Trebuchet MS", sans-serif;
  color: #ffffff;
}

.hero-overlay {
  background: url("images/camp-hero.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.hero-overlay h1 {
  font-size: 3.5rem;
  margin: 0;
}

.tagline {
  font-size: 1.5rem;
  font-style: italic;
}

.content {
  background: #f5f5f5;
  color: #2e3e2e;
  padding: 2rem 1rem;
}

.video-container {
  max-width: 800px;
  margin: 0 auto 2rem;
}

.video-container iframe {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.memory-blurb {
  max-width: 600px;
  margin: 0 auto 3rem;
}

footer {
  background: #2f3e2f;
  color: #ccc;
  padding: 1rem;
  font-size: 0.9rem;
  text-align: center;
}

.story-intro {
  max-width: 800px;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 12px;
  color: #fff;
  text-align: left;
}
.story-intro h2 {
  font-size: 2rem;
  margin-top: 0;
}
.story-intro p {
  font-size: 1.1rem;
  line-height: 1.6;
}
