@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Merriweather:wght@400;700;900&display=swap");
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

h1, h2, h3 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #1c1c1c;
}

h1, .display-1, .display-2, .display-3 {
  font-weight: 900;
}

section {
  padding: 3rem 0;
}

.text-forest {
  color: #3d5646 !important;
}

.text-tan {
  color: #a9784f !important;
}

.text-grey {
  color: #6b6f6c;
}

.bg-forest {
  background-color: #3d5646 !important;
  color: #fff;
}

.bg-forest-dark {
  background-color: #263a2d !important;
  color: #fff;
}

.bg-cream {
  background-color: #f7f5ef !important;
}

.btn-primary {
  background-color: #3d5646;
  border-color: #3d5646;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: rgb(17.2821128451%, 24.3649459784%, 19.8319327731%) !important;
  border-color: rgb(17.2821128451%, 24.3649459784%, 19.8319327731%) !important;
}

.btn-outline-primary {
  color: #3d5646;
  border-color: #3d5646;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #3d5646 !important;
  border-color: #3d5646 !important;
  color: #fff !important;
}

.btn-outline-light:hover {
  color: #1c1c1c;
}

.btn-tan {
  background-color: #a9784f;
  color: #fff;
  border: none;
}
.btn-tan:hover {
  background-color: #8a6140;
  color: #fff;
}

a {
  color: #3d5646;
}
a:hover {
  color: #263a2d;
}

.footer-logo {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.navbar-timberline {
  background-color: #ffffff;
  border-bottom: 3px solid #3d5646;
}
.navbar-timberline .nav-link {
  color: #1c1c1c;
}
.navbar-timberline .nav-link.active, .navbar-timberline .nav-link:hover {
  color: #3d5646;
}

.card, .rounded-4, .shadow-sm.h-100 {
  border-color: #e3e0d8;
}

.section-divider {
  width: 64px;
  height: 3px;
  background-color: #a9784f;
  margin: 0.75rem auto 1.5rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=main.css.map */
