/* Add custom CSS styles below */ 
body, .store-footer__inner{
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.main-nav-container{
  background-color: rgba(9, 61, 121, 0.9);
}

#main-content > section:nth-child(1){
  margin-bottom: 2rem;
  margin-top: 0rem;
}

section:nth-child(1) > div{
  padding-left: 0;
  padding-right: 0;
}

section:nth-child(1) > div > a > img{
  border-radius: 0;
}

.banner-entry{  
  height: 400px;
}

@media screen and (max-width:750px){
  .banner-entry{
    height: 243px;
  }

  .store-footer__inner a{
    justify-content: center;
  }
  .store-footer__inner{
    text-align: center;
  }
}

.s-slider-block__title, .s-block__title{
  display: none;
}

.banner--fixed img, .banner-entry{
  background-color: transparent;
}

.md\:grid-cols-3{
  grid-template-columns: repeat(2,minmax(0,1fr))
}

.two-row .banner-entry:first-child{
  grid-column: auto;
  grid-row: auto;
}

.s-button-primary-outline{
  background-color: #093d79;
}

.s-button-primary-outline:hover{
  background-color: white;
  color:#093d79;
}

.s-fast-checkout-button.outline{
  color: #093d79;
}

.s-button-element:not(:disabled):not([loading]){
  background-color: #093d79;
  color: white;
}

.main-menu, .sicon-menu{
  color: white;
}