@font-face {
    font-family: Avenir;
    src: url("../src/fnt/Avenir.ttc");
}
  
@font-face {
    font-family: Avenir Book;
    src: url("../src/fnt/Avenir Book.ttf");
}

@font-face {
    font-family: Avenir Black;
    src: url("../src/fnt/Avenir Black.ttf");
}

@font-face {
    font-family: Bemio;
    src: url("../src/fnt/Bemio.otf");
}
  
@font-face {
    font-family: Bemio-Italic;
    src: url("../src/fnt/Bemio-Italic.otf");
}

@font-face {
    font-family: reklame-script,sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* ---------------------
GENERAL
--------------------- */



:root{
    --main-blue: #58AFBA;
    --main-yellow: #F4C856;
    --hover-yellow: #f3d589;
    --dark-blue: #3E828D;
    --grey: #DFE7E8;
    --nooit: #AD343E;
    --zeer-vaak:#34AD51;
    --vaak:#F4C856;
    --soms:#58AFBA;
}

html{
    font-family: Avenir Book;
    color: white;
    scroll-behavior: smooth;
}

p{
    color:var(--dark-blue);
}

h1,h2,h3{
    margin:0;
}

h1{
    font-family: sans-serif;
    font-size: 6vh;
    /* font-weight: ; */
    color: var(--dark-blue);
}

h3{
    font-family: sans-serif;
    font-size: 4vh;
    /* font-weight: ; */
    color: var(--dark-blue);
}

i{
    color: var(--dark-blue);
    font-size: 16px;
}

h5{
    font-family: Bemio;
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    margin: 95px 0 14px 0 ;
    color: var(--dark-blue);
}

header{
    background-color: var(--main-blue);
}

footer{
    padding: 10vh 8vw 3vh 8vw;
    background-color: var(--dark-blue);
}

ul{
    margin: 0rem;
    padding: 0rem;
    padding-left: 1rem;
}

ol, li {
    margin: 0px;
    padding: 0px;
}

a{
    font-size: 16px;
    text-decoration: none;
}

b{
    font-family: Avenir Black;
}

nav a{
    font-family: Avenir;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.honey{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


/*
TEXT
*/
.t-doe-s{
    font-size: 30px;
    margin-left:24px;
    font-family: Bemio;
    color: var(--main-yellow);
}

.t-de-s{
    font-size: 23px;
    font-family: Bemio;
    color: var(--main-yellow);
}

.t-test-s{
    font-size: 43px;
    line-height: 1px;
    margin-left:24px;
    font-family: Bemio;
    position: relative;
    color: var(--main-yellow);
}

.t-caption-s{
    position: absolute;
    font-size: 12pt;
    margin-top: -26px;
    font-family: reklame-script;
    display: inline-block;
    color: white;
    transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
}



/*---------------------
VERHALEN
-----------------------*/
.c-stories-header{
    background-color:var(--main-yellow);
}

.c-stories-arrow-container{
    text-align: center;
}

.c-stories-arrow{
    cursor: pointer;
    font-size: 20px;
    color: white;
    border: solid white;
    border-width: 0 10px 10px 0;
    display: inline-block;
    padding: 20px;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 1rem 0;
}

.c-article-header-verhaal{
    margin-bottom: 3vh;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.c-article-header-verhaal > :first-child{
    display: block;
    z-index: 15;
    margin: 0;
}

.c-verhalen-arrows-v{
    display:flex;
    font-weight: bold;
    position: absolute;
    right:2rem;
    top:120px;
    gap:2rem;
    font-size: 2rem;
    color: var(--dark-blue);
    cursor:pointer;
}


.c-verhalen{
    position: relative;
    color: var(--dark-blue);
    padding: 10vh 0 8vw 8vw;
    box-sizing: border-box;
}

.c-verhalen__carousel{
    overflow-x:scroll;
    display: flex;
    /* grid-template-rows: 65vh;
    grid-auto-columns: 30vw; */
    gap:16px;
    /* overflow: hidden; */
    padding-bottom: 25px;
}

.c-verhalen__carousel>div{
    background-color: white;
    box-sizing: border-box;
    min-width: 450px;
    max-width: 450px;
    min-height: 648px;
    max-height: 648px;
    text-overflow: ellipsis;
    scroll-snap-align: center;
    border: 3px solid var(--main-yellow);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 8px 8px 15px #888888;
}



.c-verhalen__carousel>div:hover{
    cursor: pointer;
}

.c-verhalen__wie{
    font-size: 16px;
}

.c-verhalen__titel{
    margin-top:18px;
    margin-bottom: 30px;
    font-family: Bemio;
    font-size: 30px;
    line-height: 35px;
}
.c-verhalen__verhaal{
    max-height: 45%;
    overflow: hidden;
    font-size:1rem;
    line-height: 25px;
    margin-bottom: 56px;
}

.c-verhalen__vraag{
    font-size:1rem;
    line-height: 25px;
    margin-bottom: 26px;
}

.active {
	/* scroll-snap-type: unset; */
}

.c-verhalen-header{
    font-family: Bemio;
    font-size: 50px;
    width: max-content;
}

.c-verhalen-header-note{
    font-size: 16px;
    line-height: 35px;
}

.c-delen{
    /* height: 180vh; */
    background: url("../src/img/golf-verhalen.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-clip: unset;
    background-position: top;
    position: relative;
    padding: 10vh 0 8vw 8vw;
    box-sizing: border-box;
}

.c-delen>div{
    width: 50vw;
}

.c-delen img{
    width: 35vw;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
}

/*---------------------
MODAL
-----------------------*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    left: 0;
    top: 0;
    color: var(--dark-blue);
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 1% auto; /* 15% from the top and centered */
    padding: 50px;
    border: 4px solid var(--main-yellow);
    border-radius: 20px;
    width: 60%; /* Could be more or less, depending on screen size */
    max-height: 80vh; 
    overflow: auto; 
  }
  
.modal-polq{
    margin-top: 46px;
    margin-bottom: 26px;
}

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

/*---------------------
FORM
-----------------------*/

form{
    margin-top:52px;
    position: relative;
}

form input::placeholder,
form textarea::placeholder{
    color: #8AB3BA;
    opacity: 0.65;
}

form textarea{
    width: 100%;
    height: 314px;
    max-height: 314px;
    min-height: 314px;
    max-width: 100%;
    min-width: 100%;
}

form input[type="email"]{
    width: 100%;
}

form input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-left:2px;
    margin-bottom: 98px;
}

/* form input:invalid{
    border: 1px solid red;
} */

form input[type="submit"]{
    width: 50vw;
    height: 75px;
    background-color: var(--main-yellow);
    color: white;
    font-family: Avenir Black;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    border: 0;
    border-radius: 38px;
}

form input[type="submit"]:hover{
    cursor:pointer;
}

form a{
    color: var(--dark-blue);
    text-decoration: underline;
    text-underline-offset: 1px;
}

label[for="privacy"]{
    font-size: 16px;
    line-height: 20px;
    color:var(--dark-blue);
}

form input,
form textarea{
    color:var(--dark-blue);
    box-sizing: border-box;
    padding: 12px 20px 11px 20px;
    border-radius: 5pt;
    height: 60px;
    font-size: 16px;
    margin-bottom: 45px;
    background-color: white;
    border: 2px solid var(--dark-blue);
}

.c-form__yellow{
    position: absolute;
    top: -14px;
    left: 9px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    background-color: var(--main-yellow);
    color: white;
    border-radius: 38px;
    width: 145px;
    height: 27px;
    text-align: center;
}

.c-form__2-1{
    display: flex;
    gap:1rem;
    flex-wrap: wrap;
}

.c-form__2-1 > input:first-child{
    flex: 2;
    /* margin-right: 16px; */
}

.c-form__2-1 > input:last-child{
    flex: 1;
}

/*---------------------
FOOTER
-----------------------*/

.c-footer{
    display: flex;
    flex-wrap: wrap;
    height: 90%;
    width: 100%;
    gap: 3vw;
}

.c-footer-logo{
    line-height: 26pt;
    position: relative;
    margin-bottom: 24px;
}

.c-footer-icon{
    margin-right: 23px;
}

.c-footer div h1{
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Avenir Black;
}

.c-footer div h1 a{
    color:white;
    text-decoration: none; 
}

.c-footer-contact{
    line-height: 26px;
    font-size: 16px;
}

.c-footer div div a{
    color:white;
    text-decoration: none;
}

.c-footer-list{
    list-style: none;
}

.c-footer-list li{
    margin-bottom: 10px;
    font-size: 16px;
}

.c-footer-list li a{
    color:white;
    text-decoration: none;
}

.c-footer-extra{
    font-size: 16px;
    width: 35vw;
    margin-right: 5vw;
    line-height: 20pt;
}

.c-credits{
    display: flex;
    justify-content: center;
    gap: 5vw;
    margin-top:10vh;
    font-size: 16px;
}

.c-credits span a{
    color:white;
}

@media only screen and (min-width:1600px) {
    .c-stories-header{
        height:95vh;
    }

    .c-stories-arrow-container{
        margin-top:8rem;
    }
}

@media only screen and (max-width:1350px) {
    .c-form__2-1 > input:first-child {
        /* margin-right: 0px; */
    }
}

@media only screen and (max-width:1080px) {
    .c-verhalen-delen{
        background-size: auto;
    }

    .c-verhalen-arrows-v{
        top:0;
        position:relative;
        justify-content:flex-end;
        padding-right: 2%;
    }

    .c-verhalen-delen__intro{
        max-width: 100%;
        margin-bottom: 3rem;
    }

    .c-verhalen__carousel{
        padding-top:2rem;
    }

    .c-verhalen__carousel>div{
        padding:1rem;
    }
    .t-meerverhalen-big{
        font-size: 8vh;
    }
    .c-form__2-1 > input:first-child {
        /* margin-right: 1rem; */
    }
    .c-verhalen-header-note{
        font-size: 2.4vh;
    }
    form input, form textarea {
        font-size: 2.4vh;
    }
    .c-verhalen-header{
        font-size: 6vw;
    }
    .c-delen{
        background-size: cover;
        padding: 10vh 8vw;
    }
    
    .c-delen div{
        width: 100%;
    }

    .c-delen img{
        display:none;
    }
    .c-footer-extra{
        width:auto;
    }
}

@media only screen and (max-width:750px) {
    .c-verhalen__carousel>div{
        min-width: 280px;
        max-width: 280px;
        min-height: 500px;
        max-height: 500px;
    }

    .c-verhalen__verhaal{
        max-height: 43%;
        margin-bottom: 1rem;
    }
    .c-article-header-verhaal{
        padding-top:10vh;
    }
    .t-meerverhalen-big{
        font-size: 5vh;
    }
    h5{
        font-size: 3vh;
    }
    form input, form textarea{
        width:80vw;
    }
    form input[type="submit"]{
        width:70vw;
    }
    .c-footer{
        display: grid;
        grid-template-areas: "a a"
        "b c"
        "d .";
    }
    .c-credits{
        flex-direction: column-reverse;
        gap:2rem;
    }
}