
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #2c3e50;
}

.hero-banner {
  background: url('images/hero_banner.jpg') center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero-overlay {
  background-color: rgba(0,0,0,0.5);
  padding: 40px;
  border-radius: 8px;
}

.main-nav {
  background: #f4f4f4;
  text-align: center;
  padding: 15px 0;
}

.main-nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #c0392b;
  font-weight: bold;
}

.mission {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.footer {
  background: #2c3e50;
  color: white;
  text-align: center;
  padding: 30px 20px;
}


.story-preview {
  margin-bottom: 30px;
}

.story-preview h3 {
  margin-bottom: 5px;
}

.story-preview a {
  color: #c0392b;
  font-size: 1.3em;
}

.cta-area {
  background-color: #f0f8ff;
  text-align: center;
  padding: 60px 20px;
}

.cta-button {
  background-color: #c0392b;
  color: white;
  padding: 12px 20px;
  margin: 10px;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #a93226;
}

.story-image {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  margin: 30px 0;
  display: block;
}

.story-gallery {
  background: #f7f7f7;
  padding: 60px 20px;
  text-align: center;
}

.story-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.card {
  width: 300px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  text-align: left;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.hero-spotlight {
  background: #fff9f0;
  padding: 60px 20px;
  text-align: center;
}

.spotlight-card {
  background: white;
  max-width: 400px;
  margin: 30px auto;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.spotlight-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.comment-board {
  background: #fdf7f0;
  padding: 60px 20px;
  text-align: center;
}

#commentForm {
  margin: 20px 0;
}

#commentInput {
  padding: 10px;
  width: 280px;
  font-size: 1em;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

#commentForm button {
  padding: 10px 20px;
  background-color: #c0392b;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

#commentForm button:hover {
  background-color: #a93226;
}

.comment-list {
  margin-top: 30px;
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.comment {
  background: #ffffff;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.hero-banner {
  background: url('images/hero_banner.jpg') center center / cover no-repeat;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero-overlay {
  background-color: rgba(0,0,0,0.55);
  padding: 40px 20px;
  border-radius: 8px;
  max-width: 90%;
}
