/* Add custom CSS styles below */ 

:root {
    --bg-primary: #fbfbfb;
    }
.main-nav-container {
    color:#052a44;
}
.main-nav-container {
    color: #c7a053;
}


.text-store-text-primary {
    color: #052a44 !important;
}
.s-block--fixed-banner .container {
    padding: 0;
    max-width: 100vw;
}
.footer-is-custom .store-footer .store-footer__inner{
    background-color:#052a44;
}
.footer-is-custom .store-footer .footer-bottom{
    background-color:#052a44;
}
.border{
border-radius:50%;
border-color:#ffffff;
background-color:#ffffff;
 color: #1d0d34;
}
.store-footer .social-link{
border-color:#ffffff;
border-radius:50%;
 background-color:#ffffff;
 color: #1d0d34;
}
.leading-6{
color:#ffffff;
}
.store-footer h3{
color:#ffffff;
}
.footer-list>a{
color:#ffffff;

}
.store-footer a{
color:#ffffff;
}
.store-footer {
    margin-top: 0rem;
}
.banner--fixed img {
    border-radius: 0rem;
    }
.sm\:h-16 {
    height: 0rem;
}
.footer-is-light .store-footer .store-footer__contacts-row{
    background-color:#052a44;
}