html,
body {
    margin: 0 !important;
    padding: 0 !important;


}

@font-face {
    font-family: "Unnamed";
    src: url("fonts/Unnamed-Regular.ttf");
}

@font-face {
    font-family: "Akt";
    src: url("fonts/Akt2-Bold.ttf");
}

@font-face {
    font-family: "Sans1";
    src: url("fonts/Akt2-Regular.ttf");
}

@font-face {
    font-family: "Serif3";
    src: url("fonts/Voyage-Regular.ttf");
}

@font-face {
    font-family: "Serif7";
    src: url("fonts/Swear_Text-Regular.ttf");
}


@font-face {
    font-family: "Font3";
    src: url("fonts/Basteleur-Bold.woff");
}

@font-face {
    font-family: "Font6";
    src: url("fonts/MODE7GX3.TTF");
}


@font-face {
    font-family: "Font1";
    src: url("fonts/digitaldreamfat.woff2");
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;

}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.texty {


    font-size: 1.5em;
    transition: .3s;

}

.texty:hover {


    color: magenta;
    transform: scale(1.05);

}

#free{display: inline-block;}
.request {
    position: fixed;
    top: 3vh;
    background-color: none;
    width: 100vw;
    text-align: center;
    align-content: center;
    vertical-align: center;
    font-family: "Font6", serif;
    font-size: 2em;
    transition: .3s;

}

.requestlink:hover {
    color: magenta;
    transform: scale(1.05);
}



#prevideo,
#prevideo1 {

    min-width: 100vw;
    font-size: 0;
    min-height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    vertical-align: bottom;
    display: block;
    transition: 1s;
    background: blue;
}



#enter-button {
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    justify-content: center;
    align-content: center;
    opacity: 1;
    transition: 1s;
    opacity: 0;



}

#hello {
    background-color: white;
    padding: 10px;
    border: 2px solid black;
    border-radius: 15px;
    font-size: 1.5em;

    font-family: "Akt", sans-serif;
    transition: .4s;

}

#hello:hover {
    transform: scale(1.3);
    cursor: pointer;

}

#hello:hover span {
    display: none
}

#hello:hover:before {
    content: "I am happy to welcome you :)";
}






#menu-button {

    padding-bottom: 15px;


}

#shop-button {
    position: fixed;
    right: 0;
    top: 25px;
    padding: 20px 30px;
    font-family: Unnamed, sans-serif;
    font-weight: 600;
    font-size: 95px;
}

#menu-button:hover {
    /*filter: invert(9%) sepia(100%) saturate(6590%) hue-rotate(246deg) brightness(92%) contrast(145%);*/


}

.menu-image {
    height: 40px;
    transition: scale 0.5s;
    padding: 0 20px;

}

#menu-image {
    height: 50px;
    transition: 0.2s;

}

#works-image {
    height: 75px;
    transition: 0.2s;

}

.menu-image:hover {
    transform: scale(1.2);
    cursor: pointer;
}

#menu-image:hover,
#works-image:hover {
    transform: scale(1.18);
    cursor: pointer;
}

.menu-imagee:hover {
    transform: scale(1.3);
}

#p5container,
#p5container2 {

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -4;

}

#menu {
    position: fixed;
    left: 0;
    top: 0;
    padding: 30px;
    z-index: 1;

}

#menu-links {
    border-left: 15px;
    padding: 20px;
    display: none;
    background-image: url(images/menubackground.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}

#shoptext,
#abouttext,
#potatotext {
    transition: .2s;
    cursor: pointer;
    outline: 0;
    


}

#shoptext:hover {
    transform: scale(1.1);
    color: blue;
}

#abouttext:hover {
    transform: scale(1.1);
    color: red;
}

#potatotext:hover {
    transform: scale(1.1);
    color: magenta;
}

#works-button {
    position: fixed;
    left: 0;
    top: 20px;
    padding: 30px;
    z-index: 0;

}


#about-button {

    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    font-family: Akt, sans-serif;
    font-weight: 600;
    font-size: 90px;


}

#potato-button {

    position: fixed;
    bottom: 0;
    right: 0;
    padding: 20px 40px 40px 120px;
    letter-spacing: -6px;
    font-family: "Font6", fantasy;

    font-weight: 120;
    font-size: 3.5em;


}

#shopcontainer {
/*    display: flex;*/
    display: none;
    flex-wrap: wrap;
    //justify-content: center;
    margin: 100px 150px;
}

.productcontainer {
    margin: 40px 25px;
    width: 18em;
    height: 18em;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    //background-color: red;
    font-family: "Font6", swear-display, serif;
}



#shop-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url(images/shopbackground.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    "

}

.product-image {
    max-width: 100%;
    max-height: 100%;
    transition: .3s;
    vertical-align: middle;
    margin: auto;
    opacity: 0;

}

.product-image:hover {
    transform: scale(1.2);
    cursor: e-resize;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.projectwrap {
    margin-top: 12em;
    margin-bottom: 4em;
}

#about-box {
    width: 0vw;
    top: 0;
    min-height: 100vh;
    background-color: darkgreen;
    overflow: scroll;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: 0.5s;
}

#about-text-white {
    color: white;
    font-family: "Sans1", sans-serif;
    ;
    width: 27vw;


    font-size: 2em;

    margin: 60px 2.5vw 20px 1vw;

}

#smallinfo {
    font-size: 20px;
}

#aboutclose {
    position: fixed;
    top: 95vh;
    left: 26vw;
    margin: 30px;
    cursor: pointer;
    font-size: 25px;
    color: white;
    font-family: "Font3", sans-serif;
    background-color: red;
    padding: 4px 8px;
    border-radius: 40px;
    border: solid;
    transition: .3s;
    display: none;
    transform: translate(-100%, -100%);
}

#aboutclose:hover {
    color: yellow;
    transform: scale(1.05) translate(-100%, -100%);
}




.dot {
    display: none;
}


.marquee span {
    font-size: 10vw;
    padding: 0 2vw;
}



@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}


@keyframes marqueeup {
    0% {
        transform: translate3d(0, var(--move-initial), 0);
    }

    100% {
        transform: translate3d(0, var(--move-final), 0);
    }
}


.shortstory {
    font-family: "Font1", swear-display, serif;
    font-weight: 100;
    letter-spacing: 1.5px;


    font-size: 20px;
    display: inline-block;
    color: inherit;


}

.shortstory:hover {

    cursor: pointer;

}


.wrapper {
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    background-color: #CAC7FF;

}

.wrapperbottom {
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    background-color: #CAC7FF;

}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 100s linear infinite;
    animation-play-state: running;
    color: black;
}



#marqueeup {

    overflow: hidden;
    transform: translate(0, 0vh);


    animation: marqueeup 300s linear infinite;
    animation-timeline: scroll-in-document-timeline;

}

@scroll-timeline scroll-in-document-timeline {
    source: auto;
    orientation: vertical;
    scroll-offsets: 0%, 100%;
}

#marqueeup:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.marquee:hover {
    animation-play-state: paused;
    cursor: pointer;
    color: blue;
    font-style: italic;
}

.marquee p {
    display: inline-block;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marqueeup {
    0% {
        transform: translate3d(0, -50%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

#gradianttop {

    display: none;


}

#gradiantbottom {

    display: none;
}





#about-banner {
    position: fixed;
    left: 0;
    height: 100%;
    width: 0vw;
    background-color: blue;
    font-size: 35px;
    font-family: swear-display, serif;
    font-weight: 500;
    color: white;
    justify-content: center;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    transition: .5s;


}

#contact1,
#contact2,
#contact3,
#contact4,
#contact5,
#contact6 {
    color: white;
    text-decoration: none;
    transition: .3s;
}

#contact1:hover,
#contact2:hover,
#contact3:hover,
#contact4:hover,
#contact5:hover,
#contact6:hover {
    transform: scale(1.5);
    color: red;
}

#projectstitles {
    position: fixed;
    top: 0;

    height: 100vh;
    overflow-y: scroll;

    left: 0;
    padding: 2vw 2vw 0vw 2vw;
    text-shadow: .1em .2em .3em rgba(0, 0, 0, .3);
    max-width: 28vw;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */


}

#projectstitles::-webkit-scrollbar {
    display: none;
}

#projectstitles {
    font-family: swear-display, serif;
    font-weight: 500;
}

#textcontainer {
    font-family: swear-text, serif;
    font-weight: 600;
}

.project-title {
    font-size: 1.9em;
}


.project-title:hover {
    font-style: italic;
    cursor: pointer;
    text-shadow: .1em .2em .5em rgba(0, 0, 255, .8);

}



.description {
    font-size: 1em;
    font-style: italic;
    margin-left: 10px;
}

.year {
    margin-top: 2em;
}

#imagecontainer {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    text-align: center;
    display: flex;


}

#imagecontainer2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    justify-content: center;
    align-content: center;
    text-align: center;
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    background-size: cover;


}

#background-color {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: white;
    transition: .4s;
    z-index: -1;
}

.project-image {
    max-width: 70%;

    padding: 2em;
    margin: auto;
    max-height: 90vh;


}

.project-image-wrap {
    max-width: 70%;
    padding: 2em;
    margin: auto;
    max-height: 90vh;
    display: flex;
    flex-wrap: nowrap;


}

.project-imagel {
    width: 48%;
    margin: 0 auto 0 0;




}

.project-imager {
    width: 48%;
    margin: 0 0 0 auto;




}




.project-image:hover {
    cursor: pointer;
}

#textcontainer {
    position: fixed;
    top: 30vh;
    left: 30vw;

    text-shadow: .1em .2em .3em rgba(0, 0, 0, .16);
    max-width: 20vw;


}



#imagecontainer > div {
    display: none;
}

#textcontainer > div {
    display: none;
}







#potatoarchive {
    justify-content: center;
    position: absolute;
    display: flex;
    padding: 2em;
    max-width: 100vw;
    flex-wrap: wrap;
    z-index: 0;
    align-items: stretch;
    overflow: hidden;

}

.potato {
    max-width: 15vw;
    display: block;
    margin-bottom: 10px
}

#potatotitle {
    font-family: swear-display-cilatid, "Serif3", serif;
    text-align: center;
    font-size: 2.5em;
    margin: 2em;
}

.potatobox {
    text-align: center;
    font: 1em sans-serif;
    margin: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: baseline;
}

.potatobox:hover {
    font-style: italic;
}

.downloadlinkpotato {
    position: relative;
    bottom: 0px;
    margin: 0 auto;
}

.view-button {
    transform: translate(0, 20px);
    opacity: 1;
    transition: .3s;
    z-index: ;
}

.product-image:hover + div {
    opacity: 0;
}


#buttonrow {
    display: none;
}


@media only screen and (max-width: 810px) {

    #works-button,
    #shop-button,
    #about-button,
    #potato-button {
        position: static;
        text-align: center;
        padding: 10px;
        vertical-align: middle;
        width: 100vw;
        animation: 3s scale ease-in-out infinite;
    }

    @keyframes scale {
        0% {
            transform: scale(1)
        }

        50% {
            transform: scale(1.03)
        }

        100% {
            transform: scale(1)
        }
    }

    #about-text-white {
        width: 91vw;
    }

    .projectwrap {
        margin-top: 4em;
        margin-bottom: 4em;
    }

    #gradianttop {

        position: fixed;
        width: 100vw;
        top: 5vh;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 187, 255, 0.8645833333333334) 0%, rgba(255, 255, 255, 0) 100%);
        display: block;
        animation: 5s hup ease-in-out infinite;
        z-index: -1;



    }
    
    
    .product-image:hover {
    transform: scale(1);
    cursor: e-resize;
}

    .dot {
        display: block;
    }

    #gradiantbottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        background: linear-gradient(0deg, rgba(0, 187, 255, 0.8645833333333334) 0%, rgba(255, 255, 255, 0) 100%);
        display: block;
        animation: 5s hup ease-in-out infinite;
        z-index: -1;



    }

    @keyframes hup {
        0% {
            height: 3vh;
        }

        50% {
            height: 15vh;
        }

        100% {
            height: 3vh;
        }
    }



    #works-button {}

    #about-button {
        font-size: 4em;
        animation-delay: .5s;
    }

    body {
        align-content: center;
        text-align: center;
    }

    #about-banner {
        width: 7vw;
    }

    #aboutclose {
        left: 40vw;
        transform: translate(-50%, -60px);
        padding: 5px;
    }

    #aboutclose:hover {
        transform: scale(1) translate(-50%, -60px);
        ;
    }

    #shop-button {
        font-size: 5em;
        animation-delay: 1s;
    }

    #works-image {
        height: auto;
        width: 90%;
    }

    #potato-button {
        font-size: 3em;



        font-family: "Font6", serif;
        animation-delay: 1.5s;

    }

    .button-frame {
        position: fixed;
        top: 50%;
        margin: 0 auto;
        transform: translate(0, -50%);
        width: 100vw;
        height: 80vh;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-content: center;
        overflow: hidden;
        justify-content: center;
    }

    #p5container {
        display: none;
    }


    #shopcontainer {
        margin: 60px 30px
    }

    #projectstitles {
        position: static;
        margin-top: 3em;
        max-width: 100vw;
        text-align: center;
        justify-content: center;
        align-content: center;
    }

    #menu-image {
        height: 40px;
    }

    #menu {

        padding: 20px 20px 0 20px;
        max-width: 100vw;

    }

    #menu-links {
        max-width: 100vw;

    }

    .description {
        display: block;

    }

    .year {
        margin-top: 1em;

    }

    #buttonrow {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background-color: blue;
        z-index: 5;
    }

    #imagecontainer {
        top: 1em;
        width: 100vw;


    }

    #textcontainer {
        position: absolute;
        top: 4em;
        left: 0;
        padding: 1em;

        text-shadow: .1em .2em .3em rgba(0, 0, 0, .3);
        max-width: 100vw;
        text-align: left;


    }

    .potato {
        max-width: 60vw;

    }

    .request {
        position: fixed;
        margin-top: 5px;
        left: -45%;
        top: 70%;
        transform:rotate(-90deg);
        

        text-align: center;

        vertical-align: center;
        font-family: "Font6", serif;
        font-size: 1em;
        transition: .3s;

    }
    
#free{display:none;}
}


@media only screen and (max-width: 360px) {
    .menu-image {
        height: 30px;


    }
}


#backButton,
#textButton,
#photoButton {
    display: inline-block;
    font-size: 1.5em;
    text-align: center;
    margin: 0.2em 1em;
    color: white;
    font-family: "Font1", swear-display, serif;




}

#backButton:hover,
#textButton:hover,
#photoButton:hover {
    font-style: italic;
}

.centerwrap {
    text-align: center;
    align-content: center;
}




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

#profileImage {
    max-width: 100%;
    animation: 10s photochange infinite;

}



#transition {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    color: white;
    background-color: white;
    opacity: 1;
    transition: opacity 1.5s;
    left: 0;
    top: 0;
    z-index: 50;

}

.button {
    background-color: blue;
    display: inline-block;
    padding: 8px 12px 5px 2px;
    color: white;
    font-size: 0.8em;
    border-radius: 40px;
    border: solid;
    transition: .4s;
    font-family: "Font3";
}

.button:hover {
    transform: scale(1.05);
}

.littlelink {
    color: white;
    text-decoration: underline;

}

.littlelink:hover {
    color: yellow;
    font-style: italic;
}

.textlink {

    text-decoration: underline;
}

.textlink:hover {
    color: blue;
}

.backgroundvideo3 {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    z-index: -10;
}



.projectwsrap {
    margin-top: 10em;
    margin-bottom: 4em;
    
}



#potatoback {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: blue;
    z-index: 5;
}

.square {
    color: magenta;
}

.square:hover {
    color: yellow;
}

#printercontrol {
    width: 15vw;
    height: 100vh;
    border-right: solid 4px black;
}


#construction {
    position: fixed;
    text-align: center;
    display: block;
    top: 50%;
    margin: auto;
    width: 100%;
    font-size: 3em;
}
