@font-face {
    font-family: bebas;
    src: url(../fonts/BebasNeue-Regular.otf);
}

@font-face {
    font-family: bebas-bold;
    src: url(../fonts/BebasNeue-Bold.otf);
}

html {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 0;
    width: 100vw;
    max-width: 100vw !important;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-flow: column nowrap;
    background-color: #ffffff;
    font-family: sans-serif;
}

p {
    text-shadow: none;
    color: #754847;
    font-size: 0.5em;
}

.introduction {
    font-size: 1.7em;
    width: 60vw;
}

header {
    width: inherit;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    flex-flow: row wrap;
    background-color: #754847;
    position: sticky;
    top: 0;
    z-index: 999;
    justify-content: center;
    height: 8vh;
    border-bottom: 2px solid #E1CAC4;
}

#headertext {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 4vh;
    color: #ffffff;
    text-shadow: 1px 3px #E1CAC4;
}

#headerlink {
    text-decoration: none;
}

#headerlink:visited {
    text-decoration: none;
}

#container {
    min-height: 90vh;
    height: fit-content;
    max-width: 100vw;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

button {
    background-color: #754847;
    font-size: 1.7em;
    color: #E1CAC4;
    border-radius: 1em;
    
}
#splash {
    height: 60vh;
    aspect-ratio: 1 / 1;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.cardcolumn {
    height: 70vh;
    width: fit-content;
    display: flex;
    flex-flow: column nowrap;
    justify-content: end;
}

.card {
    height: 45vh;
    aspect-ratio: 2 / 3;
    background-color: #754847;
    border-radius: 25px;
    border: 2px solid #E1CAC4;
    overflow: hidden;
}

.leftcolumn {
    margin-left: 5vw;
    order: 1;
}

.rightcolumn {
    margin-right: 5vw;
    order: 3;
}

.leftcard {
    box-shadow: -3px 3px #E1CAC4;
}

.rightcard {
    box-shadow: 3px 3px #E1CAC4;
}

.cardcontent {
    background-color: #ffffff;
    height: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    text-align: center;
    padding-top: 10%
}

main {
    height: fit-content;
    width: 100vw;
    display: flex;
    flex-flow: column nowrap;
    background-color: #ffffff;
    text-align: center;
    color:#754847;
    font-size: 1.5em;
    text-shadow: 1px 3px #E1CAC4;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

main h1 {
    color: #754847;
}

.slide {
    width: 15vw;
    aspect-ratio: 2 / 3;
    background-image: url(../img/wax.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#gallerycontainer {
    height: fit-content;
    align-self: center;
    width: 40vw;
    color: #ffffff;
    overflow: hidden;
}


.active img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

#contact {
    height: fit-content;
    width: 100vw;
    display: flex;
    flex-flow: column nowrap;
    background-color: #ffffff;
    text-align: center;
    color:#754847;
    font-size: 1.5em;
    text-shadow: 1px 3px #E1CAC4;
}

#contactwrapper {
    margin-bottom: 10vh;
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
h2 {
    font-size: 0.8em;
    color: #754847;
}
h3 {
    margin-top: 0;
}

a {
    text-decoration: none;
    color: #ffffff;
}
address a {
    color: #754847;
}

form {font-family: "bebas"; max-width:420px; margin:50px auto; }

.feedback-input {
    color:#000000;
    background-color: #ffffff;
    font-weight:500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    border:2px solid #E1CAC4;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width:100%;
    box-sizing: border-box;
    outline:0;
  }
  
  .feedback-input:focus { border:2px solid #CC4949; }
  
  textarea {
    height: 150px;
    line-height: 150%;
    resize:vertical;
  }
  
  [type="submit"] {
    width: 100%;
    background:#E1CAC4;
    border-radius:5px;
    border:0;
    cursor:pointer;
    color:white;
    font-size:24px;
    padding-top:10px;
    padding-bottom:10px;
    transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
  }
  [type="submit"]:hover { background:#CC4949; }
 

footer {
    position: sticky;
    bottom: 0;
    width: inherit;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    flex-flow: row wrap;
    background-color: #754847;
    justify-content: center;
    height: fit-content;
    color: #fff;
    border-top: 2px solid #E1CAC4;
    text-shadow: none;
    z-index: 999;
}

.lSPrev {
    filter: invert(30%) sepia(7%) saturate(3555%) hue-rotate(314deg) brightness(86%) contrast(76%);
    left: 0 !important;
}

.lSNext {
    filter: invert(30%) sepia(7%) saturate(3555%) hue-rotate(314deg) brightness(86%) contrast(76%);
    right: 0 !important; 
}

#voorwaardenlink {
    margin-left: 5vw;
    text-decoration-line: underline;
}

#buttoncontainer {
    width: inherit;
    height: fit-content;
    display: flex;
    justify-content: end;
}

#bookbutton {
    padding: 0.3em;
}

.lSGallery {
    margin-top: 3vh !important;
    width: inherit !important;
    display: flex !important;
    justify-content: space-between !important;
}

li.active a img {
    filter: invert(30%) sepia(7%) saturate(3555%) hue-rotate(314deg) brightness(86%) contrast(76%);
}

li h2 {
    margin-left: 8vw;
    margin-right: 8vw;
}

li p {
    font-size: 0.7em;
    margin-left: 8vw;
    margin-right: 8vw;
}

.innerul {
    margin: 0;
    padding: 0;
}

.innerul li {
    margin: 0;
    padding: 0;
}

#voorwaardenmain {
    width: 60vw;
    padding-left: 20vw;
    padding-right: 20vw;
}

#voorwaardenmain p {
    font-size: 0.7em;
}



@media screen and (max-width: 1050px){
    #splash {
        width: 90vw;
        margin-left: 5vw;
        margin-right: 5vw;
        aspect-ratio: 1 / 1;
        max-height: 80vh !important;
    }

    .cardcolumn {
        height: fit-content
    }

    .card {
        max-width: 70vw;
        aspect-ratio: 2 / 3;
        margin-bottom: 5vh;
    }
    

    #gallerycontainer {
        width: 100vw;
    }

    #contactwrapper {
        padding: 0;
    }
}

@media screen and (max-width: 600px){

    .cardcolumn {
        margin-top: 5vh;
        width: 100vw;
        flex-direction: row;
        justify-content: center;
    }

    .leftcolumn {
        margin-left: 0;
    }
    
    .rightcolumn {
        margin-right: 0;
    }

    .card {
        width: 50vw;
        aspect-ratio: 2 / 3;
    }

    .leftcard {
     box-shadow: none;   
    }

    .rightcard {
     box-shadow: none;
    }

    #contactdetails {
        margin-bottom: 5vh;
    }

    .introduction {
        width: inherit;
        margin-left: 3vw;
        margin-right: 3vw;
        text-align: center;
        font-size: 1em;
    }

    #buttoncontainer {
        justify-content: center;
    }

    #voorwaardenmain h1 {
        font-size: 1.5em;
    }

}