/* Home page background */
.home-background {
  background-image: url('https://beaconapex.org/media/pages/home/2a0ceaa031-1786305834/beacon_fa2393442-1919246822.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  padding: 4rem 2rem;
}

.home-background a {
  color: #fff;
  text-decoration: underline;
}

/* Force smaller images on Founder's Story */
.main img {
  max-width: 320px !important;
  height: auto !important;
}
