/* Overrides for section titles */
.about-section .section-title {
  color: #ffffff !important; /* make About title white when shown over an image */
  text-shadow: 0 2px 6px rgba(0,0,0,0.6); /* subtle shadow for contrast */
}

/* Constrain section body title color inherit handling */
.hero-section .section-title,
.hero-section h1,
.home-body .section-title {
  color: inherit;
}
