/* Add custom CSS styles below */ 
/*logo*/
.navbar-brand img{
max-height:10rem;
}
.main-nav-container.fixed-pinned .navbar-brand img{
max-height:90px;
}
/*End logo*/
.top-navbar, .s-block--features__item {
  background-color: #08648c!important;
  color: #fff!important;
}

.store-footer, .footer-is-light .store-footer .store-footer__inner {
  background-color: #08648c!important;
  color: #fff!important;
}


.sub-menu {
  background-color: #08648c!important;
  color: #fff!important;
}
.main-menu>.has-children:hover>a, .main-menu .has-children li a:hover, .main-menu .has-children .has-children:hover>a {
        color: #0fdfe5!important;
}
.copyright-text .text-gray-400 {
  color: #fff!important;
}
.s-block--features__item p{
  display: none;
}