.navbar, footer {
  background-color: #27452D;
}

.hero {
  background: #1E6B45 center/cover no-repeat;
  color: #fff;
  border-radius: 0.75rem;
  padding: 4rem 1.5rem;
}

@media (min-width: 992px) {
    .hero {
        background-position: right center;
    }
}

.hero h1 {
  font-weight: 700;
}

.updates, .mission-vision, .contact-box {
  background: #E6F2E6;
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.btn-primary {
  background-color: #3DA66B;
  border-color: #3DA66B;
}

.btn-primary:hover {
  background-color: #31885A;
  border-color: #31885A;
}

footer a {
  color: #ffffff;
}