@font-face {
    font-family: "DM";
    src: url("fonts/DMSans-Regular.ttf");
}

@font-face {
    font-family: "Stretch";
    src: url("fonts/StretchPro.otf");
}

@font-face {
    font-family: "Shippori";
    src: url("fonts/ShipporiAntique.ttf");
}

:root {
    --black: #444444;
    --blueLight: #ecfffb;
    --blueDark: #055ba6;
    --blueMid: #5ebeff;
    --orange: #ff7a5f;
    --green: #6ee799;
    --yellow: #ffc43b;
    --red: #ff0044;
    --purple: #c67be7;
}

body {
    margin: 0px;
    padding: 0px;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
    width: 100%;
    height: auto;
    border: none;
    background-image: url("assets/paper-repeat-texture.jpeg");
    background-repeat: repeat;
    background-size: 300px;
    background-color: #ffffff81;
    /* background-blend-mode: lighten; */
}

#main-content {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
}

#guts {
    width: 80%;
    margin: 0;
    padding: 0;
    /* margin-bottom: 12vh; */
}

/* Als scherm telefoonformaat dan guts width 10% */

header {
    display: flex;
    width: 100%;
    height: auto;
    margin: 2vh 0;
    justify-content: center;
}

header img {
    height: 10vh;
    width: auto;
}

footer {
    width: 100%;
    height: 3vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Shippori;
    font-size: 10pt;
    color: #444444aa;
}

footer p {
    padding-bottom: 2px;
}

footer img {
    width: auto;
    height: 100%;
    padding-right: 8px;
}

.blockStructure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.block {
    /* display: inline-block;
    position: relative; */

    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */

    /* border: solid 1px var(--black); */
    /* border-radius: 8px; */
    /* float: left; */
    width: 100%;
    height: 50vh;
    /* padding: 2vh 2vw; */
    margin: 1vh;
    /* margin-bottom: 2vh; */
    transition: all 0.3s ease-in-out;
    /* box-shadow: 0px 4px 2px 8px #4444441a; */
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.block .text {
    font-family: Shippori;
    font-size: 12pt;
    text-align: center;
    color: var(--black);
    text-decoration: none;

    padding: 50%;
    /* padding-bottom: 30vh; */
    margin-left: -45%;
    /* height: 100%; */
    width: 90%;

    /* vertical-align: middle;
    justify-content: center; */
    /* align-items: center; */
}

/* #under .text {
    padding: 20px 2vw 20px 20px;
} */

/* .block .small {
    padding: 20vh 8vw;
} */

.project .text {
    background-color: rgba(255, 255, 255, 0.592);
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s, visibility .4s;
}

.project:hover .text {
    visibility: visible;
    opacity: 1;
    /* border: solid  12px #ffffff; */
    /* border-radius: 4vh; */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.project:hover {
    border-radius: 2vh;
    transform: scale(1.01);
    /* transform: skewX(-4deg); */
    box-shadow: 0px 2px 12px 4px #44444432;
    /* background-blend-mode: difference; */
}

.project:active {
    transform: scale(1.0);
    /* transform: scale(8.0); */
}

.project a {
    color: var(--black);
    text-decoration: none;
}

.text span {
    letter-spacing: 0.4pt;
}

.text h2 {
    font-family: Stretch;
    font-size: 20pt;
    line-height: 16pt;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
}

.text h3 {
    font-family: Stretch;
    font-size: 14pt;
    line-height: 12pt;
    margin: 0;
    padding: 0;
}

.tag {
    display: inline-block;
    padding: 0.2vh 0.6vh;
    font-size: 10pt;
    margin-right: 0vh;
    margin-bottom: 0.5vh;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 2px var(--black);
    /* border: dashed 2px var(--orange); */
    /* color: #fff; */
    border-radius: 4px;
}

#welcome {
    /* display: flex;
    flex-direction: column;
    width: 100%;
    height: 50vh;
    margin: 0;
    margin-bottom: 10vh; */

    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    height: 50vh;
    margin: 10vh 0;
}

#welcome img {
    width: 50vh;
    height: 50vh;
    /* padding-top: 24px; */
    /* margin-right: 4vh; */
}

#welcome .text_block {
    text-align: center;
    padding-left: 24px;
    padding-top: 4px;
    font-size: 14pt;
    text-align: middle;
    vertical-align: middle;
    /* width: 40vw; */
    width: 50vh;
}

#welcome .text {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: middle;
    vertical-align: middle;
    justify-content: center;
    font-size: 14pt;
    /* visibility: visible;
    opacity: 1; */
    height: 60vh;
    margin: 0;
    margin-top: 16px;
}

#welcome .text_block h2 {
    font-family: Stretch;
    font-size: 24pt;
    line-height: 20pt;
    margin: 0;
}

#welcome a {
    font-family: Stretch;
    text-transform: uppercase;
    font-size: 14pt;
    display: inline-block;
    padding: 2vh 3vh;
    font-size: 12pt;
    margin-right: 1vh;
    /* margin-bottom: 0.5vh; */
    text-decoration: none;
    /* background-color: var(--black); */
    transition: all 0.15s ease-in-out;
    /* border: dashed 2px var(--orange); */
    color: #fff;
    /* border-radius: 4px; */
}

#welcome a:hover {
    border-radius: 8px;
    transform: scale(1.05);
    box-shadow: 0px 2px 8px 4px #44444432;
}

#welcome a:active {
    transform: scale(1.01);
}

#welcome #email {
    background-color: var(--orange);
}

#welcome #linkedin {
    background-color: var(--blueMid);
}

#welcome #cv {
    background-color: var(--green);
}

#footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    height: auto;
    margin: 10vh 0;
    /* margin-top: 10vh;
    margin-bottom: 24px; */
}

#footer img {
    width: 50vh;
    height: 50vh;
    padding-top: 24px;
    /* margin-right: 4vh; */
}

/* #footer .block {
    padding: 0px 24px;
    height: 70vh;
} */

#footer .text_block {
    text-align: left;
    padding-left: 24px;
    padding-top: 4px;
    /* width: 40vw; */
}

#footer h2 {
    position: relative;
    font-family: Stretch;
    font-size: 32pt;
    display: block;
    text-align: center;
    height: 60px;
    width: 60px;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    margin-top: 280px;
    margin-right: 8px;
    color: var(--yellow);
    /* mix-blend-mode:saturation; */
    /* border: solid 2px var(--black) */
    transform-origin: left top;
    transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
}

#arrow {
    margin-top: 3vh;
    height: 10vh;
}

.spacer {
    margin-top: 10vh;
    width: 100%;
    height: 10vh;
}

#end .block {
    height: auto;
}

#wachtkamer {
    background-image: url("assets/wachtkamer_1_logo.jpg");
}

#soundinsitu {
    background-image: url("assets/Sound-in-Situ 2440x1600.jpg");
}

#music {
    background-image: url("assets/graphic/music_logo.jpg");
}

#graphic {
    background-image: url("assets/graphic/personal_malmo.jpg");
    /* background-size: cover; */
}

#overgrown {
    background-image: url("assets/overgrown_overview.jpg");
}

#sidkit {
    background-image: url("assets/sidkit_overview.jpg");
    /* background-size: cover; */
}

#waves {
    background-image: url("assets/waves_overview.jpg");
    /* background-size: cover; */
}

#aframe {
    background-image: url("assets/aframe_overview.jpg");
}

#sonic {
    background-image: url("assets/sonicdecor_overview2.jpg");
    background-position: bottom;
    /* background-size: cover; */
}

#under {
    background-image: url("assets/undertone_overview.jpg");
    /* background-size: cover; */
}

.undertone {
    background-image: url("assets/undertone_1.jpg");
}

#esra {
    background-image: url("assets/esra_overview.jpg");
    /* background-size: cover; */
}

#bird {
    background-image: url("assets/birdwhisperer_overview.jpg");
}

#emma {
    background-image: url("assets/emma_overview.jpg");
    /* background-size: cover; */
}

#aikit {
    background-image: url("assets/aikit_overview.jpg");
    /* background-size: cover; */
}

.background_banner {
    z-index: -1;
    width: 100%;
    height: 40vh;
    margin-top: -16vh;
    background-size: cover;
    background-position: center;
    /* filter: blur(2px); */
}

.gradient_bottom {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), rgb(245, 245, 245));
}

.text_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 80%; */
    width: 100%;
    font-family: Shippori;
    font-size: 12pt;
    text-align: center;
    color: var(--black);
    text-decoration: none;
}

.text_block h2 {
    font-family: Stretch;
    font-size: 48pt;
    line-height: 16pt;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 16px;
    padding: 0;
    /* box-shadow: 0px 2px 32px 8px #44444469; */
}

.text_block h3 {
    font-family: Shippori;
    font-size: 16pt;
    margin: 0;
    width: 64vw;
    margin: 16px 0;
    padding: 0 10vw;
    /* box-shadow: 0px 2px 32px 8px #44444469; */
}

.text_block span {
    letter-spacing: 0.4pt;
}

.text_section {
    width: 60vw;
    margin-bottom: 44px;
    text-align: left;
    line-height: 20pt;
}

.highlight {
    margin: none;
    margin-left: -12px;
    padding-left: 8px;
    border-left: 3px solid var(--black);
}

.text_section a,
#footer .text_block a {
    font-weight: 900;
    color: var(--black);
    text-decoration: none;
    /* border-bottom: solid 3px var(--black); */
    padding-bottom: -8px;
    margin-bottom: 0;
    transition: all 0.15s ease-in-out;
    background-color: none;
}

.text_section a:hover,
#footer .text_block a:hover {
    /* background-color: var(--black); */
    padding: 0px 4px 4px 4px;
    border-radius: 4px;
    text-decoration: none;
    border-bottom: none;
}

#footer a {
    background-color: none;
}

#footer #email {
    border-bottom: solid 3px var(--orange);
    background-color: none;
}

#footer #linkedin {
    border-bottom: solid 3px var(--blueMid);
    background-color: none;
}

#footer #cv {
    border-bottom: solid 3px var(--green);
    background-color: none;
}

#footer #email:hover {
    border-bottom: none;
    background-color: var(--orange);
    color: #ffffff;
}

#footer #linkedin:hover {
    border-bottom: none;
    background-color: var(--blueMid);
    color: #ffffff;
}

#footer #cv:hover {
    border-bottom: none;
    background-color: var(--green);
    color: #ffffff;
}

#ddw1 a {
    border-bottom: solid 3px var(--red);
}

#ddw1 a:hover {
    background-color: var(--red);
    border-bottom: none;
    color: #ffffff;
}

#ddw1 .highlight {
    border-left: 3px solid var(--red);
}

#ddw2 a {
    border-bottom: solid 3px var(--green);
}

#ddw2 a:hover {
    background-color: var(--green);
    border-bottom: none;
    color: #ffffff;
}

#ddw2 .highlight {
    border-left: 3px solid var(--green);
}

#ddw25 a {
    border-bottom: solid 3px var(--purple);
}

#ddw25 a:hover {
    background-color: var(--purple);
    border-bottom: none;
    color: #ffffff;
}

#ddw25 .highlight {
    border-left: 3px solid var(--purple);
}

#ely25 a {
    border-bottom: solid 3px var(--blueMid);
}

#ely25 a:hover {
    background-color: var(--blueMid);
    border-bottom: none;
    color: #ffffff;
}

#ely25 .highlight {
    border-left: 3px solid var(--blueMid);
}

#acm a {
    border-bottom: solid 3px var(--green);
}

#acm a:hover {
    background-color: var(--green);
    border-bottom: none;
}

#acm .highlight {
    border-left: 3px solid var(--green);
}

.info_section {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center;
    width: 60vw;
    height: auto;
    margin: 20px 0px;
    padding: 0;
    font-size: 10pt;
    line-height: 20pt;
    /* border: 2px dashed var(--black); */
}

.info_section p {
    padding: 0 20px;
}

.divider {
    width: 24vw;
    margin: 24px 0px;
    border-bottom: 2px solid var(--black);
}

.image_gallery {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.image_gallery div {
    display: inline-block;
    height: 32vh;
    width: auto;
    margin: 4px;
}

.image_gallery .video {
    position: relative;
    width: auto;
    height: 64vh;
    /* border-radius: 4px; */
}

.image_gallery .insta {
    position: relative;
    display: inline-block;
    width: 60vw;
    height: 80vh;
    overflow-y: hidden;
    overflow-x: auto;
    /* margin-bottom: 8vh; */
    border-style: none;
    border-radius: 12px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.image_gallery .insta {
    margin-bottom: 8vh;
}

.image_gallery img {
    height: 32vh;
    width: auto;
    display: inline-block;
    /* border-radius: 4px; */
    margin-right: 6px;
    cursor: zoom-in;
}

.image_gallery .soundcloudplayer {
    position: relative;
    margin: 0 auto;
    width: 60vw;
    height: 42vh;
    margin-bottom: 4px;
    overflow: hidden;
}

/* .image_gallery img:active {
    transform: scale(2.0);
    position: absolute;
    display: block;
}

.image_gallery img::after {
    transform: scale(3.0);
} */

/* .text_block h3 {
    font-family: Stretch;
    font-size: 14pt;
    line-height: 12pt;
    margin: 0;
    padding: 0;
}

.text_block .tag {
    margin-top: 20px;;
} */

@media screen and (max-width: 1000px) {
    .blockStructure {
        flex-direction: column;
        margin-left: 0;
        padding-left: 0;
    }

    .block {
        margin-left: 0;
        padding-left: 0;
    }

    .block .text {
        margin: 0;
    }

    .project {
        border-radius: 8px;
        box-shadow: 0px 2px 12px 4px #88888832;
        justify-content: left;
        align-items: end;
    }

    .project .text {
        /* padding: 160px 40px; */
        margin-bottom: -10vh;
        display: block;
        padding: 20px 13vw 20px 20px;
        /* padding-right: 10vw; */
        visibility: visible;
        opacity: 1;
        text-align: left;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        width: 76vw;
        margin-right: 20px;
    }

    .project .small {
        text-align: left;
        width: 74vw;
        /* padding-right: 10vw; */
        /* padding: 20px 18vw 20px 20px; */
    }

    .project .text h3 {
        visibility: hidden;
        opacity: 0;
        margin-top: -40px;
    }

    .project .tag {
        visibility: hidden;
        opacity: 0;
    }

    #aikit .text {
        margin-bottom: -14vh;
    }

    .text_section {
        width: 100%;
        margin-bottom: 44px;
        text-align: left;
    }

    .image_gallery div {
        height: auto;
        width: 100%;
        margin: 0;
    }

    .image_gallery .video {
        height: 28vh;
        width: 100%;
        margin: 0;
    }

    .image_gallery img {
        height: auto;
        width: 100%;
    }

    .image_gallery .soundcloudplayer, .image_gallery .insta {
        /* height: auto; */
        width: 100%;
    }

    .info_section {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        /* flex-direction: column; */
        flex-wrap: wrap;
        font-size: 10pt;
        line-height: 12pt;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .info_section p {
        width: 42%;
        /* margin: 0; */
        padding: 0 12px;
    }

    .text_block h2 {
        font-size: 28pt;
        line-height: 26pt;
    }

    #footer,
    #welcome {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0px;
        align-items: center;
    }

    #welcome {
        margin: 4vh 0;
    }

    #welcome a {
        padding: 1vh 1.5vh;
    }

    /* #footer .block {
        flex-direction: column;
        width: 100%;
        padding: 0px;
        height: auto;
    }*/

    #welcome .text_block {
        margin-top: 4vh;
        width: 90%;
    }

    #welcome img {
        height: 30vh;
        width: 30vh;
    }

    #footer img {
        width: 100%;
        height: auto;
        /* height: 90vw; */
    }

    #footer .text_block,
    #welcome .text_block {
        /* height: 80vh; */
        /* text-align: center; */
        padding-left: 0;
    }

    #footer h2 {
        margin-top: 120px;
    }
}

/* @media screen and (min-width: 1920px) {
    .block .text {
        padding: 180px 480px;
    }

    .block .small {
        padding: 180px 200px;
    }
} */

/* @media screen and (min-width: 800px) {
    #welcome {
        width: 40%;
        flex-direction: row;
        height: 50vh;
        margin-left: 8px;
        margin-top: 8vh;
    }

    #welcome .text {
        font-size: 18pt;
    }

    #welcome .text h2 {
        font-size: 32pt;
        line-height: 28pt;
        margin: 0;
    }

    #welcome a {
        font-size: 14pt;
    }

    #arrow {
        margin-top: 12vh;
        height: 20vh;
    }
} */