@font-face {
    font-family: the-seasons;
    font-weight: 400;
    font-style: normal;
    src: url("https://use.typekit.net/qfz2jvy.css");
}

@font-face {
    font-family: the-seasons-italic;
    font-weight: 400;
    font-style: italic;
    src: url("https://use.typekit.net/qfz2jvy.css");
}

@font-face {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    src: url("https://use.typekit.net/qfz2jvy.css");
}

* {
    margin: 0;
    padding: 0;
    color: #9c4198;
    scroll-behavior: smooth;
}

/* TEXT-WRAPPER */
div.wrapper {
    width: 100vw;
    display: flex;
}

div.wrapper-year{
    width: 10vw;
    padding-left: 11vw;
    padding-top: 25vh;
    padding-right: 7vw;
    flex: none;
    position: fixed;
    text-align: right;
}

div.wrapper-year p.collaboration {
    margin-top: 10vh;
}

div.wrapper-year p.collaboration-respon{
    margin-top: 10vh;
    display: none;
}

div.text-wrapper-right {
    width: 17vw;
    margin-left: 70vw;
    padding-top: 25vh;
    flex: none;
    position: fixed;
    z-index: 1;
}

div.text-wrapper-right p.year {
    margin-bottom: 15vh;
    line-height: 0;
}

div.text-wrapper-right p.nr {
    margin-bottom: 10vh;
}

div.text-wrapper-right p.title {
    margin-bottom: 5vh;
}

div.text-wrapper-right p.description {
    font-family: futura-pt, sans-serif;
    font-weight: 350;
    letter-spacing: 0.5px;
    font-style: normal;
    margin-bottom: 5vh;
}

div.text-wrapper-right p.description span{
    font-style: italic;
}

/* IMG WRAPPER */
div.img-wrapper {
    width: 95vw;
    height: 75vh;
    padding-left: 25vw;
    padding-top: 25vh;
    overflow: scroll;
    scrollbar-width: none;
    flex: 2;
}

div.img-wrapper img {
    width: 55%;
    height: auto;
    margin-bottom: 1vh;
}

div.img-wrapper iframe {
    width: 55%;
    height: 40vh;
    margin-bottom: 1vh;
}

div.img-wrapper-column {
    width: 55%;
    height: fit-content;
    display: block;
    columns: 2;
    column-gap: 1vw;
}

div.img-wrapper-column img {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
}

/* TEXT IMG WRAPPER */
div.img-wrapper-text {
    width: 50%;
    padding: 5vh 2vw;
}

div.img-wrapper-text h3 {
    font-family: the-seasons;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    margin-bottom: 1vh;
}

div.img-wrapper-text p {
    font-family: futura-pt, sans-serif;
    font-weight: 350;
    letter-spacing: 0.5px;
    font-style: normal;
    text-align: center;
    margin-bottom: 1vh;
}

@media only screen and (max-width: 860px) {
    div.wrapper-year{
        width: 10vw;
        padding-left: 2vw;
        padding-top: 25vh;
        padding-right: 4vw;
        flex: none;
        position: fixed;
        text-align: right;
    }

    div.wrapper-year p.collaboration{
        display: none;
        hyphens: manual;
    }

    div.wrapper-year p.collaboration-respon{
        display: block;
        hyphens: manual;
    }

    div.text-wrapper-right {
        width: 24vw;
    }

    div.img-wrapper {
        padding-left: 16vw;
    }

    div.img-wrapper img {
        width: 59.5%;
    }
    
    div.img-wrapper iframe {
        width: 59.5%;
        height: 31vh;
        margin-bottom: 1vh;
    }

    div.img-wrapper-column {
        width: 59.5%;
    }

    div.img-wrapper-column img {
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    div.wrapper {
        display: block;
    }

    div.wrapper-year{
        width: 14vw;
        padding-left: 5vw;
    }

    div.text-wrapper-right {
        margin-left: 22vw;
        width: 70vw;
        position: relative;
    }

    div.img-wrapper {
        width: 70vw;
        height: auto;
        margin-left: 21vw;
        padding-left: 0;
        padding-top: 0vh;
    }

    div.img-wrapper img {
        width: 70vw;
    }
    
    div.img-wrapper iframe {
        width: 70vw;
        height: 31vh;
        margin-bottom: 1vh;
    }

    div.img-wrapper-column {
        width: 70vw;
        height: fit-content;
        display: block;
        columns: 2;
        column-gap: 2vw;
    }

    div.img-wrapper-column img {
        width: 100%;
    }

    div.img-wrapper-text {
        width: 66vw;
        padding: 5vh 2vw;
    }
}