/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
    .s-block--main-slider-2 salla-slider, .s-block--main-slider-2 div[slot=items], .s-block--main-slider-2 .swiper-slide {
        height: 500px!important;
    }
 
}
#main-nav{
    background-color: #2a343e!important;
    color: #ffffff!important;
}
.header--boxed #main-nav:not(.fixed-pinned) {
    background-color: #273639 !important;
    color: #ffffff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.s-block {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}

footer{
    background-color: #2a343e!important;
    color: #ffffff!important;
}

footer .text-gray-600 {
    color: white !important;}
.s-social-link a svg {
 
    fill: rgb(42 52 62);
}