body {
    background-color: var(--main-bg-color);
    font-size: 100%;
    font-family: "Lato", sans-serif, Helvetica, Arial;
    margin: 0;
}

.whitespaceBG {
    height: 0vh;
}

.wrappertxt {
    height: 70vh;
    display: flex;
    align-items: center;
}

.wrappertxt p {
    font-size: 7rem;
    padding: 0.5rem;
    margin-left: 4vw;
    font-weight: 800;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
    color: #cacaca;
}

.wrappertxt p span.typed-text {
    font-weight: bold;
    color: #f8fcff;
    /*color: #14e1d0;*/
}

.wrappertxt p span.cursor {
    display: inline-block;
    background-color: rgb(0, 0, 0);
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.wrappertxt p span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: rgb(0, 0, 0);
    }

    49% {
        background-color: rgb(0, 0, 0);
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: rgb(0, 0, 0);
    }
}

/* Animations */



/* FONTS */

p {
    font-size: 1.8em;
    font-weight: 400;
    color: white;
}

h1.red {
    color: black;
    padding-left: 5px;
    font-size: 3em;
    font-weight: 1000;
    padding: 7px;
    margin-bottom: 0;
}

h1.fonty {
    padding-left: 5px;
    color: black;
    font-size: 5em;
    font-weight: 600;
    margin-bottom: 0;
    padding: 7px;
}

h2 {
    color: white;
}

.note {
    background: -webkit-linear-gradient(left, #c97b23, #ddd86d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;

}

p.middle {

    text-align: center;
}

span.bigtext {
    font-size: 2em;
    font-weight: 400;
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: darkorange;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: lightgoldenrodyellow;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: floralwhite;
    background-color: transparent;
    text-decoration: underline;
}


/* Header stuff */

.headernav {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.headernav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.headernav li {
    float: left;
    padding: 2px 5px;
}

nav ul li {
    list-style: none;
    z-index: 100;
}

.linktext {
    text-align: center;
    font-size: 2em;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    color: white;

}

.linktextfont {
    color: white;
}

/* building blocks css */

.whitespacemijn {
    height: 16vh;
    background-color: var(--sec-bg-color);
}

#about {
    padding-top: 2em;
    background-color: var(--main-bg-color);
}

.mt-big {
    margin-bottom: 8em;
}

#ix {
    
    background-color: var(--sec-bg-color);
}

#ix-footer {
    padding-top: 4em;
    background-color: black;
   
}

#showmasters {
    background-color: var(--main-bg-color);
}




/* Handy stuff */

.page_paddingtop {
    padding-top: 5%;
}

.padding-bottom-large {
    padding-bottom: 15vh;
}

.padding-bottom-big {
    padding-bottom: 30vh;
}

.padding-top-big {
    padding-top: 15vh;
}

.whitespace {
    height: 20vh;

}

.whitespace_little {
    height: 5vh;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.whitebox {
    background-color: var(--sec-bg-color);
    padding-top: 4vh;
    padding-left: 4vw;

    height: 15vh;
    margin-bottom: -15px;
}

.whitebox2 {
    background-color: var(--sec-bg-color);
    padding-top: 4vh;

    padding-right: 4vw;
    height: 15vh;
    margin-bottom: -15px;
}


/* PROJECT SETUP and DESIGN */


.case_title {
    margin-top: 0;
    margin-bottom: 0;
}

.case_title:before {
    margin-top: 0;
    margin-bottom: 0;
    content: " ";
    display: block;
    width: 120px;
    height: 4px;
    margin-top: 2px;
    margin-left: 0px;
    background: linear-gradient(45deg, #e60581 0%, rgba(230, 5, 129, 0) 70%), linear-gradient(135deg, #6f01d0 10%, rgba(111, 1, 208, 0) 80%), linear-gradient(225deg, #0633f9 10%, rgba(6, 51, 249, 0) 80%), linear-gradient(315deg, #c400f5 100%, rgba(196, 0, 245, 0) 70%);
}

.case_descr {
    margin-top: 0;
    margin-bottom: 0;
}

.case_date {
    margin-top: 5%;
    color: #d9d9d9d9;
}

.case_photo {
    max-width: 300px;
    max-height: 300px;
    padding-top: 0%;
    margin: 0% auto;
    margin-top: 15% !important;
}

.case_photo.col-sm {
    max-width: 300px;
    max-height: 300px;
    padding-top: 0%;
    margin: 0% auto;
}

.img-responsive.img-center {
    margin: 0 auto;
}

.box {
    max-width: 300px;
    max-height: 300px;
    padding-top: 5%;
    margin-top: 10%;
    display: block;
}

.imgwrapper {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 300px;
    display: block;
}

#center-this {
    align-content: center;
}

#enter-text {
    font-weight: 700;
    text-align: center;
}

#portfolio {
    background-color: var(--main-bg-color);
}

#imagegallery {
    margin-top: 3%;
    text-align: center;
}


}

/* Colours for bars*/

.colorful {
    background: -webkit-linear-gradient(45deg, #e60581 0%, rgba(230, 5, 129, 0) 70%), -webkit-linear-gradient(315deg, #6f01d0 10%, rgba(111, 1, 208, 0) 80%), -webkit-linear-gradient(225deg, #0633f9 10%, rgba(6, 51, 249, 0) 80%), -webkit-linear-gradient(135deg, #c400f5 100%, rgba(196, 0, 245, 0) 70%);
    background: linear-gradient(45deg, #e60581 0%, rgba(230, 5, 129, 0) 70%), linear-gradient(135deg, #6f01d0 10%, rgba(111, 1, 208, 0) 80%), linear-gradient(225deg, #0633f9 10%, rgba(6, 51, 249, 0) 80%), linear-gradient(315deg, #c400f5 100%, rgba(196, 0, 245, 0) 70%);
}

.colorful2 {
    background: linear-gradient(45deg, #e60581 0%, rgba(230, 5, 129, 0) 70%), linear-gradient(135deg, #6f01d0 10%, rgba(111, 1, 208, 0) 80%), linear-gradient(225deg, #0633f9 10%, rgba(6, 51, 249, 0) 80%), linear-gradient(315deg, #c400f5 100%, rgba(196, 0, 245, 0) 70%);
    background: -webkit-linear-gradient(45deg, #e60581 0%, rgba(230, 5, 129, 0) 70%), -webkit-linear-gradient(315deg, #6f01d0 10%, rgba(111, 1, 208, 0) 80%), -webkit-linear-gradient(225deg, #0633f9 10%, rgba(6, 51, 249, 0) 80%), -webkit-linear-gradient(135deg, #c400f5 100%, rgba(196, 0, 245, 0) 70%);
}

.colorful3padding {
    padding-top: 10px;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(45deg, #e60581 0%, rgba(230, 5, 129, 0) 70%), -webkit-linear-gradient(315deg, #6f01d0 10%, rgba(111, 1, 208, 0) 80%), -webkit-linear-gradient(225deg, #0633f9 10%, rgba(6, 51, 249, 0) 80%), -webkit-linear-gradient(135deg, #c400f5 100%, rgba(196, 0, 245, 0) 70%);
}

.grey {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.74) 47%, rgba(237, 237, 237, 0.45) 100%);
}

.padding-top {
    margin-top: 2%;
}

.padding-top-mini {
    margin-top: 1%;
}

#float-right {
    float: right;
}

/* CSS Gallery*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 2 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    overflow: hidden;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.gallery-image:hover {
    transform: scale(1.10);
}

/* GALLERY ITEM MINI */

.gallery-mini {
    display: flex;
    flex-wrap: wrap;
    max-width: 80vw;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-item-mini {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 2 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    overflow: hidden;

}

.gallery-image-mini {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
    background-color: black;
    opacity: 1;
}

.gallery-image-mini:hover {
    transform: scale(1.10);
    opacity: 0.4;
    background-color: black;
}

.gallery-image-mini:before {
    content: attr(data-content);
    width: 100%;
    color: #fff;
    z-index: 1;
    bottom: 0;
    padding: 4px 10px;
    text-align: center;
    background: red;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.gallery-image-minitekst {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
}

.gallery-imagez {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect h4 {
    color: #fff;
    text-align: center;
    position: sticky;
    font-size: 22px;
    -webkit-transform: translatey(-150px);
    -ms-transform: translatey(-150px);
    transform: translatey(-15 0px);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.6;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .1s;
    transition-delay: .s;
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling.

*/

@supports (display: grid) {

    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(28em, 5fr));
        grid-gap: 0.5 rem;
    }

    @media only screen and (max-width: 800px) {
        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(10rem, 5fr));
            grid-gap: 0.5rem;
        }
    }

    .gallery,
    .gallery-item {
        margin: 0;
    }

    .gallery-mini {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(2em, 5fr));
        grid-gap: 0.5 rem;
        padding: 1vw 1vw;
    }

    @media only screen and (max-width: 800px) {
        .gallery-mini {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(10rem, 5fr));
            grid-gap: 0.5rem;
            width: max-content;
        }
    }

    .gallery-mini,
    .gallery-item-mini {
        /* margin: 0; */
        padding: 1vw 1vw;
    }

}

.padding-lr {
    padding-left: 30px;
    padding-right: 30px;
}

.lrpadding {
    padding-left: 10%;
    padding-right: 10%;
}

/* trippy icon */
.flex-center {
    width: 100%;
    background: rgb(0, 0, 0);

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center-back {

    width: 100%;
    background: rgba(0, 0, 0, 0.0);
    height: 4em;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icons img {
    max-width: 10em;
    margin-right: 2, 9em;
    margin-bottom: 1em;

}

.black {
    background-color: black;
    margin-top: 40px;
}

.nodeco {
    text-decoration: none;
}

*::before,
*::after,
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.loader-tekst {
    padding-left: 20%;
}

.loader {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(0deg, transparent, transparent 40%, #83a38f);
    animation: animate 3s linear infinite;
    margin-left: 10px;
}

.loader::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    background: #000;
    border-radius: 50%;
    z-index: 1000;
}

.loader::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(45deg, transparent, transparent 5%, #3624ff);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
}

@keyframes animate {
    0% {
        transform: rotate(-90deg);
        filter: hue-rotate(20deg);
    }

    50% {
        filter: hue-rotate(60deg);
    }

    100% {
        transform: rotate(-90deg);
        filter: hue-rotate(20deg);
    }
}



.footer_back {
    color: white;
    width: 100%;
    height: 1.5em;
    font-size: 1.6em
}

.footer_backwhite {
    color: white;
    background: -webkit-linear-gradient(45deg, #e60581 0%, rgba(230, 5, 129, 0) 70%), -webkit-linear-gradient(315deg, #6f01d0 10%, rgba(111, 1, 208, 0) 80%), -webkit-linear-gradient(225deg, #0633f9 10%, rgba(6, 51, 249, 0) 80%), -webkit-linear-gradient(135deg, #c400f5 100%, rgba(196, 0, 245, 0) 70%);
    background: linear-gradient(45deg, #e60581 0%, rgba(230, 5, 129, 0) 70%), linear-gradient(135deg, #6f01d0 10%, rgba(111, 1, 208, 0) 80%), linear-gradient(225deg, #0633f9 10%, rgba(6, 51, 249, 0) 80%), linear-gradient(315deg, #c400f5 100%, rgba(196, 0, 245, 0) 70%);
    height: 40px;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 0;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    height: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

.footer-pageback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    height: 4em;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    text-align: center;
}

.footer-pageback a {
    color: white;
}

/* Return to top arrow */
