/* Add custom CSS styles below */ 

.main-nav-container {
    background: #f8f7f3;
}
.shadow-default {
    box-shadow: none;
}

.s-block {
    margin-top: 0rem;
}


.app-inner{
    background: #f8f7f3;
}


.store-footer { margin-top: 0rem;}
.footer-is-light .store-footer .store-footer__inner {
  
    background-color: #f8f7f3!important;
}

@media (max-width: 767px) {
    .hero {
        height: 60vh;
    }
}