body {
  background-color: #f6f8f6; /* light background */
  color: #4b4b3f; /* main text color */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3 {
  color: #5c6b49;
  font-weight: 700;
}

a {
  color: #4b4b3f;
  text-decoration: underline;
}

a:hover {
  color: #c94f1d;
}

img {
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.map-image {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
}

.map-image img {
  width: 100%;
  height: auto;
  border: 1px solid #a0a080;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(75, 75, 63, 0.15);
}

.event-image figcaption {
  font-size: 0.9rem;
  color: #5c6b49;
  margin-top: 0.5rem;
}

.event-image {
  max-width: 800px;
  margin: 2rem auto;
  text-align: center;
}

.event-image img {
  width: 100%;
  height: auto;
  border: 1px solid #a0a080;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(75, 75, 63, 0.15);
}

.map-image figcaption {
  font-size: 0.9rem;
  color: #5c6b49;
  margin-top: 0.5rem;
}

/* Section styling */
section {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 1.5rem 1rem;
  position: relative;
}

section::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #a0a080; 
  margin-top: 2rem;
  border-radius: 2px;
}


/* Header images for each section */
.section-banner {
  width: 1000px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(75, 75, 63, 0.1);
}

/* Headings */
section h2 {
  color: #5c6b49;
  font-size: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section h2 a {
  font-size: 0.9rem;
  color: #4b4b3f;
  text-decoration: underline;
  margin-left: 1rem;
}

section h2 a:hover {
  color: #315f7c;
}
