/* Global font */
body {
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}


/* Navbar */
.navbar-brand {
  font-size: 1.5rem;
}

/* Footer */
footer a {
  text-decoration: none;
}

footer h5 {
  border-bottom: 2px solid #28a745;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

footer i {
  color: #28a745;
}

/* Hero section */
.hero-section {
  background-color: #163428; /* Replace with exact brand primary green */
  border-radius: 30px;
  padding: 60px 20px;
  margin: 20px 20px;
  color: #fff;
}

.hero-section h1 {
  color: #fff;
}

.hero-section .lead {
  color: #1D803f;
  font-size: 1.1rem;
  max-width: 500px;
}

.hero-section .leadWhite {
  color: #ffffff;
  font-size: 1.1rem;
  max-width: 500px;
}


.hero-section img {
  max-width: 500px;
  border-radius: 15px;
}
