body {
    background: url("../../images/backgrounds/welkom.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Zorgt ervoor dat de achtergrond vast blijft */
    transition: background-image 0.5s ease-in-out;
}

section.chapter {
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: 100vh;
}


@media (min-width: 768px) {
    section.chapter:last-of-type {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    section.chapter:last-of-type {
        margin-bottom: 50px;
    }
    section.chapter:first-of-type {
        padding-top: 40px;
    }

    section.chapter .p-5 {
        padding: 1.5rem !important;
    }
}

section.chapter:last-of-type {
    padding-bottom: 0;
}

section.chapter {
    .opacity-container{
        /*background-color:rgba(203, 190, 173, 0.9);*/
        background-color:rgba(210, 195, 160, 0.9);
    }
}

.welcome-container {
    padding: 20px;
    .image-container {
        position: relative;
        text-align: center;
        overflow: hidden; /* Zorgt ervoor dat de hover-effecten niet uit de container gaan */
        border-radius: 10px;
        border: 4px solid #CBBEAD;
        /*border: 4px solid #657862;*/
        height: 180px;
        /*box-shadow: 2px 2px 10px rgba(203, 190, 173, 0.9);*/
        box-shadow: 2px 2px 10px rgba(210, 195, 160, 0.9);
        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(101,120,98,0.4); /* Lichte overlay */
            z-index: 1; /* Zet de overlay boven de afbeelding */
            pointer-events: none; /* Zorgt ervoor dat hover-effecten op img werken */
        }
    }

    .image-container img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        transform: scale(1.2);
    }

    /* Schaduw toevoegen op hover */
    .image-container:hover img {
        transform: scale(1.3);
    }

    .title-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 1.5rem;
        z-index: 3;
        transition: background 0.3s ease; /* Vloeiende overgang voor achtergrondkleur */
    }

    @media (max-width: 768px) {
        .image-container {
            height: 80px;
        }

        .image-container img {
            transform: scale(1.4);
        }

        /* Schaduw toevoegen op hover */
        .image-container:hover img {
            transform: scale(1.5);
        }

        .title-overlay {
            font-size: 1rem;
        }
    }

    /* Hover-effect op de titel (lichte verandering van de achtergrondkleur) */
    .image-container:hover .title-overlay {
        background: rgba(0, 0, 0, 0.7);
    }
}

.footer-basic {
    padding: 20px 0;
    background-color: #657862;
    color: #fff
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0
}

.footer-basic li {
    padding: 0 10px
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8
}

.footer-basic ul a:hover {
    opacity: 1
}

.footer-basic .social,
.navbar .social {
    text-align: center;
    padding-bottom: 0;
}

.footer-basic .social > a,
.navbar .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: #ccc;
    opacity: .75
}

.footer-basic .social > a:hover,
.navbar .social > a:hover {
    opacity: .9
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #ddd;
    margin-bottom: 0
}

/*.photo-gallery {*/
/*    color: #313437;*/
/*    background-color: #fff*/
/*}*/

/*.photo-gallery p {*/
/*    color: #7d8285*/
/*}*/

/*.photo-gallery h2 {*/
/*    font-weight: 700;*/
/*    margin-bottom: 40px;*/
/*    padding-top: 40px;*/
/*    color: inherit*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .photo-gallery h2 {*/
/*        margin-bottom: 25px;*/
/*        padding-top: 25px*/
/*    }*/
/*}*/

/*.photo-gallery .intro {*/
/*    font-size: 16px;*/
/*    max-width: 500px;*/
/*    margin: 0 auto 40px*/
/*}*/

/*.photo-gallery .intro p {*/
/*    margin-bottom: 0*/
/*}*/

/*.photo-gallery .photos {*/
/*    padding-bottom: 20px*/
/*}*/

/*.photo-gallery .item {*/
/*    padding-bottom: 30px*/
/*}*/

.simple-slider .swiper-slide {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 992px) {
    .simple-slider .swiper-slide {
        height: 750px
    }
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px
}

@media (max-width: 767px) {
    .simple-slider .swiper-slide {
        height: 360px
    }

    .navbar .social > a {
        font-size: 17px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .navbar .navbar-brand {
        font-size: 1.2rem;
    }
}

@media (max-width: 460px) {
    .navbar .social > a {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .navbar .navbar-brand {
        font-size: 0.75rem;
    }
}

.navbar .social > a {
    margin-top: 5px;
}

.scroll-to-top:hover {
    background: #657862
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: #fff
}

.scroll-to-top {
    z-index: 1;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    /*background: rgba(203, 190, 173, 0.5);*/
    background: rgba(210, 195, 160, 0.5);
    line-height: 46px
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin-left: auto;
    }

    .navbar-custom .navbar-nav .nav-item .nav-link {
        padding-left: 15px
    }
}

.simple-slider {
    margin-bottom: 30px
}

.header-margin {
    margin-top: 55px
}



#contact {
    address {
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        line-height: 30px;
        margin: 0;
        padding: 0;
        text-align: right;
    }

    address a {
        color: #657862 ;
    }

    span {
        display: block;
    }

    .socials {
        img {
            height: 40px;
        }
    }
}

.shedule {
    line-height: 21px;
    list-style: none outside none;
    margin: 0 0px 0 0;
    padding: 10px 0 0;
}

.shedule li {
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}

.shedule span {
    float: left;
}

.shedule em {
    float: right;
    font-style: normal;
}

/* ! ONLY NEEDED FOR SLIDERS */
/*.album {*/
/*    height: 246px;*/
/*    width: 370px;*/
/*    background-color: #202020;*/
/*    overflow: hidden;*/
/*}*/

.banner, .banner2, .banner3 {
    position: relative;
    overflow: auto;
}

.banner ul, .banner2 ul, .banner3 ul {
    margin: 0;
    padding: 0;
}

.banner li, .banner2 li, .banner3 li {
    list-style: none;
}

.banner ul li, .banner2 ul li, .banner3 ul li {
    float: left;
    margin: 0;
    padding: 0;
}

section {
    min-height: 500px;
}

.bg-dark {
    background-color: #657862 !important;
}

.price-list {
    list-style: none outside none;
    margin: 0;
    padding: 7px 3px 0 0;
}


.price-list li {
    overflow: hidden;
    padding-bottom: 4px;
    vertical-align: top;
    width: 100%;
}


.price-list strong {
    float: left;
    font-weight: normal;
    white-space: nowrap;
}


.price-list em {
    float: right;
    font-style: normal;
    white-space: nowrap;
}

.nav-title-block {
    display: inline-flex;
}

.fitsaloonLogo {
    height: 65px;
    float: left;
    margin-right: 15px;
}

.navbar-custom {
    padding: 0;
}

.navbar-custom .navbar-brand {
    font-size: 2.2rem;
}

@media (max-width: 768px) {
    .navbar-custom .navbar-brand {
        font-size: 1.5rem;
        line-height: 50px;
    }

    .fitsaloonLogo {
        margin-right: 5px;
    }
}

.margin-right-20 {
    margin-right: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-30 {
    padding-top: 30px;
}