@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  font-family: "Red Hat Display";
}

.brand {
  width: 80px;
}

.nav-link {
  margin: 0;
  padding: 8px;
  text-decoration: none;
  color: 161616;
}

.nav-link:hover {
  font-weight: 800;
}

.active {
  font-weight: bold;
}
.buttons {
  padding: 16px;
}

.btn-outline-secondary {
  border-radius: 9999px;
  border-color: #4e5b4b;
  color: #4e5b4b;
  background-color: inherit;
  padding: 8px 24px;
}
.btn-outline-secondary:hover {
  background-color: #161616;
}
.btn-outline-light {
  border-radius: 9999px;
  padding: 8px 24px;
}
.btn-primary {
  border-radius: 9999px;
  border: none;
  background-color: #4e5b4b;
  color: #ffffff;
  padding: 8px 24px;
}

.btn-primary:hover {
  background-color: #313d2f;
}
.hero img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  min-height: 30vh;
  object-fit: cover;
  display: block;
}

.hero-buttons {
  display: flex;
  justify-content: center;
}

.hero-overlay {
  z-index: 1;
  background-color: rgb(0 0 0 / 30%);
}

.hero-content {
  z-index: 2;
  padding: 1rem;
}

.limited-width-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  color: #fff;
}

.subheader {
  color: #fff;
}

.card-image-top {
  object-fit: cover;
}

.information {
  background-color: #f0f0e9;
}

.steps {
  border-left: 2px solid #731c12;
}

.contact-us-container {
  margin-bottom: 16px;
  border-radius: 16px;
}

.sustainability-icon,
.bi {
  color: #313d2f;
  font-size: 20px;
  padding: 4px;
}

.sustainability-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: 4px;
}

.map-image {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
}

.card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.soil-image {
  width: 100%;
  object-fit: cover;
}

.csa-img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

/*HOME PAGE*/

.overline-text {
  text-transform: uppercase;
}
.section-title-text {
  color: #4e5b4b;
}
.section-paragraph-text {
  line-height: 150%;
}

/*FOOTER*/

.footer {
  background: #f0f0e9;
}

.footer-bottom {
  border-top: 1px solid #d9d9d9;
  padding: 0 16px;
}

.carousel {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

.about-us-section {
  background-color: #f0f0e9;
}

.card-body {
  background-color: nonen;
}
