body {
  background: #F4F1EA;
  color: #3E332B;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

/* HERO */
.hero {
  background: linear-gradient(rgba(62,51,43,0.6), rgba(62,51,43,0.6)),
              url('/wp-content/uploads/hero.jpg');
  background-size: cover;
  background-position: center;
  padding: 180px 20px;
  text-align: center;
  color: white;
}

.hero h1 {
  font-family: 'Merriweather', serif;
  font-size: 56px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
}

/* BUTTON */
.button {
  background: #C49A3A;
  color: white;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
}

/* SECTION */
.section {
  max-width: 900px;
  margin: auto;
  padding: 80px 20px;
}

.center {
  text-align: center;
}

/* TITLE */
.title-divider {
  font-family: 'Merriweather', serif;
  font-size: 32px;
  margin-bottom: 40px;
}

/* LITURGIE KAART */
.liturgy-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: auto;
  border-left: 8px solid #C49A3A;
}

/* IMAGE */
.full-image {
  width: 100%;
  border-radius: 6px;
  margin-top: 40px;
}

/* QUOTE */
.quote {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  margin-top: 30px;
  color: #6B5A52;
}