/* Add custom CSS styles below */ 
/* Main Content - Adjust top spacing and background */
.navbar-brand img {
    max-height: 7rem;
}
main#main-content {
    background: #F3F4F6;
}
main#main-content > section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0 !important;
}
.bg-white ,
.top-navbar {
  background: #F3F4F6;
}
/* Fixed Banner - Remove border radius */
.banner--fixed img {
    border-radius: 0rem;
}
/* Fixed Banner - Make container full width */
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: stretch !important;
    padding: 0 !important;
}
.s-block--testimonials.container {
      padding-bottom: 65px;
}
/* Footer - Background and text colors */
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background-color: #DCC8AE !important;
    color: #2F170A !important;
}
.footer-is-light .store-footer, .footer-is-light .store-footer .store-footer__inner {
  margin-top: 0px;
}

/* Features Items - Background, text, and border colors */
.s-block--features__item {
    background-color: #DCC8AE !important;
    color: #2F170A !important;
    border: 1px solid #2F170A !important;
}