body {
  font-family: "Host Grotesk", sans-serif;
  font-size: 1.1rem;
}

.hero {
  position: relative;
  background: url('../images/gflc1001.jpg') center center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 50px 30px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* 50% black overlay */
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2; /* keeps your text above the overlay */
}

.services-bg {
  background: url('../images/gflc1002.jpg') center center/cover no-repeat;
  background-color: #2e2e2e; /* fallback color */
  color: white;
  text-shadow: 1px 1px 3px #000;
  padding: 80px 20px;
  position: relative;
}

.services-bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
  z-index: 1;
}

.services-bg > .container {
  position: relative;
  z-index: 2;
}


.hero1 {
  font-size: 1.1rem;
}

.section {
  padding: 60px 20px;
}
.services li {
  margin-bottom: 0.5rem;
}
footer {
  background: #f8f9fa;
  padding: 20px;
  text-align: center;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Dots", sans-serif;
}
h1 {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 2.5rem; /* match .fs-1 at lg+ */
  }
    .hero {
    padding: 100px;
  }
  .hero1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .hero h1 {
    font-size: 3rem; /* match .fs-1 at lg+ */
  }
    .hero1 {
    padding: 0px 200px;
  }
}
@media (min-width: 1400px) {
}
    