html, body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    height:100%;
    width: 100%;
    margin:  0;
    padding: 0;}

body{
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    padding-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;                                                                                     
    -o-background-size: cover;
    -webkit-animation-name: bg;
            animation-name: bg;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-direction: normal;
            animation-direction: normal;}

    @-webkit-keyframes bg {
        0% { background: #f7a6a6;}
        50% { background: #f7a6a6;}
        100% { background: #FFFFFF;}}

    @keyframes bg {
        0% { background: #f7a6a6;}
        50% { background: #f7a6a6;}
        100% { background: #FFFFFF;}}    


.gradient{
    pointer-events: none;
    background: -webkit-gradient(linear, 
      left bottom, left top, 
      from(hsl(0, 0%, 100%)),
      color-stop(19%, hsla(0, 0%, 100%, 0.738)),
      color-stop(34%, hsla(0, 0%, 100%, 0.541)),
      color-stop(47%, hsla(0, 0%, 100%, 0.382)),
      color-stop(56.5%, hsla(0, 0%, 100%, 0.278)),
      color-stop(65%, hsla(0, 0%, 100%, 0.194)),
      color-stop(73%, hsla(0, 0%, 100%, 0.126)),
      color-stop(80.2%, hsla(0, 0%, 100%, 0.075)),
      color-stop(86.1%, hsla(0, 0%, 100%, 0.042)),
      color-stop(91%, hsla(0, 0%, 100%, 0.021)),
      color-stop(95.2%, hsla(0, 0%, 100%, 0.008)),
      color-stop(98.2%, hsla(0, 0%, 100%, 0.002)),
      to(hsla(0, 0%, 100%, 0))
    );
    background: -o-linear-gradient(bottom, 
      hsl(0, 0%, 100%) 0%,
      hsla(0, 0%, 100%, 0.738) 19%,
      hsla(0, 0%, 100%, 0.541) 34%,
      hsla(0, 0%, 100%, 0.382) 47%,
      hsla(0, 0%, 100%, 0.278) 56.5%,
      hsla(0, 0%, 100%, 0.194) 65%,
      hsla(0, 0%, 100%, 0.126) 73%,
      hsla(0, 0%, 100%, 0.075) 80.2%,
      hsla(0, 0%, 100%, 0.042) 86.1%,
      hsla(0, 0%, 100%, 0.021) 91%,
      hsla(0, 0%, 100%, 0.008) 95.2%,
      hsla(0, 0%, 100%, 0.002) 98.2%,
      hsla(0, 0%, 100%, 0) 100%
    );
    background: linear-gradient(0deg, 
      hsl(0, 0%, 100%) 0%,
      hsla(0, 0%, 100%, 0.738) 19%,
      hsla(0, 0%, 100%, 0.541) 34%,
      hsla(0, 0%, 100%, 0.382) 47%,
      hsla(0, 0%, 100%, 0.278) 56.5%,
      hsla(0, 0%, 100%, 0.194) 65%,
      hsla(0, 0%, 100%, 0.126) 73%,
      hsla(0, 0%, 100%, 0.075) 80.2%,
      hsla(0, 0%, 100%, 0.042) 86.1%,
      hsla(0, 0%, 100%, 0.021) 91%,
      hsla(0, 0%, 100%, 0.008) 95.2%,
      hsla(0, 0%, 100%, 0.002) 98.2%,
      hsla(0, 0%, 100%, 0) 100%
    );
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0;
    width: 100%;
    height:30%;}


.bb{
    -webkit-animation-name: namerev;
            animation-name: namerev;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    position: fixed;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 0;}


.bb img{
    display: none;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100vh;}

.bb video{
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);}

        @-webkit-keyframes bb {
            0% {opacity: 0;}
            100% {opacity: 0.6;}}

        @keyframes bb {
            0% {opacity: 0;}
            100% {opacity: 0.6;}}

    @font-face {
      font-family: fatletter;
      src: url(../font/fatletter.woff2);
      src: url(../font/fatletter.woff);}

    @font-face {
      font-family: schrijfletter;
      src: url(../font/schrijfletter.woff2);
      src: url(../font/schrijfletter.woff);}

.wrapper{
    border: calc(25px + 2.5vw) solid #FFF;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;}

#welkom{
    position: relative;
    width: 100%;
    min-height: 80vh;
    font-family: 'schrijfletter', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}

    .wtxt{
        text-align: center;
        font-size: 1.9em;
        line-height: 1.4em;
        font-weight: bold;
        -webkit-animation-name: wtxt;
                animation-name: wtxt;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-direction: normal;
                animation-direction: normal;}

        @-webkit-keyframes wtxt {
            0% {-webkit-transform: scale(0.8);transform: scale(0.8); margin-bottom: 0px;}
            100% {-webkit-transform: scale(1);transform: scale(1); margin-bottom: 30px;}}

        @keyframes wtxt {
            0% {-webkit-transform: scale(0.8);transform: scale(0.8); margin-bottom: 0px;}
            100% {-webkit-transform: scale(1);transform: scale(1); margin-bottom: 30px;}}

    .wname{
        background: url(../images/bladeren.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: auto;
        height: 216px;
        -webkit-filter: drop-shadow(0 0 30px rgba(255,255,255,1)) drop-shadow(0 0 50px rgba(255,255,255,1));
                filter: drop-shadow(0 0 30px rgba(255,255,255,1)) drop-shadow(0 0 50px rgba(255,255,255,1));
        -webkit-animation-name: wname;
                animation-name: wname;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-delay: 3s;
                animation-delay: 3s;
        -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards;
        -webkit-animation-direction: normal;
                animation-direction: normal;}

            @-webkit-keyframes wname {
                0% { opacity: 0; height: 0;}
                100% { opacity: 1; height: 216px;}}

            @keyframes wname {
                0% { opacity: 0; height: 0;}
                100% { opacity: 1; height: 216px;}}

.namerev{
    font-family: 'fatletter', sans-serif;
    color: #f7a6a6;
    text-align: center;
    position: relative;
    text-align: center;
    padding: 60px;
    -webkit-animation-name: namerev;
            animation-name: namerev;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-direction: normal;
            animation-direction: normal;}

    .mila{
        font-size: 4em;
        line-height: 1em;}

    .elisa{
        font-size: 2.4em;
        line-height: 0.7;}

        @-webkit-keyframes namerev {
            0% { opacity: 0;}
            100% { opacity: 1;}}

        @keyframes namerev {
            0% { opacity: 0;}
            100% { opacity: 1;}}

.gedichtje{
    font-size: 1.5em;
    line-height: 1.9em;
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 90px);
    padding: 45px;
    text-align: center;
    margin: 0 auto;
    font-family: 'schrijfletter', sans-serif;
    -webkit-animation-name: gedichtje;
            animation-name: gedichtje;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-direction: normal;
            animation-direction: normal;}

    @-webkit-keyframes gedichtje {
        0% { opacity: 0; height:0px;}
        100% { opacity: 1; height: auto;}}

    @keyframes gedichtje {
        0% { opacity: 0; height:0px;}
        100% { opacity: 1; height: auto;}}


.bladeren{
    -webkit-transform: rotate(228deg) scale(0.4) translateX(-100%);
        -ms-transform: rotate(228deg) scale(0.4) translateX(-100%);
            transform: rotate(228deg) scale(0.4) translateX(-100%);
    position: fixed;
    top: -242px;
    z-index: 1000;
/*    filter: drop-shadow(-10px 0 8px rgba(0,0,0,0.2));*/
    right: -19px;}

    .blad1 {
        z-index:10;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5);
        -webkit-animation: wiggle1 18s infinite ease-in-out;
                animation: wiggle1 18s infinite ease-in-out;
        -webkit-transform-origin: 92px 482px;
            -ms-transform-origin: 92px 482px;
                transform-origin: 92px 482px;}

        @-webkit-keyframes wiggle1{
            0% {-webkit-transform: rotate(10deg);transform: rotate(10deg);}
            33% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
            66% {-webkit-transform: rotate(20deg);transform: rotate(20deg);}
            100% {-webkit-transform: rotate(10deg);transform: rotate(10deg);}}

        @keyframes wiggle1{
            0% {-webkit-transform: rotate(10deg);transform: rotate(10deg);}
            33% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
            66% {-webkit-transform: rotate(20deg);transform: rotate(20deg);}
            100% {-webkit-transform: rotate(10deg);transform: rotate(10deg);}}

.infowrapper{
    width: 100%;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(245,147,152,1)), to(rgba(252,207,197,0)));
    background: -o-linear-gradient(bottom, rgba(245,147,152,1) 0%, rgba(252,207,197,0) 100%);
    background: linear-gradient(0deg, rgba(245,147,152,1) 0%, rgba(252,207,197,0) 100%);}

    .info{
        font-weight: bold;
        padding: 10vw 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 2.2em;
        font-family: 'schrijfletter';
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;}

        .info span{
            font-family: 'fatletter';}

                .info .material-icons{
                    font-size: 0.4em;
                    color: #f7a6a6;
                    font-family: 'Material Icons';}

.date{
    padding: 5vh 0;}

.data{
    color: #000;;
    display: -webkit-box;;
    display: -ms-flexbox;;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1em;
    font-size: 1.1em;
    font-weight: normal;}

.dtitle{
    font-size: 0.6em;}

.p85{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;;
    position: absolute;
    bottom: 5vw;
    left: 50%;
    width: 15px;
    height: 15px;
    z-index: 10000;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);}

    .p85 a{
        display: block;
        font-size: 0.85em;
            width: 100%;
            height: auto;
        text-transform: uppercase;
        color: #FFF;}

        .p85 a img{
            width: 100%;
            height: auto;
            display: block;}



/* (mobile, 768px and down) */
@media (max-width: 767px) { 
.gedichtje{
    width: calc(100% - 90px);
    }
}


/* (tablets, 768px and up) */
@media (min-width: 768px) {
    .gedichtje{
    width: calc(70% - 90px);
    }
}


/* (desktops, 992px and up) */
@media (min-width: 992px) {
   .gedichtje{
    width: calc(50% - 90px);
    }
        
}