    html {
        box-sizing: border-box;
    }
    
    *,
    *::before,
    *::after {
        box-sizing: inherit;
        margin: 0;
        font-family: 'Libre Franklin', sans-serif;
        font-size: 1.5vmin;
        font-feature-settings: "kern";
        text-rendering: optimizeLegibility;
        font-feature-settings: "kern" 1;
        font-kerning: normal;
    }
    
    h1,
    h2,
    p {
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+/Edge */
        user-select: none;
        /* Standard */
    }
    
    @media only screen and (min-width: 740px) and (orientation:portrait) {
        *,
        *::before,
        *::after {
            font-size: 1vmin;
        }
    }
    
    @media only screen and (min-width: 813px) and (min-height:500px) and (orientation:landscape) {
        *,
        *::before,
        *::after {
            font-size: 1vmin;
        }
    }
    
    a {
        text-align: center;
        text-decoration: none;
        -webkit-user-select: unset;
        /* Safari */
        -moz-user-select: unset;
        /* Firefox */
        -ms-user-select: unset;
        /* IE10+/Edge */
        user-select: unset;
        /* Standard */
    }
    
    a h2,
    h1 {
        text-align: center;
        transition: color .9s ease-in-out;
        text-transform: none;
        text-decoration: none;
    }
    
    a h2::before {
        content: "»";
        margin-right: 1rem;
    }
    
    a h2::after {
        content: "«";
        margin-left: 1rem;
    }
    
    a h2::before,
    a h2::after {
        font-size: inherit;
        transform: scale(1);
        animation: scale .9s ease-in-out forwards infinite;
    }
    
    @keyframes scale {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(3);
        }
        100% {
            transform: scale(1);
        }
    }
    
    @keyframes color {
        0% {
            color: #ddd;
        }
        50% {
            color: #cfcfcf;
        }
        100% {
            color: #ddd;
        }
    }
    
    a:hover,
    a h2:hover {
        color: #4f4f4f !important;
    }
    
    h1 {
        animation: color 4s linear 0s infinite;
        position: absolute;
        /* margin: 0 auto; */
        font-size: 10rem;
        line-height: 1;
        color: #ddd;
        font-weight: 400;
        letter-spacing: 2;
        text-transform: uppercase;
        text-align: center;
        top: 47.5vh;
        /* top: calc((100vw*100vh)/(100vw+100vh)); */
        /* left: 50vw; */
        transform: translate(-50%, -50%);
    }
    
    h2 {
        font-size: 6rem;
        letter-spacing: .5;
        font-weight: 400;
        text-transform: uppercase;
        color: #ddd;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .text * {
        text-align: left;
    }
    
    .text p {
        font-size: 2.6rem;
        line-height: 1.5;
        color: #4f4f4f;
    }
    
    .color {
        position: absolute;
        width: 100vw;
        height: 100vh;
    }
    
    #container-1 {
        background-image: url(images/SVG/container-1.svg);
    }
    
    #container-2 {
        background-image: url(images/SVG/container-2.svg);
    }
    
    #container-3 {
        background-image: url(images/SVG/container-3.svg);
        padding-right: 10vw;
    }
    
    #container-4 {
        background-image: url(images/SVG/container-4.svg);
    }
    
    #container-5 {
        background-image: url(images/SVG/container-4.svg);
    }
    
    #container-6 {
        background-image: url(images/SVG/container-4.svg);
    }
    
    #container-7 {
        background-image: url(images/SVG/container-4.svg);
    }
    
    #container-8 {
        background-image: url(images/SVG/container-8.svg), url(images/SVG/container-8-2.svg);
        background-size: cover;
        padding-left: 10vw;
    }
    
    #container2-inside {
        margin: -13vmin 0 0;
        padding: 0 15vw 15vh;
    }
    
    #container8-inside {
        padding: 0 15vw;
        width: 100%;
    }
    
    @media only screen and (min-width: 740px) and (orientation:landscape) {
        #container2-inside .text {
            position: absolute;
            /* margin-top: -0vh; */
            bottom: 15vmax;
            right: 15vh;
            width: 33vw;
            transform: translate(0% 50%);
        }
    }
    
    #portrait {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9999;
        max-width: 70vw;
        max-height: 40vh;
        object-fit: contain;
    }
    
    @media only screen and (min-height: 768px) {
        #portrait {
            /* max-width: 80vw; */
            left: -5vw;
            max-height: 80vh;
        }
    }
    
    @media only screen and (min-width: 740px) and (orientation:landscape) {
        #portrait {
            min-width: 60vw!important;
            min-height: 45vw;
        }
    }
    
    @media only screen and (min-height: 768px) {
        #portrait {
            /* max-width: 80vw; */
            left: -5vw;
            max-height: 80vh;
        }
    }
    
    .container {
        position: fixed;
        height: 100vh;
        width: 100vw;
        transition: all .9s ease-in-out;
        /* padding: 6vh 6vw; */
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #container-3 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .three-columns {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 0 3rem;
        max-height: 100%;
    }
    
    #container-4,
    #container-5,
    #container-6,
    #container-7 {
        flex-direction: column;
        padding: 6rem;
    }
    
    #container-4 img,
    #container-5 img,
    #container-6 img {
        background-color: white;
        height: auto;
        width: 100%;
        -moz-box-shadow: inset 0 0 1rem #000000;
        -webkit-box-shadow: inset 0 0 1rem #000000;
        box-shadow: inset 0 0 1rem #000000;
    }
    
    #container-7 img {
        align-self: center;
        min-width: auto;
        min-height: auto;
        margin: 2rem;
        width: 100%;
        height: auto;
        max-height: 100%;
        
    }
    
    #container7-inside {
        width: 33%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .three-columns>* {
        padding: 5rem;
        max-height: 100%;
        width: 35vw;
    }
    
    @media only screen and (orientation:landscape) {
        #container-4 img,
        #container-5 img,
        #container-6 img {
            width: 100%;
            height: auto;
        }
        #container-4,
        #container-5,
        #container-6,
        #container-7 {
            padding: 10rem;
        }
        #container-6 img {
            width: auto;
            height: 100%;
        }
        .three-columns {
            flex-direction: row;
            align-items: flex-end;
            width: 80%;
            width: 80vw;
        }
        .three-columns>* {
            max-width: calc(100vw/3);
            /* padding: 2rem 25vw; */
            height: unset;
            /* height: 100%; */
        }
    }
    
    .center {
        z-index: 10;
    }
    
    .nav {
        font-size: 1rem;
        color: black;
        z-index: 100;
        position: absolute;
        top: 50vh;
        cursor: pointer;
        width: 3rem;
        height: 3rem;
        margin: 2rem;
        /* background-color: #4f4f4f; */
        /* transform: translate(0% -50%); */
        /* transition: all .6s ease-in-out; */
    }
    
    .nav:hover {
        /* transform: rotate(360deg); */
        animation-name: nav .6s ease-in-out 0s infinite;
    }
    
    @keyframes nav {
        0% {
            margin: 2rem;
        }
        50% {
            margin: 3rem;
        }
        100% {
            margin: 2rem;
        }
    }
    
    .to-right {
        width: 0;
        height: 0;
        border-top: 1rem solid transparent;
        border-bottom: 1rem solid transparent;
        border-left: 1rem solid #ddd;
        right: 0;
    }
    
    .to-left {
        width: 0;
        height: 0;
        border-top: 1rem solid transparent;
        border-bottom: 1rem solid transparent;
        border-right: 1rem solid #ddd;
        left: 0;
    }
    
    .main {
        position: relative;
        max-width: 100vw;
    }
    
    .left {
        transform: translateX(-100%);
        z-index: -2;
    }
    
    .active {
        transform: translateX(0%);
    }
    
    .right {
        transform: translateX(100%);
        z-index: -2;
    }
    
    .invisible {
        position: absolute !important;
        display: none;
        visibility: hidden;
        transition: none !important;
        z-index: -100;
    }