

/* Navbar adjustments */
.navbar-brand {
  color: rgb(25, 135, 84);
}
.navbar-brand img {
    max-height: 50px;
}

.lead {
  font-weight: 400;
}

/* Hero section */
.hero {
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
}
.hero h1 {
  font-weight: 700;
}

.hero p {
  font-size: 1.2rem;
  max-width: 750px;
  margin: 0 auto;
}

.hero-small {
  height: 100px;
  background: linear-gradient(to right, #4CAF50, #2E7D32);
}

.hero-small h1 {
  font-weight: 700;
}

.hero-small p {
  font-size: 1.2rem;
}

/* Footer */
footer p {
    margin: 0;
    font-size: 14px;
}


  
  section h2 {
    font-weight: 700;
  }
  
  section h3 {
    font-weight: 600;
    margin-top: 20px;
  }

  

  