@keyframes blur {

    0%,
    90% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
    }


    50% {
        -webkit-filter: blur(20px);
        -moz-filter: blur(20px);
        -o-filter: blur(20px);
        -ms-filter: blur(20px);
    }


    10% {
        -webkit-filter: blur(40px);
        -moz-filter: blur(40px);
        -o-filter: blur(40px);
        -ms-filter: blur(40px);
    }
}

@font-face {
    font-family: "jmh_cthulhumbus_arcaderegular";
    src: url('jmhcthulhumbusarcade-regular-webfont.eot');
    src: url('jmhcthulhumbusarcade-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('jmhcthulhumbusarcade-regular-webfont.woff2') format('woff2'),
        url('jmhcthulhumbusarcade-regular-webfont.woff') format('woff'),
        url('jmhcthulhumbusarcade-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "NeutralFace";
    src: url('NeutralFace.eot');
    src: url('NeutralFace.eot') format('embedded-opentype'),
        url('NeutralFace.woff2') format('woff2'),
        url('NeutralFace.woff') format('woff'),
        url('NeutralFace.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
    /* we set the opacity to 0 */
    opacity: 0;
}

/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
    /* prepare the future animation */
    -webkit-transition: opacity 3s ease-in 2s;
    -moz-transition: opacity 3s ease-in 2s;
    transition: opacity 3s ease-in 2s;
    /* we set the opacity to 1 to do the magic */
    opacity: 1;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0px;
    object-fit: cover;
    animation-delay: 1s;
    animation: fadeIn 4s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* BIG WEBSITE */
@media all and (min-width: 1000px) {

    .container {
        visibility: visible;
        pointer-events: auto;
        position: fixed;
        top: 0;
        width: 300px;
        height: 300px;
        z-index: 2000;
        background-color: transparent;
    }


    .container:active {
        pointer-events: none;
    }

    .ball {
        width: 75%;
        position: relative;
        display: block;
        z-index: 180;
        left: 15%;
        top: -10%;
        transform: rotate(-10deg);
        opacity: 100%;
        transition: left 5s, top 5s;
        animation: float 6s ease-in-out infinite;
    }


    .container:hover+.ball {
        left: 50%;
        top: 30%;
        pointer-events: visible;
    }

    .refr {
        width: 14vw;
        color: black;
        text-align: left;
        font-size: 14px;
        bottom: 40px;
        left: 25px;
        position: fixed;
        font-style: normal;
        z-index: 30;

    }

    .refr h1 {
        width: fit-content;
        margin-bottom: 0;
        font-size: 25px;
        font-weight: normal;
        color: rgb(0, 0, 0);
        text-align: left;
        border-bottom: solid rgb(0, 0, 0) 2px;
        transform: scale(1) rotate(0deg) translate(-10px, -0.25em) skew(30deg, 0deg);
    }

    .refr>a {
        position: relative;
        left: 1.5em;
        margin-bottom: 0.2em;
        border-bottom: 2px solid transparent;
        box-sizing: border-box;
        display: inline-block;
    }


    .refr>a:last-child {
        margin-bottom: 0
    }

    .refr>a:hover {
        /* border-bottom: 2px solid black; */
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
    }

    .refr>a:before {
        font-family: 'Courier New', Courier, monospace;
        position: absolute;
        top: 50%;
        font-size: 2em;
        left: -1em;
        content: "\272D";
        transform: scale(1) rotate(0deg) translate(0, -50%) skew(0, 0deg);
        display: inline-block;
    }

    .refr>a:hover:before {
        transform: scale(1) rotate(0deg) translate(1px, -50%) skew(-30deg, 0deg);
    }

    .refr-link>a:last-child {
        margin-bottom: 0
    }

    .refr-link>a:hover {
        /* border-bottom: 2px solid black; */
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
    }


    .refr-link {
        width: 14vw;
        color: black;
        text-align: left;
        font-size: 12px;
        bottom: 240px;
        left: 25px;
        position: fixed;
        font-style: normal;
        z-index: 30;
    }

    .refr-link h1 {
        width: fit-content;
        margin-bottom: 0;

        font-size: 25px;
        font-weight: normal;
        color: rgb(0, 0, 0);
        text-align: left;

        border-bottom: solid rgb(0, 0, 0) 2px;
        transform: scale(1) rotate(0deg) translate(-10px, -0.25em) skew(30deg, 0deg);
    }

    .refr-link>a {
        position: relative;
        left: 1.5em;
        margin-bottom: 0.5em;
        border-bottom: 2px solid transparent;
        ;
        box-sizing: border-box;
        display: inline-block;
    }

    .links {
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);

    }

    .links:hover {
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);

    }

    .worktitle {
        font-style: normal;
        font-family: "NeutralFace";
        src: url('NeutralFace.eot');
        src: url('NeutralFace.eot') format('embedded-opentype'),
            url('NeutralFace.woff2') format('woff2'),
            url('NeutralFace.woff') format('woff'),
            url('NeutralFace.ttf') format('truetype');
        font-size: 2em;
    }

    body {
        color: black;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 50px;
        cursor: url('links/hand.cur'), default;
        cursor: url('links/hand.cur'), auto;
        cursor: url('links/hand.cur'), pointer;
        background-color: rgb(236, 236, 236);
        -webkit-animation: fadein 4s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 4s;
        /* Firefox < 16 */
        -ms-animation: fadein 4s;
        /* Internet Explorer */
        -o-animation: fadein 4s;
        /* Opera < 12.1 */
        animation: fadein 4s;
        max-width: 100%;
        overflow-x: hidden;
        font-family: "Lato", sans-serif;
        transition: background-color .5s;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #051d03;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #3e3e3e;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    #main {
        transition: margin-left .5s;
        padding: 16px;
        z-index: 999;
        bottom: 1vw;
        position: fixed;
    }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

        .sidenav a {
            font-size: 18px;
        }
    }

    .scroll-left {
        height: 150px;
        top: 50px;
        width: 100vw;
        /* 121%; */
        left: -1px;
        position: fixed;
        z-index: 12;
        /*background-image: linear-gradient(#c782ff, white, greenyellow, lightblue, lightgray, #ff68b3);*
        /* #90eebf; */
        overflow: hidden;
    }

    .scroll-left p {
        font-family: "NeutralFace";
        src: url('NeutralFace.eot');
        src: url('NeutralFace.eot') format('embedded-opentype'),
            url('NeutralFace.woff2') format('woff2'),
            url('NeutralFace.woff') format('woff'),
            url('NeutralFace.ttf') format('truetype');
        animation: fadeIn 4s;
        font-weight: normal;
        font-style: normal;
        position: fixed;
        top: -15px;
        left: 0;
        line-height: 0;
        color: black;
        /* src: url("JMH Cthulhumbus Arcade.otf"); */
        text-align: left;
        font-size: 180px;
        transform: scale(0) rotate(0deg) translate(0px, 0px) skew(40deg, 0deg);
        white-space: nowrap;

        /* Starting position */
        -moz-transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);

        /* Apply animation to this element */
        -moz-animation: scroll-left 25s linear infinite;
        -webkit-animation: scroll-left 25s linear infinite;
        animation: scroll-left 25s linear infinite;
    }

    .mobile-button {
        opacity: 0%;
        font-family: "jmh_cthulhumbus_arcaderegular";
        src: url('jmhcthulhumbusarcade-regular-webfont.eot');
        src: url('jmhcthulhumbusarcade-regular-webfont.eot?#iefix') format('embedded-opentype'),
            url('jmhcthulhumbusarcade-regular-webfont.woff2') format('woff2'),
            url('jmhcthulhumbusarcade-regular-webfont.woff') format('woff'),
            url('jmhcthulhumbusarcade-regular-webfont.ttf') format('truetype');
        position: fixed;
        z-index: 1000;
        color: rgb(236, 236, 236);
        animation: glow 1s infinite alternate;
        bottom: 0;
        left: 10vw;
        font-size: 50px;
    }

    /* Move it (define the animation) */
    @-moz-keyframes scroll-left {
        0% {
            -moz-transform: translateX(100vw);
        }

        100% {
            -moz-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes scroll-left {
        0% {
            -webkit-transform: translateX(100vw);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }

    @keyframes scroll-left {
        0% {
            -moz-transform: translateX(100vw);
            /* Browser bug fix */
            -webkit-transform: translateX(100vw);
            /* Browser bug fix */
            transform: translateX(100vw);
        }

        100% {
            -moz-transform: translateX(-100vw);
            /* Browser bug fix */
            -webkit-transform: translateX(-100%);
            /* Browser bug fix */
            transform: translateX(-100%);
        }
    }

    @keyframes float {
        0% {
            transform: translatey(0px);
        }

        50% {
            transform: translatey(-20px);
        }

        100% {
            transform: translatey(0px);
        }
    }

    @-webkit-keyframes glow {
        from {
            text-shadow: 0 0 20px #fff, 0 0 30px palegoldenrod, 0 0 40px #c782ff, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073, 0 0 80px #e60073;
        }

        to {
            text-shadow: 0 0 30px #fff, 0 0 40px #ff4da6, 0 0 50px #ff68b3, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6, 0 0 90px #ff4da6;
        }
    }


    .external {
        font-size: 14px;
    }

    .external>a {
        position: relative;
        left: 1.5em;
        margin-bottom: 0;
        border-bottom: 2px solid transparent;
        ;
        box-sizing: border-box;
        display: inline-block;
    }

    .external>a:hover {
        border-bottom: 2px solid black;
    }


    .external>a:before {
        position: absolute;
        top: 0;
        left: -1.5em;
        content: "\272D";
        display: inline-block;
    }

    .plattetekst {
        position: relative;
        top: 10%;
        color: black;
        padding: 20px;
        font-family: "helvetica", sans-serif;
        text-align: left;
    }


    .back-button {
        visibility: visible;
        opacity: 80%;
        font-family: "jmh_cthulhumbus_arcaderegular";
        src: url('jmhcthulhumbusarcade-regular-webfont.eot');
        src: url('jmhcthulhumbusarcade-regular-webfont.eot?#iefix') format('embedded-opentype'),
            url('jmhcthulhumbusarcade-regular-webfont.woff2') format('woff2'),
            url('jmhcthulhumbusarcade-regular-webfont.woff') format('woff'),
            url('jmhcthulhumbusarcade-regular-webfont.ttf') format('truetype');
        position: fixed;
        width: 100vw;
        z-index: 1000;
        bottom: 90px;
        left: 2vw;
        font-size: 1.5em;
    }

    .title {
        visibility: visible;
        position: absolute;
        text-align: center;
        top: 720px;
        left: 30%;
        border: 1px solid black;
        font-size: 35px;
        z-index: 10;
        padding: 10px;
    }

    .collection {
        margin-left: 17%;
        width: 83vw;
        display: flex;
        flex-direction: row;
        font-size: 25px;
        margin-top: -5%;
        break-inside: avoid;
        animation: blur 0s ease 0s;
    }

    .col {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .col:first-child {
        padding-right: 0
    }

    .col:last-child {
        padding-left: 0
    }

    .collection-item {
        width: 100% !important;
        flex: 0 1 100%;
        padding: 0px;
        box-sizing: border-box;
        filter: blur(0px);
        transition: filter 2s ease-in-out;
    }

    .collection-item:hover {
        filter: blur(0px);
    }


    a:link {
        color: black;
        text-decoration: none;
    }

    /* visited link */
    a:visited {
        color: black;
    }

    /* mouse over link */
    a:hover {
        color: black;
    }

    /* selected link */
    a:active {
        color: black;
    }

    .detail {
        height: 115vh;
        margin-top: -20px;
        margin-bottom: -30px;
        width: 100vw;
        overflow: scroll;
    }


    .detail .collection-item {
        filter: blur(0px);
        transition: filter 1s;
    }

    .uitleg {
        position: fixed;
        overflow: auto;
        height: 76vh;
        display: flex;
        flex-direction: column;
        top: 4% !important;
        padding-top: 250px;
        font-size: 35px;
        margin-left: 0px;
        left: 54%;
        width: 44vw;
        float: left;
        overflow-y: scroll;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .uitleg::-webkit-scrollbar {
        display: none;
    }

}








/* PHONE VERSION SMALLER */
/* PHONE VERSION SMALLER */
/* PHONE VERSION SMALLER */
/* PHONE VERSION SMALLER */
@media all and (max-width: 1000px) {

    body {
        color: black;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 40px;
        background-color: lightgray;
        -webkit-animation: fadein 2s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 4s;
        /* Firefox < 16 */
        -ms-animation: fadein 4s;
        /* Internet Explorer */
        -o-animation: fadein 4s;
        /* Opera < 12.1 */
        animation: fadein 4s;
        max-width: 100%;
        overflow-x: hidden;
    }


    .container {
        visibility: collapse;
        position: fixed;
        width: 110vw;
        top: 100vh;
        height: 300px;
        z-index: 2000;
        background-color: red;
    }

    .plattetekst {
        position: relative;
        overflow-x: hidden;
        top: 10%;
        padding: 20px;
        padding-right: 40px;
        color: black;
        font-family: "helvetica", sans-serif;
        text-align: left;
        font-size: 16px;
    }

    .back-button {
        visibility: hidden;
        display: none;
    }

    .refr {
        visibility: hidden;
        display: none;
        width: 14vw;
        color: black;
        text-align: left;
        font-size: 1.2em;
        bottom: 40px;
        padding-bottom: 300px;
        position: inherit;
        font-style: normal;
        z-index: 30;
    }

    .refr h1 {
        visibility: hidden;
        display: none;
        width: 100vw;
        margin-bottom: 20px;
        margin-top: 50px;
        font-size: 4em;
        font-size: 2em;
        margin-left: 2vw;
        text-decoration: underline solid 2px rgb(255, 255, 255);
        text-underline-offset: 5px;
        text-align: center;
        font-weight: normal;
        color: rgb(255, 255, 255);
        transform: scale(1) rotate(0deg) translate(0px, 0) skew(0deg, 0deg);
    }

    .refr>a {
        visibility: hidden;
        display: none;
        position: inherit;
        width: 100vw;
        text-align: left;
        margin-bottom: -1em;
        box-sizing: border-box;
        display: block;
        transform: scale(1) rotate(0deg) translate(0px, 0) skew(0deg, 0deg);
    }


    .refr>a:last-child {
        margin-bottom: 0
    }

    .refr>a:hover {
        /* border-bottom: 2px solid black; */
        transform: scale(1) rotate(0deg) translate(0px, 0) skew(0, 0deg)
    }

    .refr>a:before {
        position: absolute;
        top: 50%;
        width: 100vw;
        text-align: left;
        content: "";
        transform: scale(1) rotate(0deg) translate(0px, 0) skew(0deg, 0deg);
        display: inline-block;
    }


    .refr-link>a:last-child {
        margin-bottom: 0
    }


    .refr-link {
        visibility: hidden;
        display: none;
        width: 100vw;
        color: black;
        text-align: center;
        font-size: 1.2em;
        position: inherit;
        font-style: normal;
        z-index: 30;
    }

    .refr-link h1 {
        visibility: hidden;
        display: none;
        width: 100vw;
        margin-bottom: 0em;
        padding-top: 2em;
        margin-top: 50px;
        font-size: 3em;
        margin-left: 6vw;
        text-decoration: underline solid 2px white;
        text-underline-offset: 5px;
        text-align: left;
        font-weight: normal;
        color: rgb(255, 255, 255);
        transform: scale(1) rotate(0deg) translate(0px, 0) skew(0deg, 0deg);
    }

    .refr-link>a {
        visibility: hidden;
        display: none;
        position: inherit;
        margin-bottom: 0.5em;
        border-bottom: 2px solid transparent;
        box-sizing: border-box;
        display: block;
        transform: scale(1) rotate(0deg) translate(0px, 0) skew(0, 0deg);
    }

    .refr-link>a:before {
        position: absolute;
        top: 50%;
        width: 100vw;
        text-align: left;
        content: "";
        transform: scale(1) rotate(0deg) translate(1px, 0) skew(0 0deg);
        display: inline-block;
    }

    .scroll-left {
        height: 15%;
        width: 100vw;
        ;
        top: -1px;
        left: -1px;
        position: fixed;
        background-color: transparent;
        overflow: hidden;
        z-index: 12;
    }


    .scroll-left p {
        font-family: "NeutralFace";
        src: url('NeutralFace.eot');
        src: url('NeutralFace.eot') format('embedded-opentype'),
            url('NeutralFace.woff2') format('woff2'),
            url('NeutralFace.woff') format('woff'),
            url('NeutralFace.ttf') format('truetype');
        animation: fadeIn 4s;
        font-weight: normal;
        font-style: normal;
        position: fixed;
        top: -23px;
        line-height: 30px;
        color: black;
        text-align: left;
        font-size: 4em;
        white-space: nowrap;
        transform: scale(0) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);



        /* Starting position */
        -moz-transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);

        /* Apply animation to this element */
        -moz-animation: scroll-left 25s linear infinite;
        -webkit-animation: scroll-left 25s linear infinite;
        animation: scroll-left 25s linear infinite;
    }

    #main {
        visibility: hidden;
        display: none;
    }

    .mobile-button {
        font-family: "jmh_cthulhumbus_arcaderegular";
        src: url('jmhcthulhumbusarcade-regular-webfont.eot');
        src: url('jmhcthulhumbusarcade-regular-webfont.eot?#iefix') format('embedded-opentype'),
            url('jmhcthulhumbusarcade-regular-webfont.woff2') format('woff2'),
            url('jmhcthulhumbusarcade-regular-webfont.woff') format('woff'),
            url('jmhcthulhumbusarcade-regular-webfont.ttf') format('truetype');
        position: fixed;
        width: 100vw;
        z-index: 1000;
        color: rgb(236, 236, 236);
        animation: glow 1s infinite alternate;
        bottom: 90px;
        left: 8vw;
        font-size: 2em;
        opacity: 100%;
    }

    .h3 {
        margin-block-end: 0;
        margin-block-start: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 0;
    }


    /* Move it (define the animation) */
    @-moz-keyframes scroll-left {
        0% {
            -moz-transform: translateX(100vw);
        }

        100% {
            -moz-transform: translateX(-100%);
        }
    }

    @-webkit-keyframes scroll-left {
        0% {
            -webkit-transform: translateX(100vw);
        }

        100% {
            -webkit-transform: translateX(-100%);
        }
    }

    @keyframes scroll-left {
        0% {
            -moz-transform: translateX(100vw);
            /* Browser bug fix */
            -webkit-transform: translateX(100vw);
            /* Browser bug fix */
            transform: translateX(100vw);
        }

        100% {
            -moz-transform: translateX(-100vw);
            /* Browser bug fix */
            -webkit-transform: translateX(-100%);
            /* Browser bug fix */
            transform: translateX(-100%);
        }
    }

    @-webkit-keyframes glow {
        from {
            text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #e60073, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073;
        }

        to {
            text-shadow: 0 0 10px #fff, 0 0 20px #ff4da6, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6;
        }
    }


    .collection {
        position: relative;
        margin-left: 0%;
        width: 100vw;
        column-count: 1;
        font-size: 25px;
        margin-top: -30px;
        break-inside: avoid;
        display: grid;
    }

    .col {
        position: relative;
        width: 100vw;
        left: -0.1em;
        display: flex;
        flex-direction: column;
        padding: 0px;
    }


    .collection-item {
        position: relative;
        width: 120vw;
        border-radius: 0px;
        flex: 0 1 100%;
        padding-bottom: 0px;
    }

    a:link {
        color: BLACK;
        text-decoration: none;
    }

    /* visited link */
    a:visited {
        color: black;
    }

    /* mouse over link */
    a:hover {
        color: black;
    }

    /* selected link */
    a:active {
        color: black;
    }

    .down {
        color: black;
        width: 100%;
        height: 300px;
        border-radius: 25px;
        border: 4px solid black;
        background-color: black;
    }

    .refrtitle {
        position: relative;
        color: black;
        display: flex;
        text-align: left;
        text-decoration: underline;
        font-size: 40px;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 5px;
        border-bottom: solid black 0px;
        left: 35px;
        transform: skew(30deg, 0deg);
        bottom: 10px !important;
        z-index: 1;
    }


    .links {
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);

    }

    .links:hover {
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);

    }

    .detail {
        margin-top: -10px;
        margin-bottom: 0px;
        width: 100vw;
        left: -10px;
    }

    .goback:hover {
        background-color: BLACK;
        border: 1px solid LIGHTgray;
        color: lightgray;
    }

    .goback:link {
        color: black;
        text-decoration: none;
    }

    .uitleg {
        height: fit-content;
        position: relative;
        left: 10%;
        font-size: 40px;
        top: 10px;
        padding: 20px;
        padding-bottom: 50px;
        margin-bottom: 30px;
        width: 90%;
        overflow-x: auto
    }

}