/* Add custom CSS styles below */ 
.top-navbar{
    display:none;
}
/*logo large*/
div#mainnav a.navbar-brand img{
    width:100px;
    min-height:100px !important;
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img ,
.s-block--banners  .grid .banner-entry {
    background-color:transparent !important;
}


/*photos slider full width */
section.s-block--photos-slider .swiper{
    padding:0;
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled {
    visibility:hidden;
}
/*title elment list*/
section.s-block--banners:nth-of-type(2) .s-block__title {
    justify-content:center;
}
section.s-block--banners:nth-of-type(2) .right-side:nth-of-type(2){
    padding:20px 0 ;
}

@media(min-width:768px){
section.s-block--banners:nth-of-type(2) .s-block__title h2{
    font-size:31px;
}
}

/*element list */
.s-block--banners:nth-of-type(2) > .grid a.banner-entry {
        grid-row: span 1 / span 2 ;
}
@media(min-width:768px){
   .s-block--banners:nth-of-type(2) > .grid {
        grid-template-columns:repeat(6, minmax(0, 1fr));
    } 
    .s-block--banners:nth-of-type(4) > .grid a.banner-entry {
        height:750px;
    }
}
@media(max-width:768px){
    .s-block--banners:nth-of-type(2) > .grid {
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    .s-block--banners:nth-of-type(2) > .grid a.banner-entry {
        height:100px;
    }
    .s-block--banners:nth-of-type(4) > .grid  {
        grid-auto-flow:column !important
    }
    .s-block--banners:nth-of-type(4) > .grid a.banner-entry {
        height:350px;
    }
    
}
/* 2 img*/
.s-block--banners:nth-of-type(4) .s-block__title{
    justify-content:center;
}
.s-block--banners.container:nth-of-type(4) {
    max-width:100% !important;
    margin:auto ;
    padding:0;
}
.md\:flex.items-center.justify-between.py-4.container.text-center p{
    color:white;
}