
    .body {
        overflow: hidden;
    }

     .linkimg:hover {
        scale: 1.07;
        cursor: pointer;
        transition-duration: 1s;
    }

    .linkimg {
        z-index: 3;
        transition-duration: 1s;

    }


    .foreground {
        overflow: none;
        z-index: 3;
        display: flex;
        flex: 1;
        width: 100vw; 
    }

    .paintingImg {
        position: absolute;
        right: 7vw;
        top: 11vh;
        height: 50vh;
    }

    .gardenImg {
        position: absolute;
        left: 32vw;
        height: 86vh;
        bottom: 3vh;
        z-index: 5;
    }


    .shroomsImg {
        position: absolute;
        left: 3vw;
        height: 55vh;
        bottom: 7vh;
    }
        
    .background {
        position: absolute;
        bottom: 0;
        width: 100vw;
        z-index: -5;
    }

    .sketchImg {
        position: absolute;
        right: 31vw;
        bottom: 25vh;
        height: 23vh;
        z-index: 3;
    }

    .clownAndBird {
        position: absolute;
        right: 15vw;
        bottom: 3vh;
        height: 57vh;
        z-index: 3;
        pointer-events: none;
    }

    .flowerSculpture {
        position: absolute;
        right: 3vw;
        bottom: 25vh;
        height: 35vh;
        z-index: 3;
        pointer-events: none;
    }

    .bgBenchGirl {
        position: absolute;
        bottom: 18vh;
        height: 69vh;
        left: 14vw;
        z-index: -4;
    }

    .bgPaintings {
        position: absolute;
        bottom: 50vh;
        height: 30vh;
        left: 48vw;
        z-index: -4;}

/* Web, Table, Mobile Breakpoints */

/* iPhone SE */
@media (min-width: 600px) {
    .paintingImg {
        right: 3vw;
        top: 12vh;
        height: 51vh;
    }

    .gardenImg {
        left: 34vw;
        height: 86vh;
        bottom: 3vh;
        z-index: 5;
    }

    .shroomsImg {
        left: 1vw;
        height: 59vh;
        bottom: 3vh;
    }
        
    .sketchImg {
        right: 30vw;
        bottom: 24vh;
        height: 23vh;
    }

    .clownAndBird {
        right: 12vw;
        bottom: 3vh;
        height: 56vh;
        z-index: 3;
    }

    .flowerSculpture {
        right: 1vw;
        bottom: 25vh;
        height: 35vh;
        z-index: 3;
    }

    .bgBenchGirl {
        bottom: 18vh;
        height: 69vh;
        left: 13vw;
    }

    .bgPaintings {
        bottom: 50vh;
        height: 30vh;
        left: 50vw;
    }

}

/* My screen */
@media (min-width: 1405px) and (max-height: 850px) {

    .foreground {
        width: 100vw; 
    }

    .paintingImg {
        right: 7vw;
        top: 11vh;
        height: 50vh;
    }

    .gardenImg {
        left: 33vw;
        height: 86vh;
        bottom: 3vh;
        z-index: 5;
    }


    .shroomsImg {
        left: 2.5vw;
        height: 55vh;
        bottom: 7vh;
    }
        
    .background {
        bottom: 0;
        width: 100vw;
        z-index: -5;
    }

    .sketchImg {
        right: 31vw;
        bottom: 25vh;
        height: 25vh;
        z-index: 3;
    }

    .clownAndBird {
        right: 15vw;
        bottom: 3vh;
        height: 57vh;
        z-index: 3;
    }

    .flowerSculpture {
        right: 3vw;
        bottom: 25vh;
        height: 35vh;
        z-index: 3;
    }

    .bgBenchGirl {
        bottom: 16vh;
        height: 71vh;
        left: 14vw; 
    }

    .bgPaintings {
        bottom: 50vh;
        height: 30vh;
        left: 50vw;
    }

}

/* iPhone XR, 12 Pro */
@media (min-width: 800px) and (max-height: 420px) {
    
    .paintingImg {
        right: 7vw;
        top: 12vh;
        height: 52vh;
    }

    .gardenImg {
        left: 37vw;
        height: 87vh;
        bottom: 1vh;
        z-index: 5;
    }


    .shroomsImg {
        left: 3vw;
        height: 63vh;
        bottom: 3vh;
    }
        
    .sketchImg {
        right: 31vw;
        bottom: 24vh;
        height: 25vh;
    }

    .clownAndBird {
        right: 11vw;
        bottom: 3vh;
        height: 56vh;
        z-index: 3;

    }

    .flowerSculpture {

        right: 2vw;
        bottom: 23vh;
        height: 36vh;
        z-index: 3;

    }

    .bgBenchGirl {
        bottom: 13vh;
        height: 72vh;
        left: 15vw;
        
    }

    .bgPaintings {
        bottom: 50vh;
        height: 30vh;
        left: 53vw;
    }
}

/* iPhone 14 Pro Max + Pixel 7, Galaxy S20 Ultra */
@media (min-width: 910px) and (max-height: 450px) {
    
    .paintingImg {
        right: 3vw;
        top: 12vh;
        height: 51vh;
    }

    .gardenImg {
        left: 34vw;
        height: 86vh;
        bottom: 3vh;
        z-index: 5;
    }


    .shroomsImg {
        left: 1vw;
        height: 59vh;
        bottom: 3vh;
    }
        
    .sketchImg {
        right: 30vw;
        bottom: 24vh;
        height: 23vh;
    }

    .clownAndBird {
        right: 12vw;
        bottom: 3vh;
        height: 56vh;
        z-index: 3;

    }

    .flowerSculpture {

        right: 1vw;
        bottom: 25vh;
        height: 35vh;
        z-index: 3;

    }

    .bgBenchGirl {
        bottom: 18vh;
        height: 69vh;
        left: 13vw;
        
    }

    .bgPaintings {
        bottom: 50vh;
        height: 30vh;
        left: 50vw;
    }
}

/* Galaxy S8+ */
@media (min-width: 720px) and (max-height: 380px) {}

/* iPad Mini and Air + Pro*/
@media (min-width: 950px) and (max-width: 1400px) and (max-height: 1050px) {
    
    .paintingImg {
        right: 2vw;
        top: 12vh;
        height: 47vh;
    }

    .gardenImg {
        left: 25vw;
        height: 86vh;
        bottom: 3vh;
        z-index: 5;
    }


    .shroomsImg {
        left: 2vw;
        height: 56vh;
        bottom: 2vh;
    }
        
    .sketchImg {
        right: 31vw;
        bottom: 24vh;
        height: 23vh;
    }

    .clownAndBird {
        right: 12vw;
        bottom: 3vh;
        height: 56vh;
        z-index: 3;

    }

    .flowerSculpture {
        right: 0vw;
        bottom: 25vh;
        height: 35vh;
        z-index: 3;

    }

    .bgBenchGirl {
        bottom: 20vh;
        height: 60vh;
        left: 6vw;
        
    }

    .bgPaintings {
        bottom: 50vh;
        height: 25vh;
        left: 46vw;
    }
} 

/* iPad Pro */
@media (min-width: 1300px) and (max-width: 1400px) and (max-height: 1030px) {}

