/*@media screen and (max-width: 1000px) {
    html {
        font-size: 75%;
    }
}
@media screen and (min-width: 2000px) {
    html {
        font-size: 150%;
    }
}
@media screen and (min-width: 3000px) {
    html {
        font-size: 200%;
    }
    /*.top-bar {
        max-width: 2400px;
    }*/
/*}
@media screen and (min-width: 3500px) {
    html {
        font-size: 250%;
    }
    /*.top-bar {
        max-width: 2400px;
    }*/
/*}*/
html {
    font-size: 12px;
}
@media screen and (min-width: 1000px) {
    html {
        font-size: 1vw;
    }
}
body {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f5f1;
}
p {
    font-weight: 400;
    /* 18px */
    font-size: 1.125rem;
}
h1, h2 {
    font-family: "Nothing You Could Do", cursive;
    font-size: 2rem;
}
h2 {
    color: #bd9c72;
}
h3 {
    font-family: "Nothing You Could Do", cursive;
    color: #bd9c72;
    font-size: 1.5rem;
}
.slick-dots {
    bottom: 8px;
}
.top-bar {
    /*padding: 40px 0 0 0;*/
    padding: 2.5rem 0 0 0;
    text-align: right;
    /*margin: 0 auto -44px auto;*/
    margin: 0 auto -2.75rem auto;
    align-items: center;
    /*max-width: 1200px;*/
    max-width: 75rem;
    justify-content: end;
}
.top-bar a {
    color: #bd9c72;
    /*padding: 10px;*/
    padding: 0.625rem;
    /*font-size: 20px;*/
    font-size: 1.25rem;
}
.navbar {
    /*padding: 15px 0;*/
    padding: 0.9375rem 0;
    /*background-color: white;*/
    /*height: 145px;*/
}
.navbar a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    /*font-size: 23px;*/
    font-size: 1.4375rem;
    /*margin: 0 15px;*/
    margin: 0 0.9375rem;
}
.logo img {
    /*height: 184px;*/
    height: 11.5rem;
    opacity: 0.75;
}
.contactlogo {
    width: 27rem;
    opacity: 0.75;
    margin-bottom: 2rem;
}
.nav-items {
    /*margin-bottom: -74px;*/
    margin-bottom: -4.625em;
}
.navbar a.active, .navbar a:hover, .top-bar a:hover, .footer-social a:hover, .footer-nav a:hover {
    color: #bd9c72;
}
.top-bar a:hover {
    color: rgba(0, 0, 0, 0.6);
}
/*a:hover, a.active {
    color: #bd9c72;
}*/
.hero {
    position: relative;
    width: 100%;
    /*height: 48vh;*/
    height: 24rem;
    overflow: hidden;
    /*margin: 1em 0;*/
    z-index: 1;
}
.slider img {
    width: 100vw;
    /*height: 48vh;*/
    height: 24rem;
    object-fit: cover;
}
.afscheid-section {
    display: flex;
    align-items: center;
    /*margin: 50px auto;*/
    margin: 3.125rem auto;
    position: relative;
    justify-content: space-evenly;
    /*max-width: 1200px;*/
    max-width: 75rem;
}
.afscheid-section img {
    /*max-width: 480px;*/
    max-width: 30rem;
    /*max-height: 480px;*/
    max-height: 30rem;
}
.afscheid-text {
    flex: 1;
    /*margin-left: 50px;*/
    margin-left: 3.125rem;
    position: relative;
    line-height: 1.8rem;
    /*max-width: 750px;*/
    max-width: 46,875rem;
}
.afscheid-btn {
    display: block;
    background-color: #bd9c72;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    /*font-size: 18px;*/
    font-size: 1.125rem;
    font-weight: 500;
    color: white;
    text-align: center;
    /*padding: 15px;*/
    padding: 0.9375rem;
    /*margin: 20px auto;*/
    margin: 1.25rem auto;
    width: max-content;
    border-radius: 1rem;
}
.large-image-section {
    position: relative;
    text-align: center;
    color: white;
}
.large-image-section img {
    width: 100%;
    height: auto;
    /*max-height: 800px;
    object-fit: cover;*/
}
.footer {
    background-color: #1d1d1f;
    color: white;
    text-align: center;
    /*padding: 20px;*/
    padding: 1.25rem;
}
.footer a {
    color: white;
    /*margin: 0 10px;*/
    margin: 0 0.625rem;
    /*font-size: 20px;*/
    font-size: 1.25rem;
}
.footer-nav {
    text-align: left;
}
.footer-nav a {
    display: block;
    color: white;
    text-decoration: none;
    /*margin: 5px 0;*/
    margin: 0.3125rem 0;
    
}
/*.footer-nav a:hover {
    text-decoration: underline;
}*/
.footer-social {
    text-align: right;
}
.footer-social a {
    /*padding: 10px;*/
    padding: 0.625rem;
}
.footer-copyright {
    /*font-size: 14px;*/
    font-size: 0.875rem;
    /*margin-top: 10px;*/
    margin-top: 0.625rem;
}
.whatsapp-btn {
    color: white;
    background-color: #bd9c72;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    /*padding: 15px;*/
    padding: 0.9375rem;
    border-radius: 1rem;
    text-decoration: none;
}
.navbar, .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*max-width: 1200px;*/
    max-width: 75rem;
    margin: 0 auto 1rem auto;
}
.contact {
    text-align: center;
    /*padding: 40px;*/
    padding: 3rem 6rem;
    margin-right: 2rem;
    background-color: #f8f5f1;
    border-radius: 1rem;
}
.contact a {
    text-decoration: none;
    color: inherit;
}
.contact .whatsapp-btn {
    color: white;
}
.contact i {
    color: #bd9c72;
}
.whatsapp-btn i {
    color: white;
}
.parallax {
    background-image: url('https://res.cloudinary.com/dbe8wqsgq/image/upload/v1742185753/carola-hond_asmqzv.jpg');
    height: 100vh;
    background-attachment: fixed; /* Creates the parallax effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    flex-direction: column;
}
.spacer {
    flex: 1;
}
.nowrap {
    white-space: nowrap;
}
.phonenumber, .whatsapp-btn {
    white-space: nowrap;
}
#mobilenavbar {
    margin: 2rem;
}
@media screen and (max-width: 768px) {
    h1, p {
        font-size: 16px;
    }
    .top-bar {
        display: none;
    }
    /*.top-bar {
        text-align: center;
    }
    .top-bar a {
        font-size: 1rem;
        padding: 0.4rem;
        margin: 0;
    }*/
    .logo {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 1rem;
    }
    .navbar {
        flex-direction: column;
        height: auto;
        padding: 1rem;
    }
    .nav-items {
        display: flex;
        flex-direction: column;
        align-items: end;
        margin-bottom: 0;
        width: 100%;
    }
    .nav-items a {
        padding: 0.5rem;
        font-size: 2rem;
        margin: 0;
    }
    .hero {
        height: 24rem;
    }
    .slider img {
        height: 24rem;
    }
    .afscheid-section {
        flex-direction: column;
        text-align: center;
    }
    .afscheid-section img {
        max-width: 80%;
    }
    .afscheid-text {
        margin-left: 0;
        margin-top: 1rem;
        padding: 1rem;
    }
    .parallax {
        background-attachment: scroll;
        height: 50vh;
    }
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    .footer-nav {
        text-align: center;
        font-size: 2rem;
    }
    .footer-nav a {
        margin: 1rem;
        font-size: 1.5rem;
    }
    .footer-social {
        text-align: center;
        line-height: 4rem;
    }
    .footer-social a {
        font-size: 2rem;
    }
    .contact {
        margin: 2rem;
        padding: 1rem;
    }
    .contactlogo {
        margin: 1rem;
        width: 24rem;
    }
}
#desktopcontact, #desktopnavbar {
    display: none;
}
@media screen and (min-width: 769px) {
    #desktopnavbar {
        display: flex;
    }
    #desktopcontact {
        display: block;
    }
    #mobilecontact, #mobilenavbar, #mobilelogo {
        display: none;
    }
    .footer-content {
        justify-content: space-around;
    }
    #mobilebreak {
        display: none;
    }
}
@media screen and (min-width: 540px) {
    .nav-items {
        align-items: center;
    }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
    .logo img {
        margin-left: 2rem;
    }
    #desktopnavbar {
        flex-direction: column;
    }
    .nav-items {
        align-items: center;
        align-self: center;
        margin: 0;
    }
    .navbar {
        align-items: start;
    }
}
@media screen and (min-width: 901px) {
    .navbar {
        height: 9.0625rem;
    }
}