.topnav-is-dark .top-navbar {
    background-color: rgb(31 13 91);
}
.store-footer__inner{
    background-color: rgb(22 0 80);
    border:unset;
}
.store-footer{
    background-color: rgb(14 0 50);
}
.copyright-text p {
    color: rgb(207 207 207);
}
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
.s-block--features__item .feature-icon {
    background-color: #ffffff;
}
.s-block--features__item .feature-icon i {
    font-size: 2.5rem;
    color: #f8be12;
}
@media only screen and (min-width: 720px) {
.s-block--banners .banner-entry {
    height: 300px;
    background-size: contain;
}
}
@media only screen and (min-width: 1200px) {
.s-block--banners .banner-entry {
    height: 475px;
    background-size: contain;
}
}
@media only screen and (max-width: 720px) {
.s-block--banners .banner-entry {
    height: 200px;
    background-size: contain;
    width: 100%;
}
section.s-block.s-block--banners.container .grid {
    display: flex;
    flex-direction: row;
}
}