::selection {
    background: rgba(0, 0, 0, 0.25);
}

:root {
    --bg-color: #f2f2f7;
    --text-color: rgba(0, 0, 0, 1);
    --header-color: white;
}

body {
    background: var(--bg-color);
    cursor: url("img/cursor.svg"), auto;
}

@font-face {
    font-family: InterVariable;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("fonts/InterVariable.woff2") format("woff2");
}

@font-face {
    font-family: InterVariable;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("fonts/InterVariable-Italic.woff2") format("woff2");
}


* {
    font-family: InterVariable, sans-serif;
    font-feature-settings: "ss03", "cv08", "cv05", "cv10";
}


html,
body {
    /* width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; */
    overflow-x: hidden;

    max-width: 3000px;

}

#mastodonVerify {
    display: none;
}

#wallpapers {
    cursor: url("img/cursor.svg"), auto !important;
}

#bannerWithTextSection {
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
}

#bannerSection {
    display: flex;
    height: 750px;
    width: 100%;
    align-content: center;
    align-items: center;
    background-attachment: scroll;
    /* background-image: url("img/banner.webp"); */
    background-size: cover;
    user-select: none;
    position: relative;

    overflow: hidden;

}

#bannerCanvas,
#bannerCanvasPlay {
    display: block;
    width: 100vw;
    height: 750px;
}

#bannerSection::after {
    content: "";
    background-image: url("img/grain.webp");
    height: 750px;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    mix-blend-mode: soft-light;
    animation: grain 0.6s steps(1) infinite;
}


#playText {
    display: flex;
    flex-direction: column;
    margin-left: 84pt;
    margin-right: 44pt;
    position: absolute;
    z-index: 120;
    top: 320px;
}


#bannerSectionContact {
    display: flex;
    /* height: 100vh;
     */
    width: 100%;
    align-content: center;
    align-items: center;
    /* background-image: url("img/banner.webp");
     */
    background-size: cover;
    user-select: none;
}

#portrait {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    /* padding: 64pt;
     */
}

#bannerTextImgAbout,
#bannerTextImgStore {
    /* padding: 64pt;
     */
    width: 250px;
    transition: filter 0.3s;
    padding-bottom: 12pt;
}

#bannerTextImgStoreName {
    width: 200px;
    transition: filter 0.3s;
    padding-bottom: 12pt;
}


#bannerTextImgStoreExtra {
    /* padding: 64pt;
     */
    width: 700px;
    transition: filter 0.3s;
    padding-bottom: 12pt;
}

@media (max-width: 900px) {
    #bannerTextImgStoreExtra {
        width: 250px;
        content: url("img/storeExtraIconsMobile.svg");
    }
}



#bannerTextImgPlay1,
#bannerTextImgPlay2,
#bannerTextImgPlay3,
#bannerTextImgPlay4 {
    height: 100px;
    margin-left: -35px;
    padding: 0;
}

#bannerTextImgPlay1 {
    animation: moveRotate1 6s infinite linear;
}

#bannerTextImgPlay2 {
    animation: moveRotate2 7s infinite linear;
}

#bannerTextImgPlay3 {
    animation: moveRotate3 5s infinite linear;
}

#bannerTextImgPlay4 {
    animation: moveRotate4 6s infinite linear;
}



#playLetters {
    width: 100px;
    display: flex;
    flex-wrap: nowrap;
    transition: filter 0.3s;
    padding-bottom: 12pt;
    /* justify-content: space-between; */
    gap: 20px;
    margin-left: 35px;
}



#banner {
    display: block;
}

#bannerVid {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
    text-rendering: optimizeLegibility;
    cursor: url("img/hand cursor.svg"), auto;
    font-feature-settings: "ss03", "cv08", "cv05";
}

p {
    text-decoration: none;
    text-rendering: optimizeLegibility;
    font-feature-settings: "ss03", "cv08", "cv05";
    opacity: 0.8;
}

p,
input,
textarea {
    cursor: url("img/ibeam.svg"), auto;
}

#bannerText {
    padding-left: 64pt;
    position: absolute;
}

#bannerTextImg {
    padding: 64pt;
    width: 500px;
    transition: filter 0.3s;
}

h1 {
    font-size: 22pt;
}

h2 {
    font-size: 16pt;
}

body {
    width: 100%;
    /* Ensure body takes full width */
    max-width: 100%;
    /* Prevent it from exceeding the viewport width */
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
    margin: 0;
    padding: 0;
}

#spacer {
    height: 74pt;
}

#spacerSmall {
    height: 24pt;
}

#spacerLinks {
    height: 74pt;
}

#header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: 64pt;
    width: auto;
    position: fixed;
    z-index: 10000;
    max-width: 2400px;

    left: 50%;

    transform: translateX(-50%);

    margin-top: 12px;
    /* backdrop-filter: blur(0px); */


    /* view-transition-name: header; */
    user-select: none;
    -webkit-user-select: none;
    transition: background-color 0.5s ease, backdrop-filter 0.4s ease, width 0.3s, scale 0.3s, box-shadow 0.3s, opacity 0.3s;

    /* border-radius: 36px; */
    /* mask-border: url("img/mask@2x.png") 49% fill / 36px; */
    border-radius: 28px;
    /* mask-border: url("img/mask@2x.png") 49% fill / 40px; */
    background: #FFFFFF;
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.03), 0 3px 6px -3px rgba(0, 0, 0, 0.05), inset 0 -3px 3px -1px #FFFFFF, inset 0 2px 7px -1px rgba(255, 255, 255, 0.50), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.01);
    /* overflow: hidden; */
    transition-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);


}

.header-fade-in {
    background-color: var(--header-color);
    /* The color that will fade in */
}

#headerLogo {
    width: 36px;
    padding: 22pt;
    /* padding-right: 0px; */
    scale: 1;
    transition: scale 0.3s, padding-right 0.3s;
}


#headerLogo:hover {
    scale: 1.1;
}

#headerLogo:active {
    scale: 0.8;
}

.headerLink {
    padding: 12pt;
    font-size: 14pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    opacity: 0.8;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s;
    border-radius: 14px;
    margin: 4px;
    user-select: none;

    mask-border: url("img/mask@2x.png") 49% fill / 21px;
}

.headerLinkBack {
    padding: 12pt;
    font-size: 14pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    /* opacity: 0.8; */
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s;
    border-radius: 14px;
    /* margin: 4px; */
    user-select: none;
    cursor: url("img/back.svg"), auto;
    mask-border: url("img/mask@2x.png") 49% fill / 21px;
}

#headerLinkCurrent {
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(180deg, #272727 0%, #020202 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);
    opacity: 1;
    transition: opacity 0.3s, scale 0.3s;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    user-select: none;

    backdrop-filter: blur(45px);
    mask-border: url("img/mask@2x.png") 49% fill / 21px;

}

#dropdownLinkCurrent1st,
#dropdownLinkCurrent2nd {
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(180deg, #272727 0%, #020202 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);
    opacity: 1;
    transition: opacity 0.3s, scale 0.3s;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    user-select: none;

    backdrop-filter: blur(45px);
    mask-border: url("img/mask@2x.png") 49% fill / 21px;

}

#headerLinkSecondary1,
#headerLinkSecondary2,
#headerLinkSecondary3,
#headerLinkSecondary0 {
    width: 0;
    opacity: 0;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    margin: -4px;
    padding: 0;
    filter: blur(15px);
    mask-border: url("img/mask@2x.png") 49% fill / 21px;

    transition: opacity 0.5s, scale 0.3s, width 0.6s, margin 0.6s, padding 0.6s;
    transition-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);
}

#headerLinkCurrent1st {
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(180deg, #272727 0%, #020202 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    opacity: 1;
    transition: opacity 0.3s, scale 0.3s;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;

    transition: scale 0.3s;

    mask-border: url("img/mask@2x.png") 49% fill / 21px;
    /* filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.17)); */

}

#headerLinkCurrent1st,
#headerLinkCurrent2nd {
    padding: 12pt;
    font-size: 14pt;
    /* font-weight: 400; */

    text-decoration: none;
    mask-border: url("img/mask@2x.png") 49% fill / 21px;
    /* color: black; */
    /* opacity: 0.8; */
    /* transition: opacity 0.3s, scale 0.3s, background-color 0.3s; */
    /* border-radius: 14px; */
    margin: 2px;
    user-select: none;
    backdrop-filter: blur(45px);

    transition: opacity 0.3s, scale 0.3s;
    transition-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1)
}

#headerLinkCurrent2nd {
    font-weight: 600;

    text-decoration: none;
    color: white;
    background-image: linear-gradient(180deg, #272727 0%, #020202 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    filter: blur(15px);
    transition: opacity 0.3s, scale 0.3s, width 0.5s, margin 0.5s, padding 0.5s;
    transition-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);

    border-radius: 14px;
}

#headerLinksCurrentConnected {
    display: flex;
    gap: 0;
    transition: scale 0.3s;
}

#headerLinksCurrentConnected:hover {
    scale: 1.05;
}

#headerLinksCurrentConnected:active {
    scale: 0.95;
}



#headerProjectName,
#headerProjectName1st,
#headerProjectName2nd,
#headerProjectName2 {

    cursor: url("img/cursor.svg"), auto;
    padding: 0;
    font-size: 14pt;
    font-weight: 400;
    text-overflow: none;
    text-decoration: none;
    color: var(--text-color);
    opacity: 1;
    transition: opacity 0.3s, filter 0.3s, transform 0.3s, width 0.3s;
    /* width: 100%; */
    transform: translateY(32px);
    filter: blur(15px);
    opacity: 0;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: none;
    /* max-width: 0px; */

    transition-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);
}

#headerNameDivider,
#headerNameDivider2 {
    width: 0;
    height: 18px;
    background-color: black;
    margin-right: 0;
    margin-left: 0;
    border-radius: 1px;

    opacity: 0.4;

    transform: translateY(32px);
    filter: blur(15px);

    transition: opacity 0.3s, filter 0.3s, transform 0.3s, scale 0.3s, background 0.3s;

}

#headerNameDividerHome {
    width: 2px;
    height: 18px;
    background-color: black;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 1px;
    align-items: center;

    opacity: 0.4;

    /* transform: translateY(32px); */
    /* filter: blur(15px); */

    transition: opacity 0.3s, filter 0.3s, transform 0.3s, scale 0.3s, background 0.3s;
}

#headerNameDividerHomeNarrow {
    width: 2px;
    height: 18px;
    background-color: black;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 1px;
    align-items: center;

    opacity: 0.4;

    transform: translateY(22px);
    /* filter: blur(15px); */

    transition: opacity 0.3s, filter 0.3s, transform 0.3s, scale 0.3s, background 0.3s;
}

@media (min-width: 1051px) {
    #headerNameDividerHomeNarrow {
        display: none;
    }
}

@media (max-width: 760px) {
    #headerNameDividerHomeNarrow {
        display: none;
    }
}



.headerNameDividerHide {
    display: none;
}


#storeHeader {
    display: flex;
}

#headerProjectNameName,
#headerProjectExtra {
    cursor: url("img/cursor.svg"), auto;
    padding: 0;
    font-size: 14pt;
    font-weight: 400;
    text-decoration: none;
    color: var(--text-color);
    opacity: 1;
    transition: opacity 0.3s, filter 0.3s, transform 0.3s;
    /* width: 135px; */
    transform: translateY(32px);
    filter: blur(15px);
    opacity: 0;

    text-overflow: clip;
    white-space: nowrap;
    text-overflow: ellipsis;

}


#goBackBtnText {
    cursor: url("img/back.svg"), auto;
    padding: 12pt;
    /* padding-left: 8px; */
    font-size: 14pt;
    font-weight: 400;
    text-overflow: ellipsis;
    text-decoration: none;
    color: var(--text-color);
    opacity: 1;
    /* width: 100%; */

    border-radius: 18px;
    margin: 4px;
    text-align: center;
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#backBtn {
    cursor: url("img/back.svg"), auto;
    display: flex;
    transition: opacity 0.3s, filter 0.3s, transform 0.3s, scale 0.3s, background 0.3s;
    border-radius: 18px;

    /* transform: translateY(32px);
    filter: blur(15px);
   */
    opacity: 0.6;
    width: 160px;
    align-items: center;
    transform: translateX(-18px);
}

#backStoreBtn {
    cursor: url("img/back.svg"), auto;
    display: flex;

    opacity: 1;
    align-items: center;

    font-size: 14pt;
    opacity: 0.8;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s, margin 0.3s;
    border-radius: 14px;
    margin: 4px;
    margin-left: 0px;



    mask-border: url("img/mask@2x.png") 49% fill / 21px;
}



#backIcon {
    width: 12px;

    padding: 12pt;
    padding-right: 0;
}

#backDivider,
#storeDivider {
    width: 12px;
    height: 18px;

    opacity: 0.4;

    transform: translateY(32px);
    filter: blur(15px);

    transition: opacity 0.3s, filter 0.3s, transform 0.3s, scale 0.3s, background 0.3s;
}



@media (max-width: 1050px) {
    /* 
    .menu-icon {
        display: block;
    } */

    #header {
        width: calc(100% - 24pt);
        /* margin-left: 12pt; */
        /* margin-right: 12pt; */
    }

    .headerLink {
        display: none;
    }

    .headerDropdown {
        display: inline-block;
    }

    .headerLinkDropdownLink,
    .headerLinkWorkLink,
    .headerLinkCategory {
        display: block;
    }

    #headerNameDivider2 {
        display: none;
    }


}

@media (max-width: 1050px) {
    #header {
        width: calc(100% - 24pt);
        margin-left: 12pt;
        margin-right: 12pt;
        left: 0;
        transform: none;
        max-width: 100vw;
    }

    #headerProjectName,
    #backStoreBtn {
        margin-left: 16px;
        margin-right: auto;
        position: relative;
        left: 0;
    }

    .headerNameStoreAlt {
        display: none;
    }

    #headerNameDividerHome,
    #headerNameDivider {
        display: none;
    }
}

@media (max-width: 585px) {}



@media (max-width: 900px) {

    #backBtn,
    #backDivider,
    #headerProjectNameName {
        display: none;
    }
}

#backBtn:hover~#backDivider {

    opacity: 0;
}

#headerProjectName1st,
#headerProjectName2nd {
    position: absolute;
    top: 0;
}

@media (max-width: 450px) {

    #headerProjectName,
    #headerProjectName2 #headerProjectName1st,
    #headerProjectName2nd {
        display: none;
    }
}

.headerLink:hover,
.headerMobileLink:hover,
#backBtn:hover,
#backStoreBtn:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
    scale: 1.05;
}

.headerLink:active,
.headerMobileLink:active,
#backBtn:active,
#backStoreBtn:active {
    background-color: rgba(0, 0, 0, 0.2);
    scale: 0.8;
}


.headerMobileLink:hover,
.headerMobileLinkIndent:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
    scale: 1.02;
}

.headerMobileLink:active,
.headerMobileLinkIndent:active {
    background-color: rgba(0, 0, 0, 0.2);
    scale: 0.95;
}

#headerLinks {
    display: flex;
    padding-right: 12pt;
}


.headerMobileLink {
    padding: 12pt;
    font-size: 18pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    opacity: 0.8;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s;
    border-radius: 18px;
    margin: 4px;
    width: 100%;
}


.headerMobileLinkIndent {
    padding: 12pt;
    font-size: 18pt;
    font-weight: 400;
    text-decoration: none;
    color: black;
    opacity: 0.8;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s;
    border-radius: 18px;
    margin: 4px;
    /* width: 100%; */
    box-sizing: border-box;
    margin-left: 24pt;
}


#headerMobileLinks {
    display: flex;
    flex-direction: column;
    margin-right: 22pt;
    margin-left: 22pt;
    /* max-width: 500px; */
    width: 100%;
    height: 100%;
}

#mobileLinks {
    display: flex;
    flex-direction: column;
    /* Stack logo and links vertically */
    align-items: center;
    /* Center align items horizontally */
    /* width: 90%; */
    margin: 22pt;
}

#grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    justify-content: center;
    box-sizing: border-box;
}

#gridInline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 32pt;
    padding-right: 32pt;
    justify-content: center;
    box-sizing: border-box;
}

#linksGrid {
    /* width: 100%;
     */
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    justify-content: center;
    box-sizing: border-box;
}

#linksGridWrapper,
#gridWrapper {
    height: 100%;
    /* max-width: 1200px;
     */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#linksGridAbout {
    /* width: 100%;
     */
    max-width: 720px;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    justify-content: center;
    box-sizing: border-box;
    /* cursor: url("img/link.svg"), auto;
     */
}

#linksGridWrapperAbout {
    height: 100%;
    /* max-width: 1200px;
     */
    /* width: 100%;
     */
    display: flex;
    justify-content: center;
    align-items: center;
    /* cursor: url("img/link.svg"), auto;
     */
}

.thumbnail {
    display: flex;
    align-content: left;
    justify-content: left;
    align-items: end;
    aspect-ratio: 157/192;
    flex: 1 1 350px;
    margin: 18pt;
    position: relative;
    overflow: hidden;
    transition: scale 0.3s, opacity 0.6s, filter 0.5s;
    user-select: none;
    mask-border: url("img/mask@2x.png") 49% fill / 42px;
    border-radius: 28px;

    @starting-style {
        opacity: 0;
        scale: 0.90;
        filter: blur(25px);
    }
}

.thumbnailPlaceholder {
    background: transparent;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    flex: 1 1 400px;
    margin: 12pt;
    position: relative;
    overflow: hidden;
    cursor: url("img/cursor.svg"), auto;

}

.thumbnail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    pointer-events: none;
    transition: background 0.3s;
}

.thumbnail:hover::after {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

.thumbnail:hover .thumbText {
    opacity: 1;
    scale: 1.0;
}

.thumbnail:hover .thumbnailDim {
    opacity: 1;
}

.thumbnail:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.thumbnail:active {
    scale: 0.95;
}


.thumbText {
    font-size: 20pt;
    font-weight: 600;
    color: black;
    opacity: 1;
    scale: 0.97;
    transition: opacity 0.3s, scale 0.3s;
    z-index: 3;
    text-align: left;
}

.thumbTextMainPage {
    padding-left: 22px;
}


.thumbTextCategory {
    font-size: 14pt;
    font-weight: 400;
    color: black;
    mix-blend-mode: plus-lighter;
    /* filter: blur(8px); */
    /* opacity: 0; */
    /* scale: 0.97; */
    transition: opacity 0.3s, scale 0.3s, transform 0.3s;
    z-index: 3;

}

.brightText {
    color: white;
}

/* footer {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 64pt;
} */

.footerLink {
    font-size: 12pt;
    font-weight: 400;
    color: black;
    opacity: 0.6;
    scale: 0.98;
    transition: opacity 0.3s, scale 0.3s;
    z-index: 3;
    padding: 8pt;
    transform: scale 0.3s, opacity 0.3s
}

.footerLink:hover {
    opacity: 1;
    scale: 1;
}

.footerLink:active {
    scale: 0.8;
}

#project1 {
    background-image: url("img/thumbnails/shattered mirrors.webp");
    background-size: cover;
}

#project2 {
    background-image: url("img/thumbnails/animation.webp");
    background-size: cover;
}

#project3 {
    background-image: url("img/thumbnails/emoji.webp");
    background-size: cover;
}

#project4 {
    background-image: url("img/thumbnails/photography.webp");
    background-size: cover;
}

#project5 {
    background-image: url("img/thumbnails/digital art.webp");
    background-size: cover;
}

#project6 {
    background-image: url("img/thumbnails/little things.webp");
    background-size: cover;
}

#project7 {
    background-image: url("img/thumbnails/station eleven.webp");
    background-size: cover;
}

#project8 {
    background-image: url("img/thumbnails/painting.webp");
    background-size: cover;
}

#project9 {
    background-image: url("img/thumbnails/throw.webp");
    background-size: cover;
}

#project10 {
    background-image: url("img/thumbnails/bhn.webp");
    background-size: cover;
}

#project11 {
    background-image: url("img/thumbnails/toys.webp");
    background-size: cover;
}

#project12 {
    background-image: url("img/thumbnails/rundown.webp");
    background-size: cover;
}

#project13 {
    background-image: url("img/thumbnails/off the road.webp");
    background-size: cover;
}

#project14 {
    background-image: url("img/thumbnails/snowfall.webp");
    background-size: cover;
}

#project15 {
    background-image: url("img/thumbnails/warped.webp");
    background-size: cover;
}

#project16 {
    background-image: url("img/thumbnails/bubbles.webp");
    background-size: cover;
}

#project17 {
    background-image: url("img/thumbnails/neon lights.webp");
    background-size: cover;
}

#project18 {
    background-image: url("img/thumbnails/museum.webp");
    background-size: cover;
}

#project26 {
    background-image: url("img/thumbnails/multiverse.webp");
    background-size: cover;
}

#project19 {
    background-image: url("img/thumbnails/spiritedaway.webp");
    background-size: cover;
}

#project20 {
    background-image: url("img/thumbnails/render1.webp");
    background-size: cover;
}

#project21 {
    background-image: url("img/thumbnails/render2.webp");
    background-size: cover;
}

#project22 {
    background-image: url("img/thumbnails/universe.webp");
    background-size: cover;
}

#project23 {
    background-image: url("img/thumbnails/xanadu.webp");
    background-size: cover;
}

#project24 {
    background-image: url("img/thumbnails/pulse.webp");
    background-size: cover;
}

#project25 {
    background-image: url("img/thumbnails/animal.webp");
    background-size: cover;
}

#photoThumb1 {
    background-image: url("img/thumbnails/photo-classytrashy.webp");
    background-size: cover;
}

#photoThumb2 {
    background-image: url("img/thumbnails/photo-phone.webp");
    background-size: cover;
}

#photoThumb3 {
    background-image: url("img/thumbnails/photo-nighttime.webp");
    background-size: cover;
}

#photoThumb4 {
    background-image: url("img/thumbnails/photo-pencil.webp");
    background-size: cover;
}

#photoThumb5 {
    background-image: url("img/thumbnails/photo-reflections.webp");
    background-size: cover;
}

#photoThumb6 {
    background-image: url("img/thumbnails/photo-transitions.webp");
    background-size: cover;
}

.textBlock {
    max-width: 700px;
    min-width: 250px;
    padding-left: 66pt;
    padding-right: 42pt;
    padding-bottom: 12pt;
    display: flex;
    flex-direction: column;
}

.textBlockWide {
    max-width: 850px;

    padding-left: 42pt;
    padding-right: 42pt;
    padding-bottom: 12pt;
    display: flex;
    flex-direction: column;
}

.textBlock2Wide {
    max-width: 100vw;

    padding-left: 42pt;
    padding-right: 42pt;
    padding-bottom: 12pt;
    display: flex;
    flex-direction: row;
}

#animationStyle {
    padding-top: 44pt;
}

.textBlockUltrawide {
    max-width: 1250px;
    padding-left: 42pt;
    padding-right: 42pt;
    padding-bottom: 12pt;
    display: flex;
    flex-direction: column;
}

.year,
.tools {
    opacity: 0.4;
}

.projectName,
.storeTitle {
    text-wrap: pretty;
    line-height: 26pt;
}

.description2Wide {
    width: 50%;
    padding: 4pt;
}

.description,
.year,
.tools,
.description2Wide {
    padding-bottom: 12pt;
    text-wrap: pretty;
    line-height: 18pt;
    margin: 0px;
}

.videoContainer2-1 {
    display: flex;
    width: 100%;
    aspect-ratio: 2 / 1;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 44pt;
}

.video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-right: 44pt;
    margin-left: 44pt;
}

.videoContainer16-9 {
    display: flex;
    width: 100%;
    aspect-ratio: 16 / 9;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 42pt;
}


.videoContainerBig {
    display: flex;
    width: 100%;
    aspect-ratio: 1920 / 924;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 42pt;
    padding-left: 44pt;
    padding-right: 44pt;
    box-sizing: border-box;
    /* Ensure padding is part of the total width */
}

.videoContainerAnimal {
    display: flex;
    width: 100%;
    aspect-ratio: 1920 / 1242;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 42pt;
    padding-left: 44pt;
    padding-right: 44pt;
    box-sizing: border-box;
    /* Ensure padding is part of the total width */
}

.gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 44pt;
    padding-right: 44pt;
    gap: 12pt;
    justify-content: space-between;
    box-sizing: border-box;
    user-select: none;
}

.galleryUniverse {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 44pt;
    padding-right: 44pt;
    gap: 12pt;
    justify-content: space-between;
    box-sizing: border-box;
    user-select: none;
    margin-bottom: 42pt;
}

.bigGallery {
    /* margin-top: 2rem; */
    padding: 0.5rem 5vw;
    column-count: 4;
    width: 100%;
    box-sizing: border-box;
    padding-left: 44pt;
    padding-right: 44pt;
    margin-bottom: 42pt;
    gap: 12pt;
}




.galleryImgPhoto {
    height: 400px;
    width: auto;

}


.galleryImgPhot:nth-child(2n) {
    width: 15em;
}

.galleryImgPhot:nth-child(2n) {
    width: 14em;
}

.galleryImgPhot:nth-child(4n) {
    width: 12em;
}

.galleryImgPhot:nth-child(5n) {
    width: 7em;
}

.galleryImgPhot:nth-child(6n) {
    width: 20em;
}

.galleryItem {
    flex: 1 1 auto;
    height: 300px;
    padding: 12pt;
    /* max-width: 400px; */
}

.galleryItem img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#morePhotos {
    column-count: 5;
}

#photoProject {
    column-count: 4;
}

#photoProject4 {
    column-count: 4;
}



#normal {
    aspect-ratio: 3024/1964;
}

#wide {
    aspect-ratio: 3024/2160;
}

#square {
    aspect-ratio: 1/1;
}

#med {
    aspect-ratio: 3840/2160;
}

.galleryImgRender {
    width: 100%;
    height: auto;
    margin-bottom: 12pt;
}


.galleryPhoto {
    width: 100%;
    aspect-ratio: 3/4;
    height: auto;

    margin-bottom: 12pt;
}



.galleryImgRenderTop {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* aspect-ratio: 2/1;
     */
    flex: 1 1 400px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.photographyGallery,
.rendersGallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 1fr;
    /* Equalize row heights */
    gap: 12pt;
    /* Space between images */
    width: 100%;
    padding-left: 44pt;
    padding-right: 44pt;
    box-sizing: border-box;
    /* height: 100vh;
    overflow: hidden; */
}

#classytrashyGallery,
#lovehateGallery,
#nighttimeGallery,
#pencilGallery,
#reflectionsGallery,
#transitionsGallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 1fr;
    /* Equalize row heights */
    gap: 12pt;
    /* Space between images */
    width: 100%;
    padding-left: 44pt;
    padding-right: 44pt;
    box-sizing: border-box;
    /* height: 100vh;
    overflow: hidden; */
}

.miscPhoto,
.miscPhotoL {
    width: 100%;
    /* Stretch images to fit their grid cell */
    height: 100%;
    /* Stretch images to fit their grid cell */

    object-fit: cover;
    /* Ensure images fill their grid cells without distortion */
    display: block;
}

.galleryAbstractRender {
    width: 100%;
    /* Stretch images to fit their grid cell */
    height: 100%;
    /* Stretch images to fit their grid cell */

    object-fit: cover;
    /* Ensure images fill their grid cells without distortion */
    display: block;

    aspect-ratio: 3/2;
}

.miscPhoto {
    aspect-ratio: 3 / 4;
}

.miscPhotoL {
    aspect-ratio: 4 / 3;
}

.breakdownImage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 44pt;
    padding-right: 44pt;
    box-sizing: border-box;
    user-select: none;
}

#breakdownImg {
    width: 100%;
    padding-bottom: 22pt;
    user-select: none;
}

.museumImgs2 {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap;
     */
    padding-left: 36pt;
    padding-right: 36pt;
    box-sizing: border-box;
    /* gap: 20pt;
     */
}



.museumImgs3 {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap;
     */
    padding-left: 36pt;
    padding-right: 36pt;
    box-sizing: border-box;
    /* gap: 12pt;
     */
}




.museumImgs4 {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap;
     */
    padding-left: 36pt;
    padding-right: 36pt;
    box-sizing: border-box;
    /* gap: 12pt;
     */
}

.museumColumn {
    width: 50%;
    padding: 4pt;
    padding-bottom: 22pt;
}

.museumColumn3 {
    width: 33.333%;
    padding: 4pt;
    padding-bottom: 22pt;
}




.museumColumn4 {
    width: 25%;
    padding: 4pt;
    padding-bottom: 22pt;
}

.museumColumn4Narrow {
    width: 25%;
    padding: 4pt;
    padding-bottom: 22pt;
}

@view-transition {
    navigation: auto;
}

/* ::view-transition-old(root) {
	animation: 0.25s ease-in-out both move-out;
}

::view-transition-new(root) {
	animation: 0.25s ease-in-out both move-in;
} */

::view-transition-old(#lightboxImage) {
    animation: 0.25s ease-in-out both move-out;
}

::view-transition-new(#lightboxImage) {
    animation: 0.25s ease-in-out both move-in;
}

::view-transition-image-pair(root) {
    animation-duration: 250ms;
    animation-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);
}

::view-transition-group(lightboxImg) {
    animation-duration: 400ms;
    animation-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);
}



::root {
    --translateX: 0px;
    /* Default translation values */
    --translateY: 0px;
}



.link {
    color: black;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.3);
    transition: text-decoration-color 0.3s, font-weight 0.3s, background-color 0.3s, padding 0.3s;
    cursor: url("img/link.svg"), auto;
    border-radius: 14px;
}

.link:hover {

    text-decoration-color: rgba(0, 0, 0, 0.8);

}

.link:active {
    text-decoration-color: rgba(0, 0, 0, 0);

}

.textAndImage {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 12pt;
}


.imgBeside {
    min-width: 300px;
    max-width: 600px;
    aspect-ratio: inherit;
    object-fit: contain;
    padding-left: 60px;
    padding-right: 60px;
}

#multiverseLogo {
    min-width: 250px;
    max-width: 800px;
    aspect-ratio: inherit;
    object-fit: contain;
    padding-left: 60px;
    padding-right: 60px;
}

.imageContainer {
    display: flex;
    width: 100%;
    /* aspect-ratio: 16 / 9;
     */
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 42pt;
    box-sizing: border-box;
}

#imageContainerPNGRundown,
#imageContainerGifRundown {
    max-width: 100%;
    height: auto;
    /* object-fit: contain;
     */
}

#imageContainerPainting {
    max-width: 100%;
    height: auto;
    /* object-fit: contain;
     */
    transition: scale 0.3s;
}

#imageContainerPNGRundown {
    flex-grow: calc(2290/1680);
}

#imageContainerGifRundown {
    flex-grow: calc(1200/1301);
}

#imageContainerPNGWarped,
#imageContainerGifWarped {
    max-width: 100%;
    height: auto;
    /* object-fit: contain;
     */
}

#imageContainerPNGWarped {
    flex-grow: calc(2614/2160);
}

#imageContainerGifWarped {
    flex-grow: calc(795/1400);
}

.imgAndGif {
    display: flex;
    padding-left: 44pt;
    padding-right: 44pt;
    padding-bottom: 44pt;
}

.imageAndText {
    display: flex;
    padding-left: 44pt;
    padding-right: 44pt;
    padding-bottom: 44pt;
    padding-top: 44pt;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.imageAndTextPortal {
    display: flex;
    padding-left: 44pt;
    padding-right: 44pt;
    padding-bottom: 44pt;
    padding-top: 44pt;
    flex-wrap: nowrap;
    justify-content: space-between;
}


#portalPaintings {
    aspect-ratio: 2/1;
    display: flex;
    gap: 12pt;
    transition: scale 0.3s;
}

.imgAndGif img {
    display: block;
    flex-basis: 0px;
    width: 0px;
    height: auto;
}

.bigImg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 44pt;
    padding-left: 44pt;
    box-sizing: border-box;
}

.bigImgLightboxable {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 44pt;
    padding-left: 44pt;
    box-sizing: border-box;
    padding-bottom: 22pt;
}



#bigVid {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Ensure the video maintains its aspect ratio and covers the container */
}

#bhn-1 {
    display: flex;
    padding-left: 44pt;
    padding-right: 44pt;
    padding-bottom: 44pt;
    gap: 44pt;
    align-items: start;
}

#bhn1-r {
    flex-grow: calc(3379/3024);
    width: 100%;
    height: 100%;
}

#bhnCaption {
    flex-grow: calc(3379/3024);
    width: 100%;
    height: 100%;
}

#bhn1-l {
    flex-grow: calc(1851/3333);
    width: 100%;
    height: 100%;
}

#imageContainerPainting {
    flex-grow: calc(3000/4000);
    width: 100%;
    height: 100%;
    max-width: 800px;
}

#portalPainting {
    flex-grow: calc(2/1);
    width: 100%;
    height: 100%;
    max-width: 800px;
    transition: scale 0.3s;
}

#bhnCaption {
    display: flex;
    flex-direction: column
}

.bhnRainImgs {
    display: flex;
    padding-left: 44pt;
    padding-right: 44pt;
    padding-bottom: 44pt;
    gap: 44pt;
    justify-content: center;
    width: 100%:
}

/*.bhnRainImgs img {
     display: block;
     flex-basis: 0px;
     width: 0px;
     height: auto;
}
 */
#rain1,
#rain2,
#rain3 {
    flex-grow: calc(1080/1920);
    width: 33.33333333%;
    height: auto;
    aspect-ratio: 9/16;
    box-sizing: border-box;
}

#rainWrapper {
    padding-left: 44pt;
    padding-right: 44pt;
    box-sizing: border-box;
}

.imgRow {
    display: flex;
    padding-left: 44pt;
    padding-right: 44pt;
    padding-bottom: 44pt;
    gap: 12pt;
}

.imgRow img {
    display: block;
    flex-basis: 0px;
    width: 0px;
    height: auto;
}

.animationRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-grow: 1;
}

.animationBlock {
    flex-grow: 1;
}

#contactIcons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 22pt;
    justify-content: center;
    align-items: center;
    padding-top: 44pt;
    padding-left: 44pt;
    padding-right: 44pt;
    box-sizing: border-box;
}

.contactIcon {
    width: 80px;
    transition: scale 0.4s;
}

.contactIcon:hover {
    scale: 1.1;
}

.contactIcon:active {
    scale: 0.95;
}



.video:hover {
    cursor: url("img/hand cursor.svg"), auto;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    display: none;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 10000;
    backdrop-filter: blur(0px);
    cursor: url("img/close picture.svg"), auto;
    box-sizing: border-box;
    transition: backdrop-filter 0.6s cubic-bezier(0.410, 0.350, 0.000, 1.000), background-color 0.5s cubic-bezier(0.410, 0.350, 0.000, 1.000);
}

.lightbox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    box-sizing: border-box;
    view-transition-name: lightboxImg;
    opacity: 1;


    /* scale: 0.8; */
    filter: blur(30px);

    transition: transform 0.5s cubic-bezier(0.410, 0.350, 0.000, 1.000), scale 0.3s cubic-bezier(0.410, 0.350, 0.000, 1.000);
}

.lightbox.active img {

    scale: 1;
    filter: blur(0px);
}

.lightbox img:active {
    scale: 0.98;
}

.lightbox.active {
    display: flex;

    opacity: 1;
    backdrop-filter: blur(30px);

    background-color: rgba(255, 255, 255, 0.5);
}

.rowItem {
    flex-grow: calc(3000/4000);
    max-width: 800px;
    transition: scale 0.3s;
}

.lightbox.active~#lightboxClose {
    scale: 1;
    opacity: 1;
    pointer-events: all;
    backdrop-filter: blur(20px);
    filter: blur(0px);
    cursor: url("img/hand cursor.svg");
}

#lightboxClose {
    position: fixed;
    top: 24px;
    right: 24px;
    scale: 0.4;
    filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    z-index: 10000;
    /* backdrop-filter: blur(15px); */
    border-radius: 100%;
    transition: scale 0.4s, opacity 0.4s, filter 0.4s;
    cursor: url("img/hand cursor.svg");
}

#lightboxClose:hover,
.lightbox.active~#lightboxClose:hover {
    scale: 1.2;
}

#lightboxClose:active,
.lightbox.active~#lightboxClose:active {
    scale: 0.8;
}

.storeObjectLinkWrapper,
.extraIconLinkWrapper {
    display: flex;
    align-content: left;
    justify-content: left;
    align-items: end;
    aspect-ratio: 157/192;
    flex: 1 1 350px;
    margin: 18pt;
    position: relative;

    transition: scale 0.4s, opacity 0.4s;

    @starting-style {
        opacity: 0;
        scale: 0.98;
    }
}


.extraIconLinkWrapper,
.freeDownload {
    /* cursor: url(img/download.svg), auto; */
}

.storeObjectLinkWrapperPlaceholder {
    cursor: url(img/cursor.svg), auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    flex: 1 1 280px;
    margin: 12pt;
    position: relative;
}

@media (min-width: 1812px) {
    #storePlacehold1 {
        display: auto;
    }

    #storePlacehold2 {
        display: auto;
    }

    #storePlacehold3 {
        display: auto;
    }

    #storePlacehold3-2 {
        display: auto;
    }
}

@media (min-width: 2145px) and (max-width: 2479px) {

    #storePlacehold4 {
        display: auto;
    }

    #storePlacehold5 {
        display: none;
    }

    #storePlacehold6 {
        display: auto;
    }

    #storePlaceholder7 {
        display: none;
    }
}

@media (min-width: 2480px) {
    #storePlacehold4 {
        display: auto;
    }

    #storePlacehold5 {
        display: auto;
    }

    #storePlacehold6 {
        display: none;
    }

    #storePlaceholder7 {
        display: none;
    }
}

@media (min-width: 1812px) and (max-width: 2144px) {


    #storePlacehold4 {
        display: auto;
    }

    #storePlacehold5 {
        display: auto;
    }

    #storePlacehold6 {
        display: none;
    }

    #storePlacehold7 {
        display: none;
    }
}

@media (max-width: 1812px) and (min-width: 1478px) {
    #storePlacehold1 {
        display: auto;
    }

    #storePlacehold2 {
        display: none;
    }

    #storePlacehold3 {
        display: auto;
    }

    #storePlacehold3-2 {
        display: none;
    }

    #storePlacehold4 {
        display: auto;
    }

    #storePlacehold5 {
        display: auto;
    }

    #storePlacehold6 {

        display: auto;
    }

    #storePlacehold7 {
        display: none;
    }

}


@media (max-width: 1477px) and (min-width: 1144px) {
    #storePlacehold1 {
        display: none;
    }

    #storePlacehold2 {
        display: none;
    }

    #storePlacehold3 {
        display: none;
    }

    #storePlacehold3-2 {
        display: none;
    }

    #storePlacehold4 {
        display: none;
    }

    #storePlacehold5 {
        display: none;
    }

    #storePlacehold6 {
        display: none;
    }

    #storePlacehold7 {
        display: none;
    }
}

@media (max-width: 1143px) and (min-width: 724px) {
    #storePlacehold1 {
        display: none;
    }

    #storePlacehold2 {
        display: none;
    }

    #storePlacehold3 {
        display: none;
    }

    #storePlacehold3-2 {
        display: none;
    }


    #storePlacehold4 {
        display: auto;
    }

    #storePlacehold5 {
        display: none;
    }

    #storePlacehold6 {
        display: none;
    }

    #storePlacehold7 {
        display: none;
    }
}

@media (max-width: 723px) {
    #storePlacehold1 {
        display: none;
    }

    #storePlacehold2 {
        display: none;
    }

    #storePlacehold3 {
        display: none;
    }

    #storePlacehold3-2 {
        display: none;
    }

    #storePlacehold4 {
        display: none;
    }

    #storePlacehold5 {
        display: none;
    }

    #storePlacehold6 {
        display: none;
    }

    #storePlacehold7 {
        display: none;
    }
}


.storeObject {

    width: 100%;
    align-items: end;
    justify-content: left;

    border-radius: 32px;
    box-sizing: border-box;

    background: white;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.04), 0 3px 6px -3px rgba(0, 0, 0, 0.06), inset 0 -3px 3px -1px #FFFFFF, inset 0 2px 7px -1px rgba(255, 255, 255, 0.20), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.02);
    transition: scale 0.3s, box-shadow 0.3s;
    aspect-ratio: 157/192;
    flex: 1 1 350px;

    /* 
 display: flex;
    align-content: left;
    justify-content: left;
    align-items: end;

    margin: 18pt;
    position: relative;
    overflow: hidden;
    transition: scale 0.3s, opacity 0.6s, filter 0.5s;
    user-select: none;
    mask-border: url("img/mask@2x.png") 49% fill / 42px;
    border-radius: 28px;

    @starting-style {
        opacity: 0;
        scale: 0.90;
        filter: blur(25px);
    } */

}

#storeThumb1 {
    background-image: url(img/thumbnails/icons/bubbles.webp);
}


#storeThumb2 {
    background-image: url(img/thumbnails/icons/toys.webp);
}


#storeThumb3 {
    background-image: url(img/thumbnails/icons/misc.webp);
}


#storeThumb4 {
    background-image: url(img/thumbnails/icons/adobe.webp);
}

#storeThumb5 {
    background-image: url(img/thumbnails/icons/toys\ outlines.webp);
}

#storeThumb6 {
    background-image: url(img/thumbnails/icons/old\ adobe.webp);
}

#storeThumb7 {
    background-image: url(img/thumbnails/wallpapers/8.webp);
}


#storeThumb8 {
    background-image: url(img/thumbnails/wallpapers/7.webp);
}

#storeThumb9 {
    background-image: url(img/thumbnails/wallpapers/6.webp);
}


#storeThumb10 {
    background-image: url(img/thumbnails/wallpapers/5.webp);
}

#storeThumb11 {
    background-image: url(img/thumbnails/wallpapers/4.webp);
}

#storeThumb12 {
    background-image: url(img/thumbnails/wallpapers/3.webp);
}


#storeThumb13 {
    background-image: url(img/thumbnails/wallpapers/2.webp);
}


#storeThumb14 {
    background-image: url(img/thumbnails/wallpapers/1.webp);
}


#storeThumb15 {
    background-image: url(img/thumbnails/wallpapers/blue.webp);
}





.storeThumbnail {
    display: flex;
    align-content: left;
    justify-content: left;
    align-items: end;
    aspect-ratio: 25/33;
    flex: 1 1 350px;
    margin: 18pt;
    position: relative;
    overflow: hidden;
    transition: scale 0.3s, opacity 0.6s, filter 0.5s;
    user-select: none;
    /* mask-border: url("img/mask@2x.png") 49% fill / 42px; */
    border-radius: 28px;
    background-size: cover;

    @starting-style {
        opacity: 0;
        scale: 0.90;
        filter: blur(25px);
    }
}

.thumbnailPlaceholder {
    display: flex;
    align-content: left;
    justify-content: left;
    align-items: end;
    aspect-ratio: 25/33;
    flex: 1 1 350px;
    margin: 18pt;
    position: relative;
    overflow: hidden;
    transition: scale 0.3s, opacity 0.6s, filter 0.5s;
    user-select: none;
    background-size: cover;
}

.thumbTextSingle {
    /* padding-bottom: 12pt; */
    /* padding-left: 16pt; */
    transition: opacity 0.3s, scale 0.3s, transform 0.3s, filter 0.3s;
    animation-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);

    width: 100%;

}


.storeThumbnail:hover {
    scale: 1.05;
}



.storeThumbnail:active {
    scale: 0.95;
}

.thumbTextBoth {
    position: relative;
    z-index: 2;
}

.thumbnail:hover .thumbTextBoth,
.photoThumbnail:hover .thumbText {
    opacity: 1;
    scale: 1.0;
}

.thumbTextBoth {
    padding-bottom: 16pt;
    /* padding-left: 16pt; */
    transform: translateY(20px);
    transition: opacity 0.3s, scale 0.3s, transform 0.3s, filter 0.3s;
    animation-timing-function: linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);
}


.storeBtnLink {
    cursor: url(img/link.svg), auto;

    background-image: linear-gradient(180deg, #272727 0%, #020202 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    width: auto;
    text-align: center;
    color: white;

    padding: 14pt;
    margin-left: 14pt;
    margin-right: 14pt;
    border-radius: 18px;
    margin-bottom: 18px;

    mask-border: url("img/mask@2x.png") 49% fill / 27px;

    transition: box-shadow 0.3s, scale 0.3s;

    box-sizing: border-box;
}

.extraIcon {

    width: 100%;
    align-items: center;
    justify-content: center;

    border-radius: 32px;
    box-sizing: border-box;

    aspect-ratio: 25/33;

    background: white;
    border: 1px solid rgba(0, 0, 0, 0.025);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.04), 0 3px 6px -3px rgba(0, 0, 0, 0.06), inset 0 -3px 3px -1px rgba(255, 255, 255, 0.2), inset 0 2px 7px -1px rgba(255, 255, 255, 0.1), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.02);
    transition: scale 0.3s, box-shadow 0.3s;
}

.storeObjectPlaceholder {

    width: 100%;
    align-items: center;
    justify-content: center;

    border-radius: 32px;
    box-sizing: border-box;

}

.storeObject:hover,
.extraIcon:hover {
    scale: 1.02;
    box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px rgba(255, 255, 255, 0.25), inset 0 2px 7px -1px rgba(255, 255, 255, 0.25), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);

}

.storeObject:active,
.extraIcon:active {
    scale: 0.95;
}

.storeObjectImgSquare {
    aspect-ratio: 1/1;
    width: 100%;

    padding: 12px;
    border-radius: 28px;
    box-sizing: border-box
}


.extraIconBg {
    aspect-ratio: 1/1;
    width: 100%;

    display: flex;
    box-sizing: border-box;

    position: relative;
    align-items: center;
    justify-content: center;
}

#notionBG {
    background-color: #c0c4ce;
}

#figmaBG {
    background-color: #a8aaae;
}

#blenderBG {
    background-color: #FFC8A7;
}

#sketchOBG {
    background-color: #F1AF99;
}

#miroBG {
    background-color: #f1df99;
}

#sketchYBG {
    background-color: #FBD799;
}

#githubBG {
    background-color: #ca99fb;
}

#nukeBG {
    background-color: #FBD799;
}

#tdCBG {
    background-color: #F0FFBD;
}

#tdRBG {
    background-color: #F0AFBD;
}

#arcDarkBG {
    background-color: #BFA9FB;
}

#arcLightBG {
    background-color: #FEC8C9;
}

#unityBG {
    background-color: #e3e3eb;
}

#rhinoBG {
    background-color: #bebebe;
}

#vsCodeBG {
    background-color: #b9e3ff;
}



.extraIconStack {
    aspect-ratio: 1/1;
    width: 100%;
    box-sizing: border-box;
    border-radius: 18px;
    display: block;
    padding: 12px;
}



.extraIconImg {
    aspect-ratio: 1/1;
    width: 70%;
    position: relative;

    padding: 12px;
    /* border-radius: 28px; */
    box-sizing: border-box;

    filter: drop-shadow(0px 30px 14px rgba(16, 19, 54, 0));


    transition: filter 0.3s, scale 0.3s, box-shadow 0.3s;
}


.extraIconLinkWrapper:hover .extraIconImg {
    scale: 1.05;
    filter: drop-shadow(0px 30px 24px rgba(16, 19, 54, 0.1));
    transform: translateZ(0)
}

.extraIconLinkWrapper:active .extraIconImg {
    scale: 0.95;
    filter: drop-shadow(0px 30px 8px rgba(16, 19, 54, 0));
    transform: translateZ(0)
}

.viewAll-Btn {
    cursor: url(img/picture\ zoom.svg), auto;
}

.gumroadDownload {
    cursor: url(img/link.svg), auto;
}


.storeObjectLink {
    cursor: url(img/link.svg), auto;

    background-image: linear-gradient(180deg, #272727 0%, #020202 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);

    width: auto;
    text-align: center;
    color: white;

    padding: 12pt;
    margin-left: 12pt;
    margin-right: 12pt;
    border-radius: 18px;
    margin-bottom: 12px;

    transition: box-shadow 0.3s, scale 0.3s;

    box-sizing: border-box;
}



.storeObject::before {
    filter: drop-shadow(0px 30px 14px color(display-p3 0.223529 0.431373 0.682353 / 1.0));
}

.storeBtnLink:hover {
    scale: 1.05;
    background-image: linear-gradient(180deg, #272727 0%, #0A0A0A 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.08), inset 0 21px 43px 0 rgba(0, 0, 0, 0.00), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);
}

.storeBtnLink:active {
    scale: 0.95;
    background-image: linear-gradient(180deg, extraIcon #272727 0%, #0A0A0A 100%, #0B0B0B 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.17), inset 0 15px 53px 0 rgba(255, 255, 255, 0.00), inset 0 21px 43px 0 rgba(0, 0, 0, 0.87), inset 0 1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -1px 1px -1px rgba(255, 255, 255, 0.50), inset 0 -8px 13px -3px rgba(255, 255, 255, 0.08);
}

.storeObjectNameSpacer {
    width: 300px;
    display: flex;
    align-items: end;
    padding-left: 22px;
    box-sizing: border-box;
    padding-right: 22px;

}

.storeTitle {
    /* padding: 16pt; */
    box-sizing: border-box;
    /* background-color: white; */
}

.storeTitleWrapper {
    display: flex;
    align-items: start;
    justify-content: left;
    flex-direction: column;
    padding-top: 44pt;
    width: 100%;
    /* padding-bottom: 44pt; */
    padding-left: 64pt;
    padding-right: 64pt;
    margin-bottom: -12px;
    box-sizing: border-box;
}

/* 
.storeTitleDivider {
    width: 100%;
    height: 2px;
    background-color: black;
      opacity: 0.2;
    margin-top: 12pt;
    margin-bottom: 12pt;
    border-radius: 2px;
} */

.storeObjectName {

    color: black;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#storeGrid,
#storeGrid2 {
    /* max-width: 2000px; */
    width: 100%;
    margin-left: 22pt;
    margin-right: 22pt;

    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    justify-content: center;
    box-sizing: border-box;
}

@media (max-width: 800px) {

    #storeGrid,
    #storeGrid2 {
        margin-left: 12pt;
        margin-right: 12pt;
    }

    .storeTitle {
        padding-left: 32pt;
    }

    .textBlock {
        padding-left: 42pt;
    }
}

@media (max-width: 1143px) {
    #extraIconPlacehold1 {
        display: none;
    }

    #extraIconPlacehold2 {
        display: none;
    }

    #extraIconPlacehold3 {
        display: none;
    }
}

/* rows of 3 */
@media (min-width: 1144px) and (max-width: 1477px) {
    #extraIconPlacehold1 {
        display: none;
    }

    #extraIconPlacehold2 {
        display: none;
    }

    #extraIconPlacehold3 {
        display: none;
    }
}

/* rows of 4 */
@media (min-width: 1478px) and (max-width: 1811px) {
    #extraIconPlacehold1 {
        display: none;
    }

    #extraIconPlacehold2 {
        display: none;
    }

    #extraIconPlacehold3 {
        display: none;
    }
}

/* rows of 5 */
@media (min-width: 1812px) and (max-width: 5000px) {
    #extraIconPlacehold1 {
        display: auto;
    }

    #extraIconPlacehold2 {
        display: auto;
    }

    #extraIconPlacehold3 {
        display: auto;
    }
}

/* @media (max-width: 1811px)  {
    #extraIconPlacehold1 {
        display: none;
    }
    #extraIconPlacehold2 {
        display: none;
    }
    #extraIconPlacehold3 {
        display: none;
    }
} */

.galleryImg {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    aspect-ratio: 2/1;
    flex: 1 1 400px;
    position: relative;
    overflow: hidden;
    transition: scale 0.3s ease, border-radius 0.3s ease, transform 0.5s cubic-bezier(0.410, 0.350, 0.000, 1.000);
}

.galleryImgUniverse {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    aspect-ratio: 3024/1964;
    flex: 1 1 400px;
    position: relative;
    overflow: hidden;
    transition: scale 0.3s ease, border-radius 0.3s ease, transform 0.5s cubic-bezier(0.410, 0.350, 0.000, 1.000);
}

.galleryImg,
.rowItem,
#portalPainting,
#imageContainerPainting,
.galleryImgRender,
.galleryImgRenderTop,
#museumImg,
.galleryImgUniverse,
.galleryPhoto,
.miscPhoto,
.miscPhotoL,
.galleryAbstractRender,
.bigImgLightboxableContainer {
    transition: scale 0.3s ease;
    view-transition-name: 'galleryImg';
}

.galleryImg:hover,
.rowItem:hover,
#portalPainting:hover,
.galleryImgRenderTop:hover,
#imageContainerPainting:hover,
.galleryImgRender:hover,
#museumImg:hover,
.galleryImgUniverse:hover,
#bigImgToLightbox:hover,
.galleryPhoto:hover,
.miscPhoto:hover,
.miscPhotoL:hover,
.galleryAbstractRender:hover,
.bigImgLightboxableContainer:hover {
    /* scale: 1.02; */
    cursor: url("img/picture zoom.svg"), auto;
}

.galleryImg:active,
.rowItem:active,
#portalPainting:active,
#imageContainerPainting:active,
.galleryImgRender:active,
.galleryImgRenderTop:active,
#museumImg:active,
.galleryImgUniverse:active,
.galleryPhoto:active,
.miscPhoto:active,
.miscPhotoL:active,
.galleryAbstractRender:active,
.bigImgLightboxableContainer:active {
    scale: 0.98;
    z-index: 200;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}


label {
    font-size: 16pt;
    font-feature-settings: "ss03", "cv08";
}

.linkThumbnail,
.linkThumbnailAbt {
    aspect-ratio: 1;
    width: 200px;
    /* mask-image: url("img/link mask.svg");
     */
    border-radius: 42px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.03), 0 3px 6px -3px rgba(0, 0, 0, 0.05), inset 0 -3px 3px -1px #FFFFFF, inset 0 2px 7px -1px rgba(255, 255, 255, 0.50), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    transition: scale 0.3s, box-shadow 0.3s;
    margin: 12pt;
    cursor: url(img/link.svg), auto;
}

.linkThumbnail p,
.linkThumbnailAbt p {
    cursor: url(img/link.svg), auto;
}

.linkThumbnailWide {
    /* aspect-ratio: 2/1;
     */
    width: 432px;
    height: 200px;
    /* mask-image: url("img/link mask.svg");
     */
    /* display: flex;
     */
    border-radius: 42px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.03), 0 3px 6px -3px rgba(0, 0, 0, 0.05), inset 0 -3px 3px -1px #FFFFFF, inset 0 2px 7px -1px rgba(255, 255, 255, 0.50), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    transition: scale 0.3s, box-shadow 0.3s;
    margin: 12pt;
    cursor: url(img/link.svg), auto;
}

.linkThumbnail:hover,
.linkThumbnailWide:hover,
.linkThumbnailAbt:hover {
    scale: 1.05;
    box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px #FFFFFF, inset 0 2px 7px -1px rgba(255, 255, 255, 0.50), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);
    z-index: 1000;
}

.linkThumbnail:active,
.linkThumbnailWide:active,
.linkThumbnailAbt:active {
    scale: 0.95;
}

#l-instagram {
    background: #f2357c;
    background-image: linear-gradient(180deg, #FF6AC9 1%, #F65F6F 100%);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px rgba(254, 154, 225, 0.14), inset 0 2px 7px -1px rgba(254, 154, 225, 0.50), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);
}

#l-youtube {
    background: #f72561;
    background-image: linear-gradient(180deg, #FF637F 0%, #EF3262 100%);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px rgba(254, 154, 154, 0.14), inset 0 2px 7px -1px rgba(254, 154, 154, 0.5), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);
}

#l-tiktok {
    background: #ae28fd;
    background-image: linear-gradient(180deg, #E15CFF 0%, #AD52F6 100%);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px rgba(200, 154, 254, 0.14), inset 0 2px 7px -1px rgba(209, 154, 254, 0.5), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);
}

#l-mastodon {
    background: #6638fd;
    background-image: linear-gradient(180deg, #976AFF 0%, #6050F6 99%);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px rgba(167, 154, 254, 0.14), inset 0 2px 7px -1px rgba(169, 154, 254, 0.5), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);
}

#l-email {
    background: #0ab6ff;
    background-image: linear-gradient(180deg, #40D5FF 0%, #1EACFD 100%);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px rgba(154, 219, 254, 0.14), inset 0 2px 7px -1px rgba(154, 220, 254, 0.5), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);
}

#l-store {
    background: #3172f2;
    background-image: linear-gradient(180deg, #2CB5FF 1%, #387BFF 100%);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px rgba(254, 154, 249, 0.14), inset 0 2px 7px -1px rgba(254, 154, 223, 0.5), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);
}

#l-website {
    background: #3172f2;
    background-image: linear-gradient(180deg, #272636 2%, #0E0F13 100%);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.09), 0 3px 6px -3px rgba(0, 0, 0, 0.11), inset 0 -3px 3px -1px rgba(0, 0, 0, 0.14), inset 0 2px 7px -1px rgba(0, 0, 0, 0.5), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.04);
}

.linkIcon {
    position: absolute;
    transform: translateX(30px) translateY(30px);
    width: 70px;
    height: 70px;
    /* border-radius: 20px;
     */
    /* mask-image: url("img/link icon mask.svg");
     */
    clip-path: path('M41.7972628,0 C51.6039689,0 55.1601176,1.02108172 58.7453027,2.93845974 C62.3304879,4.85583776 65.1441622,7.66951208 67.0615403,11.2546973 L67.2635382,11.6389992 C69.0174575,15.0377386 69.964548,18.6113549 69.9990239,27.6833217 L70,41.7972628 C70,51.6039689 68.9789183,55.1601176 67.0615403,58.7453027 C65.1441622,62.3304879 62.3304879,65.1441622 58.7453027,67.0615403 L58.3610008,67.2635382 C54.9622614,69.0174575 51.3886451,69.964548 42.3166783,69.9990239 L28.2027372,70 C18.3960311,70 14.8398824,68.9789183 11.2546973,67.0615403 C7.66951208,65.1441622 4.85583776,62.3304879 2.93845974,58.7453027 L2.73646177,58.3610008 C0.98254253,54.9622614 0.0354520341,51.3886451 0.000976089559,42.3166783 L0,28.2027372 C0,18.3960311 1.02108172,14.8398824 2.93845974,11.2546973 C4.85583776,7.66951208 7.66951208,4.85583776 11.2546973,2.93845974 L11.6389992,2.73646177 C15.0377386,0.98254253 18.6113549,0.0354520341 27.6833217,0.000976089559 L41.7972628,0 Z')
}

.linkIconStyled {
    background-size: contain;
    position: absolute;
    transform: translateX(30px) translateY(30px);
    width: 70px;
    height: 70px;
    transform-origin: 100% 100%;
    transition: background-image 0.3s, rotate 0.4s, transform-origin 0.4s;
}

.linkIconStyledRetro {
    background-size: contain;
    position: absolute;
    transform: translateX(30px) translateY(30px);
    width: 70px;
    height: 70px;
    transform-origin: 100% 100%;
    transition: background-image 0.3s, rotate 0.4s, transform-origin 0.4s, opacity 0.4s;
}

#icon-website {
    background-image: url("img/links/styled/logo flat.png");
}


#icon-email {
    background-image: url("img/links/styled/mail flat.png");
}

#icon-ig {
    background-image: url("img/links/styled/instagram flat.png");
}

#icon-yt {
    background-image: url("img/links/styled/yt flat.png");
}

#icon-mastodon {
    background-image: url("img/links/styled/mastodon flat.png");
}

#icon-tiktok {
    background-image: url("img/links/styled/tiktok flat.png");
}

#icon-store {
    background-image: url("img/links/styled/store flat.png");
}

#icon-email-retro {
    opacity: 0;
    background-image: url("img/links/styled/mail.png");
}

#icon-ig-retro {
    opacity: 0;
    background-image: url("img/links/styled/instagram.png");
}

#icon-yt-retro {
    opacity: 0;
    background-image: url("img/links/styled/yt.png");
}

#icon-mastodon-retro {
    opacity: 0;
    background-image: url("img/links/styled/mastodon.png");
}

#icon-tiktok-retro {
    opacity: 0;
    background-image: url("img/links/styled/tiktok.png");
}

#icon-store-retro {
    opacity: 0;
    background-image: url("img/links/styled/store.png");
}

#icon-website-retro {
    opacity: 0;
    background-image: url("img/links/styled/logo.png");
}

.linkThumbnailAbt:hover #icon-email-retro {
    opacity: 1;
}

.linkThumbnailAbt:hover #icon-ig-retro {
    opacity: 1;
}

.linkThumbnailAbt:hover #icon-yt-retro,
.linkThumbnailWide:hover #icon-yt-retro {
    opacity: 1;
}

.linkThumbnailAbt:hover #icon-mastodon-retro {
    opacity: 1;
}

.linkThumbnailAbt:hover #icon-tiktok-retro {
    opacity: 1;
}

.linkThumbnailAbt:hover #icon-store-retro {
    opacity: 1;
}

.linkThumbnailAbt:hover #icon-website-retro,
.linkThumbnailWide:hover #icon-website-retro {
    opacity: 1;
}

.linkText {
    color: black;
    position: absolute;
    transform: translateX(30px) translateY(100px);
    font-size: 14pt;
    text-align: left;
    font-weight: 500;
    cursor: url("img/link.svg");
}

/* .linkThumbnailAbt .linkText {
    cursor: url("img/link.svg"), auto;
} */

.linkTextSmall {
    color: black;
    position: absolute;
    transform: translateX(30px) translateY(130px);
    font-size: 11pt;
    text-align: left;
    font-weight: 400;
    opacity: 0;
    filter: blur(2px);
    /* cursor: url("img/hand cursor.svg"), auto;
     */
    /* cursor: url(img/link.svg), auto;
     */
    transition: opacity 0.3s, filter 0.3s;
}

.linkGlpyh {
    position: absolute;
    transform: translateX(40px) translateY(40px);
    /* cursor: url("img/hand cursor.svg"), auto;
     */
    /* cursor: url(img/link.svg), auto;
     */
    width: 50px;
    height: 50px;
}



.linkThumbnail:hover .linkTextSmall,
.linkThumbnailAbt:hover .linkTextSmall {
    opacity: 0.5;
    filter: blur(0px);
}

.linkTextWide {
    color: black;
    position: absolute;
    transform: translateX(30px) translateY(100px);
    font-size: 14pt;
    text-align: left;
    font-weight: 500;
    cursor: url("img/hand cursor.svg"), auto;
    width: 212px;
}

.linkImg {
    width: 200px;
    height: 160px;
    object-fit: cover;
    border-radius: 18px;
    position: absolute;
    transform: translateX(212px) translateY(20px);
}

#aboutScreen {
    display: flex;
    /* width: 100%;
     */
    /* flex-wrap: wrap;
     */
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 44pt;
}

#resumeScreen {
    display: flex;
    /* width: 100%;
     */
    /* flex-wrap: wrap;
     */
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 44pt;
}



#aboutDescription,
#playDescription,
#linksDescription {
    color: black;
    font-size: 14pt;
    text-align: left;
    font-weight: 500;
    /* min-width: 350px;
     */
    max-width: 500px;

}


#multiverseDesc {
    margin-bottom: 12px;
}

#linksDescription {

    max-width: 500px;
    text-align: center;
    line-height: 22pt;

}

#playDescription {
    user-select: none;
    cursor: url("img/cursor.svg"), auto;
}

#aboutText {
    display: flex;
    flex-direction: column;
    margin-left: 44pt;
    margin-right: 44pt;
}

#aboutTop {
    display: flex;
    align-items: center;
}

#playTop {
    display: flex;
    height: 750px;
    width: 100%;
    align-content: center;
    align-items: center;
    background-attachment: scroll;
    /* background-image: url("img/banner.webp"); */
    background-size: cover;
    user-select: none;
    position: relative;
    /* Needed for absolute positioning of the pseudo-element */
}

#playTop::before {
    content: '';
    position: absolute;
    /* Use absolute positioning */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Cover the entire area */
    background-image: url("img/banner 2-s.webp");
    /* Same background image */
    background-size: cover;
    background-position: bottom;
    /* filter: url(#filmGrainOverlay); */
    /* Apply the film grain filter */
    z-index: -1;
    /* Place it below the text */
}


.overlay {
    transition: opacity 0.5s ease;
}

.overlay.active {
    opacity: 1;
    pointer-events: auto;
    backdrop-filter: blur(0px);
    transition: filter 0.5s ease, opacity 0.5s ease;
}

#playScreen,
#storeScreen {
    display: flex;
    width: 100%;
    /* flex-wrap: wrap;
     */
    justify-content: center;
    align-content: center;
    align-items: center;
    /* margin: 44pt;
     */
}

#playText {
    display: flex;
    flex-direction: column;
    margin-left: 84pt;
    margin-right: 44pt;
}

#aboutWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    /* max-height: 100%; */
}



#resumeWrapper {
    width: 100%;
    /* height: calc(100vh - 75pt);
     */
    display: flex;
    justify-content: center;
    align-items: center;
}

#linksTop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#linksText {
    margin-left: 22pt;
    margin-right: 22pt;
    align-items: center;
}

#linksPortrait {
    border-radius: 100%;
    width: 35vw;
    height: 35vw;
    max-width: 280px;
    max-height: 280px;
    min-width: 120px;
    min-height: 120px;
    padding: 14px;
    margin-left: 22pt;
    margin-right: 22pt;
}



.pdf {
    margin-top: 24px;
    width: 100%;
    aspect-ratio: 8.5/11;
    height: auto;
    border-radius: 24pt;
}

.menu-icon {
    padding: 14px;
    margin-right: 12pt;
    /* width: 22pt;
     height: 40pt;
     */
    border-radius: 14px;
    transition: opacity 0.3s, scale 0.3s, background-color 0.3s;
    cursor: url("img/hand cursor.svg"), auto;
}

.menu-icon:hover {
    /* background-color: rgba(0, 0, 0, 0.1);
     */
    scale: 1.2;
}

.menu-icon:active {
    /* background-color: rgba(0, 0, 0, 0.2);
     */
    scale: 0.7;
}

#top-bar,
#bottom-bar,
.menu-icon {
    transition: transform 0.3s, scale 0.3s, background-color 0.3s;
    transform-origin: center;
}

.menu-icon.active #top-bar {
    transform: translateY(4.35px) translateX(-5px) rotate(45deg);
}

.menu-icon.active #bottom-bar {
    transform: translateY(-4.35px) translateX(-5px) rotate(-45deg);
}

.menu-icon:not(.active) #top-bar {
    transform: translateY(0) rotate(0deg);
}

.menu-icon:not(.active) #bottom-bar {
    transform: translateY(0) rotate(0deg);
}

#mobileLinksContainer {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;

    user-select: none;
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 80px, rgba(255, 255, 255, 0.8) 100vh);
    backdrop-filter: blur(35px);
    justify-content: flex-start;
    align-items: center;

    opacity: 0;

    max-height: 0;

    transition: opacity 0.45s linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1),

        visibility 0.45s linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1),

        max-height 0.45s linear(0, 0.02 2.1%, 0.081 4.7%, 0.467 15.7%, 0.645, 0.778 28.5%, 0.872 35.8%,
            0.909 40.1%, 0.938 44.9%, 0.977 56.5%, 0.994 72.3%, 1);

    z-index: 999;
    /* Ensure it's above other content */
}

/* Visible State */
#mobileLinksContainer.active {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
}


#thumbExternal {
    cursor: url("img/link.svg"), auto;
}

html {
    cursor: url("img/cursor.svg"), auto;

}


#allPhotoGallery {
    display: flex;
    flex-direction: column;
}

.galleryRow {
    display: flex;
}

.galleryPhoto {
    height: 200px;
}



/* SIZE MEDIA QUERIES  */

@media (max-width: 920px) {
    #bannerSectionContact {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 888px) {
    .thumbnailPlaceholder {
        display: none;
    }
}

@media (max-width: 800px) {

    .bigGallery,
    #photoProject {
        column-count: 2;
    }

    #morePhotos {
        column-count: 3;
    }

    .imgBeside {
        padding-bottom: 12pt;
    }

    .textAndImage {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 12pt;
    }
}

@media (max-width: 760px) {

    .museumImgs2,
    .museumImgs3,
    .videoContainerBig,
    .videoContainerAnimal,
    .gallery,
    .bigGallery,
    .breakdownImage,
    .bigImg,
    .imgAndGif,
    .imageAndText,
    .imageAndTextPortal,
    #bhn-1,
    #rainWrapper,
    .imgRow,
    #gridInline {
        padding-left: 12pt;
        padding-right: 12pt;
    }

    .museumColumn2,
    .museumColumn3 {
        padding: 6pt;
        gap: 6pt;
    }

    #aboutTop {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #portrait {
        width: 180px;
        height: 180px;
        padding: 14px;
        margin-right: 16pt;
        margin-left: 16pt;
    }

    #aboutText {
        margin-right: 16pt;
        margin-left: 16pt;
        align-items: center;
    }

    #playText {
        margin-left: 64pt;
    }

    .photographyGallery,
    #miscGallery,
    #classytrashyGallery,
    #lovehateGallery,
    #nighttimeGallery,
    #pencilGallery,
    #reflectionsGallery,
    #transitionsGallery {
        padding-left: 16pt;
        padding-right: 16pt;
    }

    .menu-icon {
        display: block;
    }

    /* 
    #headerLinks {
        display: none;
    } */

    .bigGalleryPhotos {
        padding: 10pt;
    }

    #playText {
        margin-left: 64pt;
    }

    .bhnRainImgs {
        gap: 22pt;
    }

    #bannerTextImg {
        width: 250px;
    }

    #rainWrapper {
        padding-left: 16pt;
        padding-right: 16pt;
    }

    .bhnRainImgs {
        padding-left: 16pt;
        padding-right: 16pt;
        gap: 16pt
    }

    .video {
        margin-right: 16pt;
        margin-left: 16pt;
    }

}

@media (max-width: 700px) {
    #portrait {
        margin-left: 16pt;
    }
}

@media (max-width: 600px) {
    #aboutWrapper {
        height: auto;
    }
}

@media (max-width: 399px) {
    .linkThumbnailAbt {
        width: 200px;
        border-radius: 42px;
    }

    .linkThumbnailWide {
        width: 432px;
        height: 200px;
        border-radius: 42px;
    }
}



@media (min-width: 300px) and (max-width: 1304px) {

    .imageAndText,
    .imageAndTextPortal {
        flex-wrap: wrap;
    }
}

@media (min-width: 720px) and (max-width: 1199px) {
    #linksGrid {
        width: 712px;
    }
}

@media (min-width: 760px) {
    .menu-icon {
        display: none;
    }
}

@media (max-width: 760px) {
    .museumImgs2 {
        flex-direction: column;
        width: 100%;
        padding: 22pt;
    }

    .museumImgs3 {
        flex-direction: column;
        width: 100%;
        padding: 22pt;
        align-items: center;
    }

    .museumColumn {
        width: 100%;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .museumColumn3 {
        width: 100%;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }
}



@media (min-width: 762px) {
    .linkTextSmall {
        display: auto;
    }
}

/* @media (min-width: 889px) and (max-width: 1752px) {

    #placeholder1,
    #placeholder2 {
        display: none;
    }
} */

@media (min-width: 951px) and (max-width: 1814px) {

    #placeholderPhotoProject1,
    #placeholderPhotoProject2,
    #placeholderPhotoProject3,
    #placeholderPhotoProject4 {
        display: none;
    }
}

@media (min-width: 1752px) and (max-width: 2183px) {

    #placeholder1,
    #placeholder2,
    #placeholder3,
    #placeholder4 {
        display: none;
    }
}

@media (min-width: 2184px) {

    #placeholder1,
    #placeholder2,
    #placeholder3,
    #placeholder4 {
        display: auto;
    }
}

@media (max-width: 1751px) {

    #placeholder1,
    #placeholder2 {
        display: auto;
    }

    #placeholder3,
    #placeholder4 {
        display: none;
    }
}

@media (max-width: 1319px) {

    #placeholder1,
    #placeholder2,
    #placeholder3,
    #placeholder4,
    #placeholderPlay1,
    #placeholderPlay2 {
        display: none;
    }

}

/* @media (min-width: 1813px) and (max-width: 2245px) {
    #placeholderPhotoProject1 {
        display: none;
    }
}

@media (min-width: 1814px) and (max-width: 2247px) {

    #placeholderPhotoProject1,
    #placeholderPhotoProject2 {
        display: none;
    }
}

@media (min-width: 2678px) {

    #placeholderPhotoProject1,
    #placeholderPhotoProject2,
    #placeholderPhotoProject3,
    #placeholderPhotoProject4 {
        display: none;
    }
} */



@media (max-width: 1270px) {
    #aboutScreen {
        flex-wrap: wrap;
        margin: 12pt;
    }

    #portrait {
        width: 180px;
        height: 180px;
        padding: 14px;
        margin-left: 16pt;
    }

    #aboutText {
        margin-left: 16pt;
        margin-right: 16pt;
    }

    #aboutWrapper {
        height: auto;
    }
}

@media (max-width: 1305px) {

    .imageAndTextPortal,
    .imageAndText {
        justify-content: center;
    }
}

@media (max-width: 760px) and (min-width: 400px) {
    .linkThumbnailAbt {
        aspect-ratio: 1;
        width: 140px;
        border-radius: 30px;
    }

    .linkThumbnailWide {
        /* aspect-ratio: 2/1;
        */
        width: 304px;
        height: 140px;
        border-radius: 30px;
    }

    .linkImg {
        width: 140px;
        height: 120px;
        object-fit: cover;
        border-radius: 18px;
        position: absolute;
        transform: translateX(154px) translateY(10px);
    }

    .linkThumbnailAbt .linkText,
    .linkThumbnailWide .linkTextWide {
        color: black;
        position: absolute;
        transform: translateX(20px) translateY(75px);
        font-size: 12pt;
        text-align: left;
        font-weight: 500;
        cursor: url("img/link.svg"), auto;
    }

    /* .linkThumbnailAbt .linkTextSmall {
        display: none;
   } */
    .linkThumbnailAbt .linkGlpyh,
    .linkThumbnailWide .linkGlpyh {
        transform: translateX(30px) translateY(30px);
        width: 40px;
        height: 40px;
    }

    .linkThumbnailAbt .linkIconStyled,
    .linkThumbnailWide .linkIconStyled {
        position: absolute;
        transform: translateX(20px) translateY(20px);
        width: 60px;
        height: 60px;
        clip-path: path('M35.8262253,0 C44.2319734,0 47.2801008,0.875212905 50.3531166,2.51867978 C53.4261325,4.16214665 55.8378533,6.57386749 57.4813202,9.64688337 L57.6544613,9.97628503 C59.1578207,12.8894902 59.9696125,15.9525899 59.9991634,23.7285614 L60,35.8262253 C60,44.2319734 59.1247871,47.2801008 57.4813202,50.3531166 C55.8378533,53.4261325 53.4261325,55.8378533 50.3531166,57.4813202 L50.023715,57.6544613 C47.1105098,59.1578207 44.0474101,59.9696125 36.2714386,59.9991634 L24.1737747,60 C15.7680266,60 12.7198992,59.1247871 9.64688337,57.4813202 C6.57386749,55.8378533 4.16214665,53.4261325 2.51867978,50.3531166 L2.34553866,50.023715 C0.842179311,47.1105098 0.0303874578,44.0474101 0.000836648193,36.2714386 L0,24.1737747 C0,15.7680266 0.875212905,12.7198992 2.51867978,9.64688337 C4.16214665,6.57386749 6.57386749,4.16214665 9.64688337,2.51867978 L9.97628503,2.34553866 C12.8894902,0.842179311 15.9525899,0.0303874578 23.7285614,0.000836648193 L35.8262253,0 Z')
    }



}



/* KEYFRAMES  */

@keyframes grain {

    0%,
    100% {
        background-position-x: 0%;
        background-position-y: 0%;
    }

    10% {
        background-position-x: -5%;
        background-position-y: -10%;
    }

    20% {
        background-position-x: -15%;
        background-position-y: -5%;
    }

    30% {
        background-position-x: 7%;
        background-position-y: 25%;
    }

    40% {
        background-position-x: -5%;
        background-position-y: 25%;
    }

    50% {
        background-position-x: -15%;
        background-position-y: 10%;
    }

    60% {
        background-position-x: 5%;
        background-position-y: 0%;
    }

    70% {
        background-position-x: 0%;
        background-position-y: 15%;
    }

    80% {
        background-position-x: 3%;
        background-position-y: 35%;
    }

    90% {
        background-position-x: -10%;
        background-position-y: 10%;
    }
}

@keyframes moveRotate1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    20% {
        transform: translate(1px, -1px) rotate(2deg);
    }

    40% {
        transform: translate(-2px, -2px) rotate(4deg);
    }

    60% {
        transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(-4deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

/* Second animation (used for the 2nd image) */
@keyframes moveRotate2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    20% {
        transform: translate(-1px, 1px) rotate(-3deg);
    }

    40% {
        transform: translate(2px, 0px) rotate(4deg);
    }

    60% {
        transform: translate(-2px, 1px) rotate(-3deg);
    }

    80% {
        transform: translate(2px, -2px) rotate(2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

/* Third animation (used for the 3rd image) */
@keyframes moveRotate3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    20% {
        transform: translate(2px, 1px) rotate(4deg);
    }

    40% {
        transform: translate(-2px, -1px) rotate(-4deg);
    }

    60% {
        transform: translate(2px, 0px) rotate(5px);
    }

    80% {
        transform: translate(-1px, 2px) rotate(-4deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

/* Fourth animation (used for the 4th image) */
@keyframes moveRotate4 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    20% {
        transform: translate(-1px, -2px) rotate(2deg);
    }

    40% {
        transform: translate(2px, 1px) rotate(-2deg);
    }

    60% {
        transform: translate(-2px, -1px) rotate(4deg);
    }

    80% {
        transform: translate(1px, 2px) rotate(-2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes move-out {
    from {
        /* scale: 1; */

        opacity: 1;
        filter: blur(0px);
    }

    to {
        /* scale: 1; */

        opacity: 0;
        filter: blur(0px);
    }

}

@keyframes move-in {
    from {
        scale: 0.4;
        /* position: absolute; */
        /* transform: translate(-285px, 221px); */
        opacity: 0;
        /* filter: blur(10px); */
    }

    to {
        scale: 1;
        /* transform: translate(0,0); */
        opacity: 1;
        /* filter: blur(0px); */
    }

}


footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;


    box-sizing: border-box;
    margin-bottom: 24pt;
    margin-left: 32pt;
    margin-right: 32pt;
    /* mask-image: url("img/link mask.svg");
     */
    border-radius: 36px;
    /* position: relative; */
    background: #FFFFFF;
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.03), 0 3px 6px -3px rgba(0, 0, 0, 0.05), inset 0 -3px 3px -1px #FFFFFF, inset 0 2px 7px -1px rgba(255, 255, 255, 0.50), inset 0 -12px 43px -3px rgba(0, 0, 0, 0.01);
    overflow: hidden;
    transition: scale 0.3s, box-shadow 0.3s, opacity 0.3s;
    transition-timing-function: ease-out;

    @starting-style {
        opacity: 0;
        scale: 0.95;
    }
}

.footerIconRetro {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: scale 0.3s, box-shadow 0.3s, opacity 0.3s;
    padding: 6pt;
}

.footerIconRetro:hover {
    scale: 1.1;
}

.footerIconRetro:active {
    scale: 0.8;
}

.footerIconImg,
.footerIconImgRetro {
    width: 60px;
    margin-bottom: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: scale 0.3s, box-shadow 0.3s, opacity 0.3s;
}

#footerCopywrite {
    display: flex;
    flex-direction: column;
    margin-left: 32pt;

    /* margin-bottom: 24pt; */
}

#footerCopywriteText {
    margin-top: 4px;
    margin-bottom: 0;
}

#footerLogo {
    width: 36px;
    /* padding: 22pt; */
    scale: 1;
    transition: scale 0.3s;
}

#footerIcons {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 16pt;
    height: 70px;
    margin-top: 24pt;
    margin-bottom: 24pt;
}

@media (max-width: 900px) {
    footer {
        justify-content: center;
    }

    #footerIcons {
        width: 100%;
        justify-content: space-between;
        margin-left: 24pt;
        margin-right: 24pt;
    }

    #footerCopywrite {
        width: 100%;
        margin-top: 24pt;
    }
}

@media (max-width: 800px) {
    .footerIconRetro {
        width: 60px
    }

    .footerIconImgRetro {
        width: 60px
    }

    .footerIconImg {
        width: 60px
    }
}

@media (max-width: 800px) {
    .footerIconRetro {
        width: 60px
    }

    .footerIconImgRetro {
        width: 60px
    }

    .footerIconImg {
        width: 60px
    }
}

#footerInstagram:hover #footerInstagramFlat {
    opacity: 0;
}

#footerYT:hover #footerYTFlat {
    opacity: 0;
}

#footerTiktok:hover #footerTiktokFlat {
    opacity: 0;
}

#footerMastodon:hover #footerMastodonFlat {
    opacity: 0;
}

#footerStore:hover #footerStoreFlat {
    opacity: 0;
}


#footerBluesky:hover #footerBlueskyFlat {
    opacity: 0;
}


.footerLink {
    font-size: 12pt;
    font-weight: 400;
    color: black;
    opacity: 0.6;
    scale: 0.98;
    transition: opacity 0.3s, scale 0.3s;
    z-index: 3;
    padding: 8pt;
    transform: scale 0.3s, opacity 0.3s
}

.footerLink:hover {
    opacity: 1;
    scale: 1;
}

.footerLink:active {
    scale: 0.8;
}

/* 
@media (max-width: 590px) {

    footer {
        display: none;
    }
} */

@media (max-width: 400px) {
    #playText {
        margin-left: 24pt;
    }
}