* {
    margin: 0;
    padding: 0;
    cursor: cell;
}

@font-face {
    font-family: 'Ascentis-Regular';
    src: url(resources/Ascentis-Regular.otf);
}

body {
    pointer-events: none;
}

.black-screen {
    position: fixed;
    display: inline-block;
    margin: 0;
    padding: 0;

    top: 100%;
    left: 0;

    width: 100vw;
    height: 100vh;

    background-color: black;

    z-index: -1;
}

/* FIXED */
.fixed-bottom, .fixed-left, .fixed-right {
    display: none;
}

.fixed-top {
    position: fixed;
    display: grid;
    place-items: center;

    left: 50%;
    transform: translate(-50%, 0);

    width: 95%;
    height: 1.5%;
    
    z-index: 500;

    /* ANIMATIONS */
    opacity: 0;
}

.fixed-top{
    top: 2%;
}
.f-back {
    position: absolute;
    height: 100%;
    padding: 1%;
}

.fixed-bottom {
    position: fixed;
    bottom: 2%;
    text-align: center;

    width: 100%;
        
    z-index: 500;
}

.fixed-left, .fixed-right {
    position: fixed;
    text-align: center;

    height: 100%;

    z-index: 500;
}

.fixed-right {
    right: 2%;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}


.fixed-left {
    left: 2%;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}


/* LANDING VIEW */
#view-landing {
    overflow: hidden;
}

#P0,#P1,#P2,#P3,#P4,#P5,#P6,#P7,#P8,#P9,#P10,#P11,#P12,#P13,#P14,#P15,#P16,#P17,#P18,#P19,#P20,#P21,#P22,#P23,#P24,#P25,#P26,#P27,#P28,#P29,#P30,#P31,#P32,#P33,#P34,#P35,#P36,#P37,#P38,#P39,#P40 {
    position: absolute;
    display: none;
}

.view-landing-square-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.view-landing-headline {
    display: none;
}

.view-landing-hover {
    position: fixed;
    width: 100%;
    top: 45%;

    z-index: 100;

    text-align: center;
    pointer-events: none;
    display: none;
}

.view-landing-distortion-canvas {
    position: absolute;
    background-color: transparent;
}


.view-landing-hover-info {
    position: fixed;
    width: 100%;
    top: 40%;

    z-index: 100;

    text-align: center;
}

/* PROJECT VIEW */
#view-project-hero {
    position: relative;


    width: 100%;
    height: 80%;

}

#view-project-headline {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);

    width: 95%;


    text-align: center;
    z-index: 500;

    opacity: 0;
}

#view-project-hero-img {
    position: absolute;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 100%;

    display: none;

}

#view-project-container {
    position: relative;
    margin: 0 auto 0 auto;
    width: 80%;
}

#view-project-description, #view-project-pickup {
    opacity: 0;
    margin-top: 4%;
}

#view-project-pickup {
    width: 65%;
    padding: 8% 10% 0 10%;
}

#view-project-description {
    padding: 8% 10% 10% 60%;
}


#view-project-container-img-0,#view-project-container-img-1,#view-project-container-img-2,#view-project-container-img-3,#view-project-container-img-4,#view-project-container-img-5,#view-project-container-img-6,#view-project-container-img-7,#view-project-container-img-8,#view-project-container-img-9,#view-project-container-img-10,#view-project-container-img-11,#view-project-container-img-12,#view-project-container-img-13,#view-project-container-img-14,#view-project-container-img-15,#view-project-container-img-16,#view-project-container-img-17,#view-project-container-img-18,#view-project-container-img-19,#view-project-container-img-20,#view-project-container-img-21 {
    position: relative;
    margin-bottom: 2%;

    width: 100%;
    height: auto;
    background-color: red;

    /* FOR ANIMATION */
    opacity: 0;
    margin-top: 4%;
}

.view-project-img {
    display: block;
    width: 100%;
    height: auto;
}


/* VIEW ALL */
#view-all {
    height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
}

#view-all-headlines-0,#view-all-headlines-1,#view-all-headlines-2,#view-all-headlines-3,#view-all-headlines-4,#view-all-headlines-5,#view-all-headlines-6,#view-all-headlines-7,#view-all-headlines-8,#view-all-headlines-9,#view-all-headlines-10  {
    text-align: center;
    color: white;
    padding: 10%;

    /* FOR ANIMATION */
    padding-top: 8%;
    opacity: 0;
}

section {
    height: 100vh;
    scroll-snap-align: center;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.view-all-sq-master {
    position: absolute;
    z-index: 500;
    display: none;

}

.view-all-sq-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#view-all-headlines-container-0,#view-all-headlines-container-1,#view-all-headlines-container-2,#view-all-headlines-container-3,#view-all-headlines-container-4,#view-all-headlines-container-5,#view-all-headlines-container-6,#view-all-headlines-container-7,#view-all-headlines-container-8,#view-all-headlines-container-9,#view-all-headlines-container-10 {    
    display: grid;
    place-items: center;

    width: 100%;
    height: 100%;
}

/* FONTS */
p {
    font-family: 'Open Sans', sans-serif;
}

h1, h2 {
    font-family: 'Ascentis-Regular', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fixed-left, .fixed-right {
    color: grey;
}

.fixed-bottom, .fixed-left, .fixed-right {
    text-transform: uppercase;
    font-weight: 400;
}


#view-project-description-p {
    color: white;
    font-weight: 300;
}

#view-project-description-p-b {
    font-size: 22px;
    font-weight: 700;
}

#view-project-description-p {
    font-size: 22px;
}

#view-project-pickup-h2 {
    color: white;
    font-size: 80px;
}

/* EXTREM FORMAT */
@media (min-width: 2200px) {

}


/* NORMAL FORMATS */
@media (min-width: 1800px) {

    #view-project-hero {
        height: 100vh;
    }    
    
    .view-landing-hover {
        font-size: 100px;
    }

    .fixed-bottom, .fixed-left, .fixed-right {
        font-size: 18px;
    }

    #view-project-headline {
        font-size: 100px;
    }

    #view-all-headlines-0,#view-all-headlines-1,#view-all-headlines-2,#view-all-headlines-3,#view-all-headlines-4,#view-all-headlines-5,#view-all-headlines-6,#view-all-headlines-7,#view-all-headlines-8,#view-all-headlines-9,#view-all-headlines-10  {
        font-size: 75px;
    }

    /* Elements */
    

}


@media (max-width: 1800px) {
    
    
    .view-landing-hover {
        font-size: 80px;
    }

    .fixed-bottom, .fixed-left, .fixed-right {
        font-size: 17px;
    }

    #view-project-headline {
        font-size: 80px;
    }

    #view-all-headlines-0,#view-all-headlines-1,#view-all-headlines-2,#view-all-headlines-3,#view-all-headlines-4,#view-all-headlines-5,#view-all-headlines-6,#view-all-headlines-7,#view-all-headlines-8,#view-all-headlines-9,#view-all-headlines-10  {
        font-size: 60px;
    }


    /* Elements */

    #view-project-hero {
        height: 60vh;
    }

    #view-project-pickup {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    #view-project-description {
        padding-left: 45%;
        padding-right: 0%;
    }
}

@media (max-width: 992px) {
    .view-landing-hover {
        font-size: 60px;
    }

    .fixed-bottom, .fixed-left, .fixed-right {
        font-size: 16px;
    }

    #view-project-headline {
        font-size: 60px;
    }

    #view-project-pickup-h2 {
        color: rgb(201, 23, 228);
    }

    #view-all-headlines-0,#view-all-headlines-1,#view-all-headlines-2,#view-all-headlines-3,#view-all-headlines-4,#view-all-headlines-5,#view-all-headlines-6,#view-all-headlines-7,#view-all-headlines-8,#view-all-headlines-9,#view-all-headlines-10  {
        font-size: 50px;
    }

    #view-project-description-p-b {
        font-size: 18px;
        font-weight: 700;
    }
    
    #view-project-description-p {
        font-size: 18px;
    }
    
    #view-project-pickup-h2 {
        font-size: 50px;
    }

    /* Elements */

    #view-project-pickup {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    #view-project-description {
        padding-left: 0%;
        padding-right: 0%;
    }
}

@media (max-width: 768px) {
    .view-landing-hover {
        font-size: 50px;
    }

    .fixed-bottom, .fixed-left, .fixed-right {
        font-size: 14px;
    }

    #view-project-headline {
        font-size: 50px;
    }

    #view-all-headlines-0,#view-all-headlines-1,#view-all-headlines-2,#view-all-headlines-3,#view-all-headlines-4,#view-all-headlines-5,#view-all-headlines-6,#view-all-headlines-7,#view-all-headlines-8,#view-all-headlines-9,#view-all-headlines-10  {
        font-size: 40px;
    }

    #view-project-description-p-b {
        font-size: 16px;
        font-weight: 700;
    }
    
    #view-project-description-p {
        font-size: 16px;
    }
    
    #view-project-pickup-h2 {
        font-size: 40px;
    }


    /* Elements */
}

@media (max-width: 576px) {
    .view-landing-hover {
        font-size: 40px;
    }

    .fixed-bottom, .fixed-left, .fixed-right {
        font-size: 12px;
    }

    #view-project-headline {
        font-size: 40px;
    }

    #view-all-headlines-0,#view-all-headlines-1,#view-all-headlines-2,#view-all-headlines-3,#view-all-headlines-4,#view-all-headlines-5,#view-all-headlines-6,#view-all-headlines-7,#view-all-headlines-8,#view-all-headlines-9,#view-all-headlines-10  {
        font-size: 35px;
    }

    #view-project-description-p-b {
        font-size: 14px;
        font-weight: 700;
    }
    
    #view-project-description-p {
        font-size: 14px;
    }
    
    #view-project-pickup-h2 {
        font-size: 35px;
    }


    /* Elements */
}
