.main-nav.dark {
  background-color: hsla(27.89, 100%, 13.92%, 0.9);
}
@media only screen and (max-width: 1024px) {
  .main-nav.dark {
    transition: all 0s;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav.dark.mobile-active {
    background-color: #472115 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile-on .desktop-nav.inner-nav {
    width: 100vw;
    height: calc(100vh - 85px);
    margin: 0 -30px;
    border: none !important;
  }
  .mobile-on .desktop-nav.inner-nav.js-opened {
    background-color: #472115;
  }
  .mobile-on .desktop-nav.inner-nav ul {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    align-items: center;
  }
  .mobile-on .desktop-nav.inner-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-on .desktop-nav.inner-nav ul li a {
    width: auto;
    border: none;
    font-size: 2rem;
  }
  .mobile-on .desktop-nav.inner-nav ul li a.active {
    background-color: transparent;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-on .desktop-nav.inner-nav {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-nav.body-scrolled .desktop-nav.inner-nav {
    height: calc(100vh - 65px);
  }
}

.mobile-openings {
  display: none;
  padding: 25px 0 !important;
}
@media only screen and (max-width: 1024px) {
  .mobile-openings {
    display: flex;
    flex-direction: column;
  }
}
.mobile-openings p {
  color: var(--color-gray-light-5);
  margin: 0 0 10px;
}
.mobile-openings p:last-child {
  margin: 0;
}
.mobile-openings p a {
  color: var(--color-gray-light-5);
  font-size: 16px !important;
  background: none !important;
}

.section-pre-title {
  color: #724731;
  font-weight: bold;
  font-family: var(--font-global);
  font-size: 1rem;
}

.section-title {
  color: #472115;
  font-weight: bold;
  font-family: var(--font-serif);
  font-size: 2.5rem;
}

.home-section svg {
  max-height: 50vh;
}
.home-section a.scroll-down-3 {
  color: #fcebdc;
}

#about .spot-box-icon {
  display: flex;
  justify-content: center;
}
#about .spot-box-icon:after {
  display: none;
}
#about .spot-box-icon svg {
  width: 20px;
}

#contact .contact-item {
  padding: 0 0 0 60px;
}
#contact .contact-item .ci-title {
  font-weight: bold;
}
#contact .contact-item .ci-icon {
  width: 40px;
  height: 40px;
}
#contact .form-control {
  background-color: #edceb2;
  color: #724731;
}
#contact .form-control:focus {
  border-color: #724731;
}
#contact ::placeholder {
  color: #724731;
}

#coffee .features-2-title {
  font-weight: bold;
}

#services .services-text {
  bottom: -40px;
  max-width: 570px;
}

footer.footer .logo-grid a {
  text-decoration: none;
}

.text-muted {
  color: #b8a391;
}

.text-antique-white {
  color: #fcebdc;
}

.mb-50vh {
  margin-bottom: 65vh;
}

.mb-n50vh {
  margin-bottom: -65vh;
}

strong {
  font-weight: 600;
}

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