/* Hero section */
.hero-section {
  background-color: #27223E;
  color: #FFFFFF;
  padding: 30px 0;
  text-align: center;
}

.hero-logo {
  max-width: 220px;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.hero-section h1 {
  font-family: "Libre Baskerville", "Georgia", Times, serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.hero-section .subtitle {
  font-family: "Source Sans 3", "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #D2C0A8;
  letter-spacing: 0.06em;
}

/* Section titles */
.section-title {
  font-family: "Libre Baskerville", "Georgia", Times, serif;
  color: #27223E;
  border-bottom: 2px solid #D2C0A8;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

/* Accent bar */
.accent-bar {
  width: 60px;
  height: 2px;
  background-color: #D2C0A8;
  margin: 1rem auto;
}

/* Item cards */
.item-card {
  background-color: #FAFAFA;
  border-left: 4px solid #D2C0A8;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1rem;
  transition: background-color 0.2s;
}

.item-card:hover {
  background-color: #F0EDE8;
}

.item-card h3 {
  color: #27223E;
  margin-bottom: 0.3rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.item-card p {
  color: #555555;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Contact info */
.contact-info {
  background-color: #F5F5F5;
  padding: 2rem;
  border-radius: 4px;
}

.contact-info h3 {
  color: #27223E;
}

/* Navbar */
.navbar {
  font-family: "Source Sans 3", "Helvetica Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.navbar-brand {
  font-family: "Libre Baskerville", "Georgia", Times, serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 1.15rem;
}

/* Content page */
.content-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Page title */
.title {
  font-family: "Libre Baskerville", "Georgia", Times, serif;
}

/* Profile image on home page */
.profile-img {
  border-radius: 4px;
  max-width: 100%;
}

/* Page photos at bottom of pages */
.page-photo {
  margin-top: 2.5rem;
  text-align: center;
}

.page-photo img {
  max-width: 350px;
  border-radius: 4px;
}

.page-photo .caption,
.page-photo figcaption {
  font-size: 0.85rem;
  color: #6B6B6B;
  font-style: italic;
  margin-top: 0.5rem;
}
