@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');

/* font import */
/* @font-face {
    font-family: 'Material Symbols Sharp';
    src: url("../font/googleFontSharp.ttf");
    font-style: normal;
}

@font-face {
    font-family: 'Material Symbols Rounded';
    src: url("../font/googleFontRounded.ttf");
    font-style: normal;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    src: url("../font/googleFontOutlined.ttf");
    font-style: normal;
} */

@font-face {
    font-family: 'DSEG';
    src: url("../font/DSEG7Classic-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'monocraft';
    src: url("../font/Monocraft.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monocraft';
    src: url("../font/Monocraft-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'monocraft';
    src: url("../font/Monocraft-Bold-Italic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'monocraft';
    src: url("../font/Monocraft-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'monocraft';
    src: url("../font/Monocraft-Light.ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'monocraft';
    src: url("../font/Monocraft-Light-Italic.ttf");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'monocraft';
    src: url("../font/Monocraft-Black.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'monocraft';
    src: url("../font/Monocraft-Black-Italic.ttf");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'miracode';
    src: url("../font/Miracode.ttf");
    font-weight: inherit;
}


:root{
    scale: 1;
    text-rendering: optimizeLegibility;
}

::selection {
    color: #eee !important;
    background: var(--h2-color);
}

html{
    --version: "1.5";
    --mobileVersion: "2.0"
}

/* *{
    outline: solid 0.25rem hsla(210, 100%, 100%, 0.5) !important; 
} */

.debug, #footerDebug{
    /* display: block; */
    display: none;
    margin-top: 15px;
}

#version::before{
    content: var(--version);
}

#mobileVersion::before{
    content: var(--mobileVersion);
}

/* DARK MODE COLORS */
body{
    --bg-color: #0e0e0e;
    --default-text-color: #eee;
    --box-color: #11151dc6;
    --box-border-color: #3a3a3a;
    --title-color: #58bfffba;
    --navlink-hover-color: #eeeeee4d;
    --h2-color: #4698cc;
    --h3-color: #e4da6a;
    --h2icon-color: #e4da6a;
    --a-color: #bec8e9;
    --a-hover: #d6dae9;
    --sideline-color: #929292;
    --subtitle-color: #afafaf;
    --scrollingtexthome-color: #929292;
    --scrollingtexthome-hover-color: #a3a3a3;
    --uk-color: #ffffff79;
    --button-color: #303030;
    --button-hover-color: #dddddd74;
    --modrinth-button-color: #3d3d3d;
    --blur-color: #fff;
    --theme-button-text: "☀";
    --theme-button-text-color: #e4da6a;
}

/* LIGHT MODE COLORS */
body.light {
    --bg-color: #f2f2f2;
    --default-text-color: #181818;
    --box-color: #e4e5ebc6;
    --box-border-color: #5a5a5a;
    --title-color: #58bfffba;
    --navlink-hover-color: #eeeeee4d;
    --h2-color: #4698cc;
    --h3-color: #ee940e;
    --h2icon-color: #ee940e;
    --a-color: #3636b8;
    --a-hover: #8a8ad8;
    --sideline-color: #313131;
    --subtitle-color: #464646;
    --scrollingtexthome-color: #303030;
    --scrollingtexthome-hover-color: #535353;
    --uk-color: #08080879;
    --button-color: #303030;
    --button-hover-color: #30303074;
    --modrinth-button-color: #413e3e;
    --blur-color: #000000;
    --theme-button-text: "☽";
    --theme-button-text-color: #2e2e2e;
}

@media (prefers-color-scheme: light) {
    /* DARK MODE COLORS */
    body.dark{
        --bg-color: #0e0e0e;
        --default-text-color: #eee;
        --box-color: #11151dc6;
        --box-border-color: #3a3a3a;
        --title-color: #58bfffba;
        --navlink-hover-color: #eeeeee4d;
        --h2-color: #4698cc;
        --h3-color: #e4da6a;
        --h2icon-color: #e4da6a;
        --a-color: #bec8e9;
        --a-hover: #d6dae9;
        --sideline-color: #929292;
        --subtitle-color: #afafaf;
        --scrollingtexthome-color: #929292;
        --scrollingtexthome-hover-color: #a3a3a3;
        --uk-color: #ffffff79;
        --button-color: #303030;
        --button-hover-color: #dddddd74;
        --modrinth-button-color: #3d3d3d;
        --blur-color: #fff;
        --theme-button-text: "☀";
        --theme-button-text-color: #e4da6a;
    }

    /* LIGHT MODE COLORS */

    body {
        --bg-color: #f2f2f2;
        --default-text-color: #181818;
        --box-color: #e4e5ebc6;
        --box-border-color: #5a5a5a;
        --title-color: #58bfffba;
        --navlink-hover-color: #eeeeee4d;
        --h2-color: #4698cc;
        --h3-color: #ee940e;
        --h2icon-color: #ee940e;
        --a-color: #3636b8;
        --a-hover: #8a8ad8;
        --sideline-color: #313131;
        --subtitle-color: #464646;
        --scrollingtexthome-color: #303030;
        --scrollingtexthome-hover-color: #535353;
        --uk-color: #08080879;
        --button-color: #303030;
        --button-hover-color: #30303074;
        --modrinth-button-color: #413e3e;
        --blur-color: #000000;
        --theme-button-text: "☽";
        --theme-button-text-color: #2e2e2e;
    }

    body #listeningtitle{
        filter: brightness(0.8);
    }

    body #listeningtitle.sparking{
        color: var(--h3-color) !important;
        filter: brightness(1);
    }

    body .socials{
        filter: brightness(0.8);
    }

    #themebutton::before {
        content: var(--theme-button-text);
    }
    
    body.dark #steam, #letterboxd, #curseforge, #modrinth, #twitch, #youtube, #github, #spotify, #twitter, #bluesky, #instagram{
        filter: brightness(1) !important;
    }

    #steam, #github, #spotify, #twitter, #bluesky{
        filter: brightness(.95) !important;
    }
    
    body #listeningtitle {
        filter: brightness(80%);
    }

    body #listeningtitle.sparking{
        color: var(--h3-color) !important;
        filter: brightness(1);
    }

    body.dark .terminalStyle h3#subtitle{
        color: black !important;
    }

    .terminalStyle h3#subtitle{
        color: white !important;
    }
}




body.dark{
    --theme-button-text: "☀";
}

body.light{
    --theme-button-text: "☽";
}

.iconSharp{
    font-family: Material Symbols Sharp;
    font-variation-settings: 
    'FILL' 0,
    'wght' 700,
    'GRAD' 200,
    'opsz' 48;    
}

.iconRounded{
    font-family: Material Symbols Rounded;
    font-variation-settings: 
    'FILL' 1,
    'wght' 700,
    'GRAD' 200,
    'opsz' 48;
}

.iconOutlined{
    font-family: Material Symbols Outlined;
    font-variation-settings: 
    'FILL' 1,
    'wght' 700,
    'GRAD' 200,
    'opsz' 48;
}

#bg{
    z-index: -99999;
    background-size: cover;
    image-rendering: pixelated;
    background-color: var(--bg-color);
    width: 100%;
    position: absolute;
}

#themebutton{
    font-family: 'monocraft';
    font-size: 1.2em;
    padding: 7px;
    padding-right: 12px;
    border: 2px solid var(--box-border-color);
    background-color: var(--box-color);
    color: var(--theme-button-text-color);
    border-radius: 3px;
    text-align: center;
}

#themebutton:hover{
    background-color: var(--button-hover-color);
    cursor: pointer;
}

.themebuttondiv{
    position: absolute;
    transform: translateX(722px);
    /* padding-left: 735px; */
    z-index: 89;
}

.fontbuttondiv{
    position: absolute;
    transform: translateX(10px);
    z-index: 99;
}

.monocraft{
    font-family: 'monocraft';
    box-sizing: content-box;
    font-family: 'monocraft' !important;
    font-size: 1.2em;
    padding: 5px;
    width: 20px;
    outline: 2px solid var(--box-border-color);
    background-color: var(--bg-color);
    color: var(--default-text-color);
    border-radius: 3px;
    text-align: center;
    user-select: none;
}

.monocraft:hover, .tiktok:hover{
    background-color: var(--button-hover-color);
    cursor: pointer;
}

.fontbuttonsideline{
    position: absolute;
    min-width: 300px;
    text-indent: 40px;
    transform: translateY(8px);
    z-index: -1;
}

.tiktok{
    display: none;
    box-sizing: content-box;
    font-size: 1.2em;
    padding: 5px;
    width: 20px;
    outline: 2px solid var(--box-border-color);
    background-color: var(--bg-color);
    color: var(--default-text-color) !important;
    border-radius: 3px;
    text-align: center;
    user-select: none;
    font-family: 'TikTok Sans' !important;
}

#themebutton::before {
    content: var(--theme-button-text);
}

#themeSelect{
}

select#themeSelect {
    font-family: inherit;
    box-sizing: content-box;
    font-size: 1.2em;
    padding: 5px;
    width: 20px;
    padding-right: 10px;
    border: none;
    outline: 2px solid var(--box-border-color);
    background-color: var(--bg-color);
    color: var(--default-text-color);
    border-radius: 3px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 2px;
    text-overflow: '';
}

select#themeSelect:hover{
    background-color: var(--button-hover-color);
    cursor: pointer;
}

#themeSelect option{
    font-family: 'monocraft' !important;
    background-color: var(--bg-color) !important;
    text-align: center;
}

#themeSelect option:hover{
    background-color: var(--button-color) !important;
}

.themebuttondiv:has(.select select option[value="auto"]:checked){
    transform: translateX(691px);
}

select:has(>option[value="auto"]:checked){
    width: max-content !important;
}

body {
    display: block;
    background-color: var(--bg-color);
    font-family: 'monocraft';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    color: var(--default-text-color);
    -webkit-font-smoothing: none;
    image-rendering: pixelated;
    overflow-x: hidden;
    height: 100%;
    font-size: 0.9em;
    animation: bodyload 1.5s ease-in-out;
    margin-top: 0px;
    margin-bottom: 0px;
    filter: none;
    /* transition: background-color 555ms; */  
  
}

div {
    display: block;
    unicode-bidi: isolate;
}

.loading{
    opacity: 0;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: color-mix(in srgb, var(--bg-color) 50%, transparent);
    animation: newBodyLoad 1.8s ease-out;
}

.loading #loadingGolem{
    height: 100vh;
    float: right;
}

.loading svg{
    display: block;
    margin: auto;
    padding-top: 100px;
}

#container{
    width: 900px;
    margin: 0 auto;
    padding-top: 8px;
}

#basicpage{
    margin-left: 10px;
    margin-right: 20px;
    width: 900px;
    margin: 0 auto;
    overflow: wrap !important;
    padding-top: 8px;
}

.h3totitleShine {
    background: linear-gradient(to right, var(--default-text-color) 20%, var(--h3-color) 30%, var(--title-color) 70%, var(--default-text-color) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 500% auto;
    animation: textShine 2s ease-in-out infinite alternate;
    user-select: none !important;
}

.subtitletotitleShine {
    background: linear-gradient(to right, var(--subtitle-color) 20%, var(--h3-color) 30%, var(--title-color) 70%, var(--subtitle-color) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 500% auto;
    animation: textShine 6s ease-in-out infinite alternate;
    user-select: none !important;
}

.subtitleNew {
    background: linear-gradient(to right, var(--subtitle-color) 20%, red 30%, var(--subtitle-color) 70%, var(--subtitle-color) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 500% auto;
    animation: textShine 8s ease-in-out infinite alternate;
    user-select: none !important;
    text-decoration: none !important;
    position: absolute;
    float: right;
    font-size: .7em !important;
    transform: translate(0px, -4px);
}

.navlink:hover > .subtitleNew {
    background: linear-gradient(to right, var(--subtitle-color) 20%, red 30%, var(--subtitle-color) 70%, var(--subtitle-color) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 500% auto;
    animation: textShine 2s ease-in-out infinite alternate;
    user-select: none !important;
    text-decoration: none !important;
    position: absolute;
    float: right;
    transition: all 333ms;
    transform: translate(-6px, -4px);
}

.animationReverse{
    animation-direction: reverse !important;
}

.bouncy {
    animation: bounce 1.2s ease-in-out infinite alternate;
    display: inline-block;
}

.clickable:hover{
    cursor: pointer;
}

#changelogHoverEffects:hover{
    animation: h2icon .5s ease-in-out infinite alternate;
}

#changeLogDate {
    vertical-align: middle;
    /* display: table-cell; */
    color: var(--default-text-color);
}

.changeLogDate{
    vertical-align: middle;
    /* display: table-cell; */
    color: var(--default-text-color);
}

td#important{
    width: 900px
}

td#main{
    width: 675px;
    vertical-align: baseline;
}

#mainp{
}

td#menu{
    max-width: 225px !important;
    width: 225px !important;
    vertical-align: baseline;
}

.title {
    text-align: center;
    font-weight: bold;
    font-size: 4em;
    animation: flicker 1.4s linear infinite;
    margin-top: 30px;
    margin: 0;
    background: linear-gradient( to bottom, #000, #000 60%, #ccc 60%, #ccc );
    background-color: black;
    background-clip: text;
    background-size: 100% 35px;
}

.title a{
    color: var(--title-color) !important;
}

.title a:hover{
    text-decoration: none;
    color: var(--title-color) !important;
    /* filter: opacity(0.7); */
    animation: flicker 0.7s linear infinite;
}

.title:hover{
    animation: flicker 0.7s linear infinite;
}

span#titleA{
    display: inline-block;

}

span#titleR{
    display: inline-block;

}

span#titleG{
    display: inline-block;

}

span#titleI{
    display: inline-block;

}

span#titleL{
    display: inline-block;

}

#onlineCheck{
    font-size: 1.4em !important;
    margin-bottom: 0px !important;
}

#lastLoggedOff {
    font-size: 75%;
    margin-top: -2px;
}

#lastLoggedOff:hover{
    color: color-mix(in srgb, var(--h3-color) 75%, var(--default-text-color));
}

.header{
    /* padding-bottom: 30px;
    border-bottom: 3px solid var(--box-border-color);  for furture ref this looked bad so i removed it lol*/
}

footer {
    padding-top: 10px;
    margin-bottom: 25px;
    margin-top: 2.5vh;
    text-align: center;
    opacity: 80%;
    font-size: 80%;
    height: 10px;
    bottom: 0;
}

.online {
    color: #22b143;
}

.away {
    color: var(--h3-color);
}

.offline{
    color: #df0000;
}

.online:hover{
    color: #29ca4f;
}

.away:hover{
    color: color-mix(in srgb, var(--h3-color) 75%, var(--default-text-color));  
}

.offline:hover{
    color: #ff0000;
}

.bold {
    font-weight: bold;
}

.italic{
    font-style: italic;
}

#ebgWiki{
    /* background-image: url("../img/evenbettergui/cover_blurred.png");
    background-size: cover;
    background-repeat: no-repeat; */
}

#playing {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

#onlineCheckLoading{
    color: var(--default-text-color);
}

#gameArt {
    width:  65px;
    height: auto;
    float: left;
    z-index: 100;
    position: absolute;
    transform: translate(-86px, 3px);
    border: none;
    outline: solid 2px var(--h2-color);
}

#gameName{
    font-weight: bold;
    white-space: nowrap;
    z-index: -5;
    font-size: .8em;
}

#playingInfo{
    font-size:calc(80% + .1em);
    text-align: left;
    padding-top: 5px;
    margin-left: 0px;
    padding-bottom: 2px;
    width: 100%;
    transition: background-color 222ms;
    overflow-wrap: break-word;
    min-height: 95px !important;
}

#achievements{
    font-size:calc(80% + .1em);
    text-align: left;
    padding-top: 5px;
    margin-left: 1px;
    padding-bottom: 5px;
    width: 100%;
    transition: background-color 222ms;
    overflow-wrap: break-word;
    padding-top: 36px;
}

#achievementLinkHome{
    background-color: var(--button-color);
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 60%, transparent);
    color: #eee;
    margin: 3px;
    padding: 5px;
    font-size: .8em;
}

#achievementLinkHomeAwardLeft{
    width: 30px;
    outline: none !important;
    background-color: #00000000 !important;
    float: left;
}

#achievementLinkHomeAwardRight{
    width: 30px;
    outline: none !important;
    background-color: #00000000 !important;
    float: right;
}

.linkBox:hover > #achievementLinkHome{
    background-color: var(--button-hover-color);
    /* color: color-mix(in srgb, var(--default-text-color) 10%, var(--blur-color)); */
    color: #eee;
}


#achievementsTitle{
    font-weight: bold;
    text-decoration: underline;
}

#achievementsUnlocked{
    font-size: calc(65% + .1em);
}

#achievementsUnlockedPercentage{
    font-size: calc(65% + .1em);
    color: var(--sideline-color);
}

#achievementBarProgress {
    margin-left: 3px;
    width: calc(100% - 8px);
    background-color: #929292;
    border-radius: 1px;    
}

#onlineGame{
    /* display: inline-block; */
    display: none;
    margin-right: 20px;
    padding-top: 15px;
}

#onlineGame .gameEntry > .gameUrlWrapper .gameImg{
    outline: solid 4px var(--h2-color) !important;
}

#onlineGame .gameEntry#perfect > .gameUrlWrapper .gameImg{
    outline: solid 4px #ffdc30 !important;
    animation: glow .8s infinite ease-in-out alternate;
}

.currentlyPlayingH3 { 
    min-width: 125px !important; 
    width: 125px !important;
    max-width: 125px !important;
    transform: translate(5%,-235px);
    font-size: .7em;
    padding: 3px;
    color: #272727;
    background-color: #3ad449;
    /* background-image:linear-gradient(to left, #3d4450 0% 20%, #1a9fff 20% 100%); */
    position: absolute;
    animation: pulse 3s infinite alternate-reverse ease-in-out;
}

#achievementOverviewBox{
    /* margin-top: 10px */
}

.linkBox #achievementOverviewBoxes{
    vertical-align:top;
    /* display: inline-block; */
}

#achievementOverviewBoxes{
    vertical-align:top;
}

#achievementBar {
    margin-top: 2px;
    width: 1%;
    height: 4px;
    background-color: #4698cc;
    border-radius: 1px;
}

#gameLink{
    text-decoration: none;
    color: var(--default-text-color);
}

#gameLink:hover > #gameArt{
    filter: brightness(110%);
}

#gameLink:hover {
    font-weight: 600;
}

#gameLink:hover > #playingInfo span#twoWeekHrs{
    color: var(--h3-color) !important;
}

#gameLink:hover > #playingInfo span#onRecordHrs{
    color: var(--h2-color) !important;
}

#gameLink:hover > #playingInfo #gameName{
    font-weight: 900;
    text-decoration: underline !important;
    text-decoration-color: var(--h2-color) !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 1px;
}

#gameLink:hover > #playingInfo{
    background-color: color-mix(in srgb, var(--button-hover-color) 30%, transparent); 
}

#weekHrInfo{
    display: none;

}

#onRecordHrInfo, #weekHrInfo{
    font-size: .8em;
    margin-left: 75px;
}

#onRecordHrInfo, #weekHrInfo{
    font-size: .75em;
}

#titleLink:hover span.titleTilt {
    animation: flicker 0.4s linear infinite;
    transform: skew(-10deg);
    filter: brightness(75%);
    background: linear-gradient( to bottom, #000, #000 60%, #ccc 60%, #ccc );
    background-color: black;
    background-clip: text;
    background-size: 100% 35px;
}

#badgeRoll{
    margin-right: 10px;
    margin-left: 10px;
}

#badgeRoll marquee a:hover{
    filter: brightness(110%);
}

.subtitleMain {
    text-align: center;
    font-size: 1.5em;
    padding: 0;
    margin-bottom: -12px;
    user-select: none;
}

.subtitleMain:hover{
    cursor: pointer;
    transition: all 1s;
}

img {
    background-color: color-mix(in srgb, var(--button-color), transparent);
}

.sideways {
    position: absolute;
    text-orientation: sideways; 
    writing-mode: vertical-rl;
    transform: translateX(1200%);
}

.navlink{
    display: inline-block;
    margin-bottom: 3px;
    padding-left: 0;
    font-size: 1em;
}

.navlink:hover{
    background: var(--default-text-color) -webkit-linear-gradient(left, #3f3f3f, var(--default-text-color)) no-repeat 0 0 / 30px;
    background-clip: text;
    -webkit-text-fill-color: var(--navlink-hover-color);
    animation: links 1.3s ease;
    animation-fill-mode: both;
}

.navlink abbr{
    text-decoration: none;
}

hr {
    border: 0;
    border-top: 3px solid var(--button-color);
    max-width: 1300px;
	width: 100%;
}

table{
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 10px;
}

table#tabletop{
    margin-bottom: -25px;
}

tbody{
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr{
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}

table#wiki{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

table#wiki td, th {
    border: 2px solid var(--subtitle-color);
    text-align: left;
    padding: 8px;
}

table#wiki img{
    max-width: 100%;
}

#wikiVanillaCollage img{
    height: 200px;
    image-rendering: auto !important;
}

.box{
    background-color: var(--box-color);
    outline: 2px solid var(--box-border-color);
    border-radius: 4px;
    color: var(--default-text-color);
    padding: 10px 15px;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* box-sizing: border-box !important; */
    transition-property: outline, background-color;
    transition: 333ms;
}

.box:hover{
    outline-color: var(--title-color);
    background-color: color-mix(in srgb, var(--box-color) 92%, var(--button-hover-color));
    /* box-shadow: 0 0 3px var(--title-color), -2px 0 3px var(--title-color), 2px 0 3px var(--title-color);      */
    /* scale: 1.; */
    transition-property: outline, background-color;
    transition: 333ms;
}

.box:target {
    outline-color: var(--title-color);
    background-color: color-mix(in srgb, var(--h2-color) 10%, var(--box-color));
}

.box:target:hover{
    outline-color: color-mix(in srgb, var(--h2-color) 80%, var(--default-text-color));
    transition: outline .2s;
}

.box#importantbox:hover{
    outline: 2px solid #ff0000e7 !important;
    box-shadow: none !important;
    transition: none 0s !important;
}

.scrollable{
    overflow-y: scroll;
    height: 200px;
}

.scrollable#myScrollableTimersSection{
    overflow-y: scroll;
    min-height: 0px;
    height: auto;
    max-height: 114px;
    width: 100%;
}

.textCentered {
    text-align: center;
}

.textItalic {
    font-style: italic;
}

.textBold {
    font-weight: 600;
}

.textBoldest, .textBolder {
    font-weight: 600;
}

/* drop downs */

.dropdownContent {
    display: none;
}

.showDropdown {
    display: block;
}

.dropdownBtnText{
    --dropdownBtn-text: "↓";
}

.dropdownBtnTextUp{
    --dropdownBtn-text: "↑";
}

.dropdownBtn::before{
    content: var(--dropdownBtn-text);
}

.dropdownBtn{
    font-family: 'monocraft';
    font-size: 1.2em;
    padding: 7px;
    margin-left: 10px;
    border: 2px solid var(--box-border-color);
    background-color: var(--box-color);
    color: var(--default-text-color);
    border-radius: 5px;
    float: right;
    text-align: center;
}

.dropdownBtn:hover{
    cursor: pointer;
}

#dropdownBtnId:hover{
    font-weight: 900;
    animation: dropdownBtnAnim 2s infinite;
}

#timerInputsButton{
    height: 15px;
}

#timerInputsButton .dropdownBtn{
    width: 100%;
    height: 20px;
    font-size: .7em;
    padding: 2px;
}

#timerInputsButton .dropdownBtnText{
    --dropdownBtn-text: "↓ show timer options ↓";
}

#timerInputsButton .dropdownBtnTextUp{
    --dropdownBtn-text: "↑ hide timer options ↑";
}

#timerInputsButton #dropdownBtnId:hover{
    font-weight: 900;
    animation: none 2s infinite;
}

#timerInputsButton .dropdownBtn::before{
    content: var(--dropdownBtn-text);
}


#centerbox{
    text-align: center;
}

h2{
    color: var(--h2-color);
    font-weight: bold;
    font-size: 1.3em;
    animation: 0.3s;
    padding: 0;
    margin-top: 0;
    margin-bottom: 3px;
}

#menu .box h2{
    font-size: 1.2em;
}

#h2icon:hover, #previousProjectH2Icon:hover{
    color: var(--h2icon-color);
    animation: h2icon ease-in-out 0.3s;
}

.box#scnd h2 {
    /* font-size: 1.2em; */
    width: 225px;
}

.box#timerBox h2{
    width: 225px;
}

.box#scnd p{
    font-size: .8em;
}

.box#scnd #button{
    font-size: 1em;
}

h2#welcome #dotdev{
    display: inline;
}

h2#welcome:hover #dotdev{
    display: none;
}

h2#welcome #dotdots{
    display: none;
}

h2#welcome:hover #dotdots{
    display: inline;
}

#importantbox{
    outline: 2px solid #ff0000ab;
}

#importantbox #importanth2:hover{
    background: linear-gradient(to right, var(--h2-color) 20%, #ff0000 30%, var(--title-color) 70%, var(--h2-color) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 500% auto;
    animation: textShine 2s ease-in-out infinite alternate;
    user-select: none !important;
}

#importantbox p{
    font-size: 1.05em;
}

#ytembed{
    width: 384px;
    height: 216px;
    float: left;
    margin-right: 20px;
}

#ytembed iframe{
    width: 384px;
    height: 216px;
    outline: 2px solid var(--default-text-color);
}

#newbadge{
    float: right;
    background: #ff0000ee;
    padding: 5px;
    margin: -3px;
    border-radius: 4px;
    color: var(--default-text-color);
    font-size: 1em;
    transform: scale(1);
    text-align: center;
    color: #eee;
    outline: 2px solid #eee;
}

#newbadge:hover{
    color: #fff;
    outline: 2px solid #fff;

}

.previousProjectTitle #newbadge{
    width: 60px;
    opacity: 100%;
    transform: rotate(25deg) translateX(-105px) translateY(-150px);
    padding: 2px;
    border-radius: 2px;
    position: absolute;
    transition: opacity 133ms, transform 333ms;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

#iconBadge{
    float: right;
    background: color-mix(in srgb, #7a7a7aee 70%, var(--box-color));;
    padding: 5px;
    margin: -3px;
    border-radius: 4px;
    color: var(--default-text-color);
    font-size: .8em;
    transform: scale(1);
    text-align: center;
    color: #eee;
    outline: 2px solid #eee;
    user-select: none;
}

#iconBadge:hover{
    cursor: pointer;
}

#setup #iconBadge{
    transform: translateY(-15px);
}

#achievementOverviewH2 span#iconBadge{
    float: right;
    background: color-mix(in srgb, #66c0f4 70%, var(--box-color));;
    padding: 5px;
    margin: -3px;
    border-radius: 4px;
    color: var(--default-text-color);
    font-size: .8em;
    transform: scale(1);
    text-align: center;
    color: #eee;
    outline: 2px solid #eee;
}

#achievementOverviewH2 span#iconBadge a{
    color: #d7d7d7;
}

#releaseBadge{
    float: right;
    background: #22b143ee;
    padding: 5px;
    margin-inline-end: 5px;
    padding-top: 6px;
    border-radius: 4px;
    color: var(--default-text-color);
    font-size: 1em;
    margin-top: 3px;
    transform: scale(1);
    text-align: center;
    font-weight: normal !important;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 40%, transparent);
}

#betaBadge{
    float: right;
    background: #df0000ee;
    padding: 5px;
    padding-top: 6px;
    border-radius: 4px;
    color: var(--default-text-color);
    font-size: 1em;
    margin-top: 3px;
    transform: scale(1);
    text-align: center;
    font-weight: normal !important;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 40%, transparent);
}

#gifBox:hover > div#randGif{
    filter: brightness(110%);
}

#gifBox:hover > h2 span#gifs{
    display: none;
}

#gifBox:hover > h2 span#webp{
    display: inline-block;
}

#webp{
    display: none;
}

#randGif{
    margin-top: 12px;
    margin-left: 8px;
}

#randGif:hover{
    cursor: pointer;
}

#randGif img:hover{
    filter: none !important;
}

div#badges{
    position: relative;
    float: right;
    margin-left: 5px;
    font-size: .8em;
    /* color: #eeeeee; */
}

td#menu .box h2 #iconBadge, td#menu .box h2 #betaBadge, td#menu .box h2 #releaseBadge, td#menu .box h2 #newbadge {
    margin-right: 17%;
}

#mcbadge{
    float: right;
    background: color-mix(in srgb, #46791dee 70%, var(--box-color));
    padding: 5px;
    margin: -3px;
    border-radius: 4px;
    font-size: 1em;
    transform: scale(1);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 40%, transparent);
}

#sfbadge{
    float: right;
    background: color-mix(in srgb, #fa9549ee 70%, var(--box-color));
    padding: 5px;
    margin: -3px;
    border-radius: 4px;
    font-size: 1em;
    transform: scale(1);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 40%, transparent);
}

#infobadge{
    float: right;
    background: color-mix(in srgb, #7a7a7aee 70%, var(--box-color));
    padding: 5px;
    margin: -3px;
    border-radius: 4px;
    font-size: 1em;
    transform: scale(1);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 40%, transparent);
}

.chromeBadge {
    background: rgb(26,115,232);
    background: linear-gradient(90deg, rgba(26,115,232,.80) 0%, rgba(26,115,232,.80) 25%, rgba(226,58,46,.80) 25%, rgba(226,58,46,.80) 41%, rgba(226,58,46,.80) 50%, rgba(251,191,18,.80) 50%, rgba(251,191,18,.80) 76%, rgba(39,152,71,.80) 76%, rgba(39,152,71,.80) 100%) !important; 
}

.firefoxBadge {
    background: color-mix(in srgb, #e66000ee 70%, var(--box-color)) !important;
}

h3{
    font-size: 1.1em;
    margin-top: 8px;
    padding: 0;
    margin-bottom: 5px;
    color: var(--h3-color);
}

p {
    margin-top: 10px;
    unicode-bidi: isolate;
    color: var(--default-text-color);
    margin-bottom: 0;
}

ul{
    margin-block-start: 3px;
    list-style-position: outside;
    padding-inline-start: 30px;
    margin-bottom: 0;
}

.devNotes{
    font-size: 1.1em;
    color: var(--subtitle-color);
}

li{
    list-style-type: "⏺ ";
    text-align:justify;
}

ul ul li{
    font-size: 90% !important;
    list-style-type: "○ ";
}

#UK{
    background:url(../img/Flag_of_the_United_Kingdom_Square.svg.png);
    background-size: cover;
    background-clip: text;
    color: var(--uk-color);
}

#sideline{
    color: var(--sideline-color);
    font-size: 80%;
}

#censored{
    filter: blur(1.4px);
    color: var(--blur-color) !important;

    -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
            -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently */
}

#censored:hover{
    cursor: not-allowed;
}

sub{
    font-size: 80%;
}

sup{
    font-size: 80%;
}

#listeningSubtitle, #subtitle{
    font-size: .8em;
    color: var(--subtitle-color);
    margin: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

#achievementsSubtitle{
    font-size: .8em;
    color: var(--subtitle-color);
    margin: 0;
}

img#logo{
    width: 133px;
    outline: .3em dotted var(--h2-color);
    margin: 10px 10px 5px 0px;
    float: left;
}

.box#comingsoonBox:hover{
    pointer-events: none !important;
    outline: 2px solid var(--box-border-color);
    
}

.comingsoon{
    user-select: none !important;
    opacity: 50%;
    filter: grayscale();
    pointer-events: none !important;
}

.comingsoonText {
    user-select: none !important;
    color: var(--default-text-color);
    opacity: 100%;
    z-index: 100000;
    line-height: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    margin-top: -16px;
    
}

.comingsoonText p{
    text-shadow: 1px 1px 2px var(--h2-color), 0 0 1em var(--h2-color), 0 0 0.2em var(--h2-color);
    font-size: 3em;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(500%);
}

div.box img{
    outline: 4px solid var(--h2-color);
    margin-left: -3px;
}

div.box img:hover{
    filter: brightness(110%);
}

.viewerjs img{

}

.viewerjs img:hover{
    cursor: zoom-in;
}

div.box img#left{
    float: left;
    margin: 5px 10px 5px 0px;
}

div.box img#right{
    float: right;
    margin: 5px 10px 5px 0px;
}

.modrinthDownload{
    background-color: var(--modrinth-button-color);
    color: #00af5c;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 60%, transparent);
}

.modrinthDownload:hover{
    color: #04d574;
    text-decoration: underline;
    background-color: var(--button-hover-color);
}

.modrinthDownload:active{
    scale: 0.97;
    transition: 150ms;
    transition-property: scale;
}

.ficsitDownload{
    background-color: var(--modrinth-button-color);
    color: #ff6f00;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 60%, transparent);
}

.ficsitDownload:hover{
    color: #fc9d55;
    text-decoration: underline;
    background-color: var(--button-hover-color);
}

.button{
    background-color: var(--button-color);
    color: #cccccc;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 60%, transparent);
    transition-property: scale;
}

.button:hover{
    color: #eee;
    text-decoration: underline;
    background-color: var(--button-hover-color);
}

.button:active{
    scale: 0.97;
    transition: 150ms;
    transition-property: scale;
}

#timerBox input{
    background-color: var(--button-color);
    color: #cccccc;
    font-weight: bold;
    margin-top: 5px;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 60%, transparent);
    width: 165px;
    margin-left: 5px;
}

#timerBox button{
    background-color: var(--button-color);
    color: #cccccc;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block ;
    border-radius: 3px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 60%, transparent);
    margin-left: 5px;
    margin-right: -10px;
    width: 83px;
}

#timerBox select{
    background-color: var(--button-color);
    color: #cccccc;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 60%, transparent);
    margin-left: 5px;
    width: 175px;
}



.timerButton{
    background-color: var(--button-color);
    color: #cccccc;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    outline: 2px solid color-mix(in srgb, var(--default-text-color) 60%, transparent);
    width: 90%;
    margin-left: 5px;
}

.timerButton:hover{
    color: #eee;
    text-decoration: underline;
    background-color: var(--button-hover-color);
    cursor: pointer;
}

#clearTimers{
    background-color: color-mix(in srgb, var(--button-color), red 60%);
}

#timerBox select:hover, #timerBox button:hover{
    color: #eee;
    text-decoration: underline;
    background-color: var(--button-hover-color);
    cursor: pointer;
}

.timerBox{
}

#scrollingTextHome {
    color: var(--scrollingtexthome-color);
}

#scrollingTextHome:hover{
    color: #a3a3a3;
    color: var(--scrollingtexthome-hover-color);
}

a {
    text-decoration: none;
    color: var(--a-color);
    font-size: 1em;
}

a:hover{
    text-decoration: underline dashed;
    color: var(--a-hover);
}

a[target=_blank]:hover{
    
}

a[class^="openstab"]:not(:has(img)) {
	background-image: url(./img/external-link.svg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 0.8em;
}

marquee {
    display: inline-block;
    width: auto;
    user-select: none;
}

marquee#important {
    background-color: #ff0000ab;
    color: #eee;
    outline: 2px solid var(--box-border-color);
    border-radius: 2px;
    transition: outline 0s;
}

marquee#important:hover{
    color: #fff;
    transition: outline .4s;
}

#musicbox{
    overflow: hidden;
}

body.light #listeningtitle{
    filter: brightness(80%);
}

body.light #listeningtitle.sparking{
    color: var(--h3-color) !important;
    filter: brightness(1);
}

#listeningtitle{
    color: #1ed760;
    margin-bottom: 0px;
    margin-top: 0px;
    font-style: italic;
    transition: all 333ms;
}

#listeningtitle:hover{
    color: #4be982;
}

.remix {
    background: rgb(30,215,96);
    background: linear-gradient(90deg, rgba(30,215,96,1) 0%, rgba(166,209,87,1) 25%, rgba(156,127,151,1) 50%, rgba(182,82,164,1) 75%, rgba(252,70,70,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 200% auto;
    animation: remix 5s ease-in-out infinite alternate;
    user-select: none !important;
    transition: all 333ms;
}

.sparking{
    color: rgb(246, 255, 0) !important;
}

#listeningLoading {
    font-style: normal;
    float: right;
    color: #1ed760;
    animation: loading .7s linear infinite;
    font-variation-settings: 
    'FILL' 1,
    'wght' 700,
    'GRAD' 200,
    'opsz' 48;
}

#achievementLoading{
    text-align: center;
    font-size: 5em;
    overflow-y: hidden;
    overflow-x: hidden;
}

#achievementLoadingIcon{
    font-size: 5em !important;
    font-style: normal;
    color: var(--default-text-color);
    animation: loading .7s linear infinite;
    font-variation-settings: 
    'FILL' 1,
    'wght' 700,
    'GRAD' 200,
    'opsz' 48;
    height: 90vh;
    line-height: 90vh;
    text-align: center;
    overflow-y: hidden;
    overflow-x: hidden;

}

#letterboxdLoading {
    font-style: normal;
    /* float: right; */
    position: absolute;
    margin-left: 15px;
    color: #ff8000;
    animation: loading .7s linear infinite;
    font-variation-settings: 
    'FILL' 1,
    'wght' 700,
    'GRAD' 200,
    'opsz' 48;
}

#pulse{
    background: #5dff8a;
    border-radius: 50%;
    margin-right: 3px;
    height: 10px;
    width: 10px;
    box-shadow: 0 0 0 0 #5dff8a;
    transform: scale(1);
    animation: pulse 2s infinite;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

#songlink{
    margin-top: -10px;
    display: inline-block;
    color: #eee !important;
    text-decoration: none;
    height: 55px;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: -5px;
    transition: all 222ms;
}

#songlink:hover{
    text-decoration: none;
}

#songspan{
    padding-top:11px;
    width: 120px;
    display: inline-block;
    text-align: initial;
    white-space: nowrap;
    z-index: -1;
    transition: all 333ms;
}

#artistspan{
    width: 120px;
    display: inline-block;
    text-align: initial;
    white-space: nowrap;
    z-index: -1;
    transition: all 333ms;
}

#nowplaying {
    display: table-cell;
    text-align: justify;
    white-space: nowrap;
    font-size: 0.8em;
    list-style-position: inside;
    float:inline-start;
    padding-left: 50px;
    color: var(--default-text-color);
    font-weight: 600;
}

#nowPlayingArtist{
    display: table-cell;
    text-align: justify;
    white-space: nowrap;
    font-size: 0.8em;
    list-style-position: inside;
    float:inline-start;
    padding-left: 50px;
    color: color-mix(in srgb, var(--subtitle-color) 85%, transparent) ;
    font-style: italic;
}

#albumart {
    position: absolute;
    outline: 2px solid #1ed760 !important;
    float: left;
    transform: translateX(-5px);
    width: 50px;
    z-index: 100;
    border-radius: 3px;
    transition: all 333ms;
    image-rendering: auto !important;
}

#listening:hover{
    cursor: pointer;
}

#listening:hover > #listeningtitle{
    color: #4be982;
}

#listening:hover > #musicbox #songlink{
    background-color: color-mix(in srgb, var(--button-hover-color) 30%, transparent);  
    border-radius: 3px;   
} 

#listening:hover > #musicbox #songlink #albumart{
    outline: 2px solid #4be982;
    filter: none !important; 
} 

#listening:hover > #musicbox #songlink #songspan #nowplaying{
    text-decoration: underline !important;
    text-decoration-color: #1ed760 !important;
    text-underline-offset: 1px;  
} 

#listening:hover > #musicbox #songlink #artistspan #nowPlayingArtist{
    color: color-mix(in srgb, var(--default-text-color) 50%, var(--subtitle-color));
    text-decoration: underline !important;
    text-decoration-color: var(--subtitle-color) !important;
} 
    
#albumart:hover{
    outline: 2px solid #4be982;
    filter: none !important;
}

#songlink:hover > #albumart {
    outline: 2px solid #4be982;
    filter: none !important;
}

#songlink:hover {
    background-color: color-mix(in srgb, var(--button-hover-color) 50%, transparent); 
    border-radius: 3px;   
}

#songlink:hover > #songspan #nowplaying {
    color: var(--default-text-color);  
    text-decoration: underline !important;
    text-decoration-color: #1ed760 !important;
}

#songlink:hover > #artistspan #nowPlayingArtist {
    color: color-mix(in srgb, var(--default-text-color) 50%, var(--subtitle-color));
    text-decoration: underline !important;
    text-decoration-color: var(--subtitle-color) !important;
}

.linkWrapper:hover{
    text-decoration: none !important;
}

#playlistLink{
    width: 177px;
    display: inline-block;
    margin-top: 0px;
}

#bestPlaylists {
    padding-left: 0px !important;
}

#bestPlaylists h2, #bestPlaylists h3{
    padding-left: 15px;
}


.playlistImg{
    width: 177px;
    border-width: 0px !important;
    border-radius: 6px;
    outline-color: var(--button-color) !important;
    margin-left: 0px !important;
    transition: all .3s ease;
    aspect-ratio: 1 / 1;
}

.playlistImg:hover{
    filter: none;
}

.playlist{
    width: 177px !important;
    background-color: #121212d5;
    border-radius: 6px;
    padding: 10px;
    /* margin-top: 5px; */
    margin-left: -10px;
    margin-right: -10px;
    transition: background-color 300ms ease, outline 300ms ease;
    min-height: 238px !important;
    max-height: 238px !important;
}

.playlist:hover{
    background-color: #1c1c1c;
    transition: background-color 300ms ease, outline 300ms ease;
}

.playlists{
    overflow-y: scroll;
    overflow-x: hidden;
    /* height: 536px !important; */
    scrollbar-width: none;
    margin-right: -10px;
    margin-left: -10px;
    scroll-snap-type: y proximity;
    margin-bottom: -10px;
}

#playlistsID{
    height: 268px !important;
}

#doubleScrollablePlaylists{
    height: 536px !important;
}

#tripleScrollablePlaylists{
    height: 804px !important;
}

.playlists a{
    margin-bottom: 10px;
}

.playlists a:not(:first-child){
    margin-left: 20px;
}

.playlists a:first-child{
    margin-left: 27px;
}

.playlists a:nth-child(3n+1){
    margin-left: 27px;
}

.playlistPlayIcon{
    border-radius: 50%;
    opacity: 0;
    width: 48px !important;
    margin-bottom: -48px !important;
    transform: translateY(-54px) translateX(124px);
    transition: all .3s ease;
}

.playlistPlayIcon:hover .playlistPlayIconBackground {
    background-color: #3be477;
    transition-property: background-color, transform, scale;
    scale: 1.025;
    transition-duration: 33ms;
}

.playlistImgWrapper{
    height: 180px !important;
    width: 177px !important;
}

#playlistLink:hover > .playlist .playlistImgWrapper .playlistPlayIcon{
    opacity: 100;
    transform: translateY(-58px) translateX(124px);
    transition: all .3s ease;
}

#playlistLink:hover > .playlist .playlistImgWrapper .playlistImg{
    filter: brightness(90%);
    transition: all .3s ease;
}

.playlistPlayIconBackground{
    background-color: #1ed760;
    box-sizing: border-box;
    position: relative;
    color: #000000;
    display: flex;
    font-size: inherit;
    min-block-size: 48px;
    align-items: center;
    justify-content: center;
    inline-size: 48px;
    block-size: 48px;
    transition-property: background-color, transform, scale;
    transition-duration: 33ms;
    border-radius: 9999px;
    font-size: 1.8em;
}

marquee.playlistTitle{
    color: #eee !important;
    white-space: nowrap;
    font-size: 1em;
    margin-bottom: 0px;
    height: 16px !important;
}

.playlistDescription{
    color: #eee !important;
    font-size: .875em;
    margin-top: 0px ;
    opacity: 70%;
    margin-right: 0px;
    padding-right: 0px !important;
    height: 43px !important;
}

.previousProjectArea{
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    margin-right: -10px;
    margin-left: -10px;
    scroll-snap-type: y proximity;
    margin-bottom: -10px;
}

#previousProjectAreaIDs{
    height: 305px !important;
}

.previousProjectArea #previousProjectLink:hover{
    cursor: default;
    text-decoration: none !important;
}

.previousProject{
    width: 177px !important;
    background-color:   color-mix(in srgb, var(--scrollingtexthome) 10%, var(--box-color));
    border-radius: 3px;
    padding: 10px;
    /* margin-top: 5px; */
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: background-color 300ms ease, outline 300ms ease;
    min-height: 268px !important;
    max-height: 268px !important;
    display: inline-block;
    outline: solid 2px var(--box-border-color);
}

.previousProject:hover{
    background-color:   color-mix(in srgb, var(--scrollingtexthome-color) 20%, var(--box-color));
    outline: solid 2px var(--h2-color);
}

.previousProjectArea #previousProjectLink{
    margin-bottom: 10px;
}

.previousProjectArea #previousProjectLink:not(:first-child){
    margin-left: 20px;
}

.previousProjectArea #previousProjectLink:first-child{
    margin-left: 15px;
}

.previousProjectArea #previousProjectLink:nth-child(3n+1){
    margin-left: 15px;
}

.previousProjectImgWrapper{
    height: 180px !important;
    width: 177px !important;
}

.previousProjectButtons{
    /* border-radius: 50%; */
    opacity: 0;
    width: 48px !important;
    margin-bottom: -48px !important;
    transform: translateY(-40px) translateX(64px);
    transition: all .3s ease;
}

.previousProjectButtons:hover .previousProjectDownload {
    background-color: var(--button-color);
    outline-color: var(--h2-color);
    text-decoration: underline;
    cursor: pointer;
}

.previousProjectDownload{
    background-color: var(--button-color);
    box-sizing: border-box;
    position: relative;
    outline: solid 2px var(--box-border-color);
    color: #eee;
    display: flex;
    font-size: inherit;
    min-block-size: 34px;
    align-items: center;
    justify-content: center;
    inline-size: 108px;
    block-size: 34px;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
    transition: all .5s ease;
}

#previousProjectLink:hover > .previousProject .previousProjectImgWrapper .previousProjectButtons{
    opacity: 100;
    transition: all .3s ease;
}

#previousProjectLink:hover > .previousProject .previousProjectImgWrapper .previousProjectButtons .previousProjectDownload{
    transform: translateY(-4px) translateX(0px);
    transition: all .5s ease;
}

#previousProjectLink:hover > .previousProject .previousProjectImgWrapper .previousProjectButtons div#badges {
    transform: translateY(-174px) translateX(-60px);
    transition: all .5s ease;
}

#previousProjectLink:hover > .previousProject .previousProjectImgWrapper .previousProjectImg{
    filter: brightness(50%);
    transition: all .1s ease;
}

#previousProjectLink:hover > .previousProject h2.previousProjectTitle #newbadge{
    opacity: 0%;
    transform: rotate(30deg) translateX(-105px) translateY(-150px);
}

.previousProjectImg{
    width: 177px;
    border-width: 0px !important;
    border-radius: 3px;
    outline-color: var(--button-color) !important;
    margin-left: 0px !important;
    transition: all .3s ease;
    aspect-ratio: 1 / 1;
}

.previousProjectImg:hover{
    filter: none;
}

h2.previousProjectTitle{
    /* white-space: nowrap; */
    font-size: 1em;
    margin-bottom: 2px !important;
    margin-top: 3px;
}

.previousProjectDescription{
    color: var(--default-text-color) !important;
    font-size: .875em;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px !important;
}

.previousProjectExtra{
    color: var(--default-text-color) !important;
    font-size: .675em;
    font-weight: 600;
}

.previousProject div#badges{
    position: absolute;
    transform: translateY(-176px) translateX(-60px);
    width: 177px;
    margin-left: 1px;
    transition: all .5s ease;
}

.previousProject div#badges div{
    float: none !important;
    margin-right: 1px;
    display: inline-block;
    color: #eee !important;
    white-space: nowrap;
    overflow: hidden;
}

.previousProject div#badges div#infobadge, .previousProject div#badges div#mcbadge, .previousProject div#badges div#newbadge{
    min-width: 25%;
    max-width: 90%;
}

#letterboxdDiaryEntries{
    height: 355px;
    /* height: 720px; */
    overflow-y: scroll;
    padding-top: 20px;
}

.diaryEntry {
    display: inline-block;
    width: 200px !important;
    padding-right: 60px;
    text-align: left !important;
}

.diaryEntryInfo{
    width: 200px;
    display: inline-block;
    position: relative;
}

.watchedDate, .ratingScore, .filmTitleAndYear{
    position: absolute;
    transition: all 333ms;
}

.filmTitleAndYear{
    /* width: 220px !important; */
    transform: translateY(-372px);
    opacity: 0;
}

.reviewTextWrapper{
    position: relative;
    opacity: 0;
    transition: all 333ms;
}

.filmTitle{
    width: 218px !important;
    transform: translateX(-3px);
    background-color: #000000;
    padding: 6px;
    margin-bottom: 0px;
    transition: all 222ms;
    color: white;
}

.filmYear{
    width: 40px !important;
    transform: translateX(-3px);
    background-color: #000000;
    padding: 6px;
    margin-top: 0px;
    transition: all 222ms;
    color: #40bcf4;
}

.reviewText{
    width: 218px;
    position: absolute;
    bottom: 0;
    transform: translateY(-35px) translateX(-3px);
    background-color: #000000;
    padding: 6px;
    transition: all 222ms;
    color: #eee;
    /* border-bottom: solid #646464 4px; */
}

.watchedDate{
    height: 19px !important;
    transform: translateY(-45px);
    width: 200px;
    left: -3px;
    background-color: #000000;
    padding: 6px;
    opacity: 0;
    color: rgb(125, 131, 138);
}

.ratingScore{
    transition: all 222ms;
    height: 19px !important;
    transform: translateY(-55px);
    right: -27px;
    background-color: #000000;
    padding: 6px;
    color: #00e054;
}

.filmImg{
    width: 230px;
    height: 345px;
    transition: 500ms;
    transition-property: filter;
    outline: 0 !important;
    /* outline: solid 4px #ff8000 !important; */
}

.filmUrlWrapper{
    display: block;
    transform: skew(-5deg, 0deg);
    margin-top: 5px;
}

.filmUrlWrapper:hover > .filmImg{
    filter: brightness(50%);
    /* outline: solid 4px #00e054 !important; */
}

.filmUrlWrapper:hover > .diaryEntryInfo .filmTitleAndYear, .filmUrlWrapper:hover > .diaryEntryInfo .reviewTextWrapper, .filmUrlWrapper:hover > .diaryEntryInfo .watchedDate{
    opacity: 100;
    transition: all 222ms;
}

#letterboxdDiaryEntries div:last-child > .filmUrlWrapper .diaryEntryInfo .filmTitleAndYear, #letterboxdDiaryEntries div:last-child > .filmUrlWrapper .diaryEntryInfo .reviewTextWrapper, #letterboxdDiaryEntries div:last-child > .filmUrlWrapper .diaryEntryInfo .watchedDate{
    opacity: 100;
    transition: all 222ms;
}

#letterboxdDiaryEntries div:last-child .filmUrlWrapper:hover > .diaryEntryInfo .filmTitleAndYear{
    transform: translateY(-372px);
}

#letterboxdDiaryEntries div:last-child .filmUrlWrapper:hover > .diaryEntryInfo .reviewTextWrapper .reviewText{
    transform: translateY(-35px) translateX(-3px);
}

#letterboxdDiaryEntries div:last-child .filmUrlWrapper:hover > .diaryEntryInfo .watchedDate{
    transform: translateY(-45px);
}

.filmUrlWrapper:hover > .diaryEntryInfo .filmTitleAndYear{
    transform: translateY(-362px);
}

.filmUrlWrapper:hover > .diaryEntryInfo .reviewTextWrapper .reviewText{
    transform: translateY(-45px) translateX(-3px);
}

.filmUrlWrapper:hover > .diaryEntryInfo .watchedDate{
    transform: translateY(-55px);
}

.filmUrlWrapper:hover > .diaryEntryInfo .ratingScore{
    transition: all 333ms;
    color: #00ff62;
}


#achievementOverviewBoxes{
    width: 27%;
    display: inline-block;
}

#achievementOverviewBoxes h2#sideline{
    color: var(--sideline-color);
    font-size: 1em;
}

.gameEntry { 
    display: inline-block;
    margin-inline-end: 30px;
    margin-block-start: 3px;
    text-align: center;
    transition: all 333ms;
    transition-property: transform, scale, box-shadow;
    margin-bottom: 10px;
}

.achievementGames{
    overflow-y: scroll;
    height: 540px;
}

.gameEntry:nth-child(4n+5), .gameEntry:first-child{
    margin-left: 50px;
}

.gameName, .lastPlayed{
    margin: 0;
    padding: 0;
    width: 0px !important;
    font-size: 0px !important;
    height: 0px !important;
    position: absolute;
    background-color: var(--bg-color);
    display: none;
}

.gameImg{
    outline: none !important;
    width: 150px;
    image-rendering: optimizeQuality !important;
    transition: all 333ms;
    box-shadow: 0 0 5px -5px #ffdc30;
    transition-property: box-shadow, filter, outline;
    animation: smallGlow .8s infinite ease-in-out alternate;
    user-select: none !important;
}

.awardImg {
    width: 30px;
    outline: none !important;
    background-color: #00000000 !important;
    transform: translate(-145px, 206px);
    position: absolute;
}

.percentageOfAchievements{
    min-width: 125px !important; 
    width: 125px !important;
    max-width: 125px !important;
    transform: translate(5%,-31px);
    font-size: .8em;
    padding: 3px;
    color: #eee;
    background-color: #3d4450;
    /* background-image:linear-gradient(to left, #3d4450 0% 20%, #1a9fff 20% 100%); */
    position: absolute;
}

.percentageOfAchievements#perfect{
    background-color: #1a9fff;
}

.totalPlaytime {
    opacity: 0;
    min-width: 125px !important; 
    width: 125px !important;
    max-width: 125px !important;
    transform: translate(5%,-45px);
    font-size: .8em;
    padding: 3px;
    background-color: var(--bg-color);
    position: absolute;
    transition: transform 233ms;
}

.achievementsCompleted {
    min-width: 125px !important; 
    width: 125px !important;
    max-width: 125px !important;
    transform: translate(5%,-28px);
    font-size: .8em;
    padding: 3px;
    background-color: var(--bg-color);
    position: absolute;
    transition: transform 133ms;
}

#noAchievementsPossible{
    min-width: 125px !important; 
    width: 125px !important;
    max-width: 125px !important;
    transform: translate(5%,-28px);
    font-size: .8em;
    padding: 3px;
    background-color: var(--bg-color);
    position: absolute;
    transition: transform 133ms;
}

.gameUrlWrapper:hover > .totalPlaytime{
    opacity: 100%;
    transform: translate(5%,-64px);
    transition: transform 233ms;
}

.gameUrlWrapper:hover > .achievementsCompleted{
    opacity: 100%;
    transform: translate(5%,-48px);
    transition: transform 133ms;
}

.gameUrlWrapper:hover> .achievementsCompleted#noAchievementsPossible{
    opacity: 100%;
    transform: translate(5%,-50px);
    transition: transform 133ms;
}

.gameUrlWrapper:hover > .totalPlaytime#noAchievementsPossible{
    opacity: 100%;
    transform: translate(5%,-66px);
    transition: transform 233ms;
}

.gameEntry:hover {
    transform: perspective(500px) rotateX(15deg);
    transition: all 333ms;
    transition-property: transform, scale, box-shadow;
    scale: 1.05;
    box-shadow: 0px 30px 30px 0px var(--h2-color);
}

.gameEntry:hover > .gameUrlWrapper .gameImg{
    outline: solid 4px var(--h2-color) !important;
    /* animation: glow .8s infinite ease-in-out alternate; */
    z-index: 9999;
    transition: all 333ms;
    transition-property: box-shadow, filter, outline;
    /* filter: brightness(60%); */
}

.gameEntry#perfect:hover > .gameUrlWrapper .gameImg{
    outline: solid 4px #ffdc30 !important;
    animation: glow .8s infinite ease-in-out alternate;
    z-index: 9999;
    transition: all 333ms;
    transition-property: box-shadow, filter, outline;
    /* filter: brightness(60%); */
}

.linkBox{
    text-decoration: none !important;
    padding: 0;
    height: 100%;
}

.linkBox:hover > #achievementOverviewBoxes #achievementOverviewPerfectGames, .linkBox:hover > #achievementOverviewBoxes #achievementOverviewPercentageAvg{
    color: var(--h3-color);
    font-weight: bold;
    transition: all 333ms;
    transition-property: color;
    text-decoration: underline;
}

.linkBox:hover > #achievementOverviewBoxes .achievementOverviewSideline{
    color: var(--default-text-color) !important;
    font-weight: 333;
    transition: all 333ms;
    transition-property: color;
    text-decoration: underline;
}

.linkBox:hover > #achievementOverviewBoxes {
    background-color: color-mix(in srgb, var(--button-hover-color) 60%, var(--bg-color));
}

.sidewaysOverview{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    display: inline-block;
    display: none;
    text-align: center;
    vertical-align: top;
    margin-top: 2%;
    padding: 0;
    margin-right: -8px;
    user-select: none;
}

.achievementOverviewSideline{
    transition: all 333ms;
    transition-property: color;
}

#achievementOverviewPerfectGames{
    transition: all 333ms;
    transition-property: color;
}

.downloadIcon{
    float: left;
    padding-right: 7px;
}

.modrinthDownload:hover .downloadIcon {
    animation: bounce .8s infinite;
}

.modrinthDownload:hover .buttonIcon {
    animation: bounce .8s infinite;
}

.modrinthDownload:hover .buttonIcon.sidewaysBounce{
    animation: sidewaysBounce .8s infinite !important;
}

.ficsitDownload:hover .downloadIcon{
    animation: bounce .8s infinite;
}

.buttonIcon{
    float: left;
    padding-right: 7px;
}

.button:hover .buttonIcon {
    animation: bounce .8s infinite;
}

.button:hover .buttonIcon.sidewaysBounce {
    animation: sidewaysBounce .8s infinite;
}

.sidewaysBounce:hover {
    animation: sidewaysBounce .8s infinite !important;
}

p#setuplinks{
    font-size: .9em !important;
    margin-bottom: 10px !important;
}

p#setuplinks a{
    font-size: .8em;
    margin-bottom: 100px;
}

p#setuplinks br{
    padding: 0;
}

#indent{
    margin-left: 5px;
}

#indentX2{
    margin-left: 10px;
}

.katyPerry{
    animation: katy 6s infinite;
}

.halfEm {
    font-size: .5em;
}

#map {
    height: 100px;
    width: 100%;
    border-radius: 4px;
    margin-top: 5px;
}

.leaflet-popup-content{
    font-size: 1.1em !important;
    width: 90px !important;
    text-align: center;
}

.issBar {
    margin-left: 3px;
    width: calc(50% - 8px);
    background-color: #929292;
    display: inline-block;
}

.insideIssBar{
    margin-top: 2px;
    width: 1%;
    height: 4px;
    background-color: #4698cc;
    border-radius: 1px;
}

#internationalSpaceStation p{
    font-size: .7em;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}

.issInfo{
    outline: solid 2px var(--subtitle-color);
    padding-left: 12px;
}

.issInfo div p.floatRight{
    margin-top: 3px !important;
}

#issUnits{
    color: var(--subtitle-color);
    font-size: .9em;
    margin-left: -3px;
}

input[type="date"] {
    /* width: 20px; */
}

#timeZoneSelect{
    width: 100%;
}

#timerTime{
    /* width: 100px; */
}

.timerDeleteButton{
    float: right;
    font-size: 1.1em;
    margin-right: 2px;
    font-weight: 200;
    /* background-color: color-mix(in srgb, var(--bg-color), transparent 50%);   */
}

.timerDeleteButton:hover{
    font-weight: 400;
    opacity: 60%;
    cursor: pointer;
}

#createNewTimerButton{
    width: 100%;
}

input{
    user-select: none;
}

.countdownDiv{
    font-family: 'DSEG' !important;
    font-size: 1.5em;
    /* text-indent: 5px; */
    margin-left: 5px;
}

.countdownBackgroundDiv{
    position: relative;
    opacity: 30%;
    user-select: none;
}

.countdownBackgroundText{
    position: absolute;
    /* transform: translateX(-5px); */
}

#timers .timer:not(:first-child) .countdownBelowDiv{
    display: none;
}

.timer{
    user-select: none !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 3px;
    outline: 2px black solid;
}

.timerTitleH2{
    margin-left: 5px;
}

.countdownBelowDiv{
    font-family: 'monocraft';
    font-size: .6em;
}



.countdownBelowDays{
    margin-left: 4px;
    margin-right: 3px;
}

.countdownBelowHours{
    margin-left: 4px;
    margin-right: 3px;
}

.countdownBelowMinutes{
    margin-left: 6px;
    margin-right: 3px;
}

.countdownBelowSeconds{
    margin-left: 4px;
    margin-right: 3px;
}

.terminalStyle h2{
    color: var(--default-text-color);
    background-color: var(--h2-color);
    margin-left: -1px;
    margin-right: -1px;
}

.terminalStyle h3{
    color: #121212;
    background-color: var(--h3-color);
    margin-left: -1px !important;
    margin-right: -1px;
    margin-top: 0px;
}

.terminalStyle h3#subtitle{
    color: black;
    background-color: var(--subtitle-color);
    font-weight: 400;
}

body.light .terminalStyle h3#subtitle{
    color: white;
}

.terminalStyle .box h2{
    color: black !important;
    background-color: #22b143;
    height: 37px;
    text-indent: 3px;
}

.terminalStyle .box h3{
    margin-top: 0px;
    text-indent: 3px;
    margin-bottom: 0px;
}

.terminalStyle #dropdownBtnId{
    background-color: transparent;
    border: 2px solid black;
    transition: 133ms;
    transition-property: color, border, background-color;
}

.terminalStyle #dropdownBtnId:hover{
    background-color: color-mix(in srgb, var(--button-hover-color) 30%, transparent);
    color: white;
    border: 2px solid white;
    animation: none;
}

.terminalStyle #releaseBadge, .terminalStyle #betaBadge{
    outline: 2px solid black;
    background-color: transparent;
}

.terminalStyle #changeLogDate{
    margin-top: -23px;
    color: black;
}

.terminalStyle .changeLogDate{
    color: black;
    margin-top: -23px;
}

.terminalStyle .box{
    border-radius: 0px;
    margin: 0;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 10px;
}

.terminalStyle ul{
    margin-right: 12px;
}

.floatLeft { 
    float: left;
}

.floatRight { 
    float: right;
}

#favShow, #favFilm{
    color: var(--h2-color);
    transition-property: color;
    transition: 333ms;
}

#favShow:hover, #favFilm:hover{
    color: var(--h3-color);
    transition-property: color;
    transition: 333ms;
    cursor: pointer;
    text-decoration: underline white;
}

/* Link colors / Animations */

#spotify{
    color: #1ed760 !important;
}

#spotify:hover{
    background: #1ed760 -webkit-linear-gradient(left, #3f3f3f, #1ed760) no-repeat 0 0 / 30px;
    background-clip: text;
}

#twitter{
    color: #1ca1f2 !important;
}

#twitter:hover{
    background: #1ca1f2 -webkit-linear-gradient(left, #3f3f3f, #1ca1f2) no-repeat 0 0 / 30px;
    background-clip: text;
}

#bluesky {
    color: #1185fe !important;
}

#bluesky:hover{
    background: #1185fe -webkit-linear-gradient(left, #3f3f3f, #1185fe) no-repeat 0 0 / 30px;
    background-clip: text;
}

#instagram{
    background-color: black;
    background:  -webkit-linear-gradient(left, #833ab4,#fd1d1d,#fcb045) no-repeat ;
    background-clip: text;
    color: #ffffff00;
}

#instagram:hover{
    background:  #d7264c -webkit-linear-gradient(left, #3f3f3f, #833ab4,#fd1d1d,#fcb045) no-repeat 0 0 / 60px ;
    background-clip: text;   
}

#tiktok {
   color: #00f2ea; 
}

#tiktok:hover{
    background:  #00f2ea -webkit-linear-gradient(left, #ff0050) no-repeat 0 0 / 30px ;
    background-clip: text; 
}

#tikofTok{
    color: #00f2ea;
}
#tokofTik{
    color: #ff0050;
}

#github{
    color: #28d751 !important;
}

#github:hover{
    background: #28d751 -webkit-linear-gradient(left, #3f3f3f, #28d751) no-repeat 0 0 / 30px;
    background-clip: text; 
}

#youtube{
    /* color: #ff1c30 !important; */
    background-color: black;
    background:  -webkit-linear-gradient(left, #EE2d38,#ED348f) no-repeat ;
    background-clip: text;
    color: #ffffff00;
}

#youtube:hover{
    background: #ff1c30 -webkit-linear-gradient(left, #3f3f3f, #EE2d38) no-repeat 0 0 / 30px;
    background-clip: text; 
}

#twitch{
    color: #6441a5 !important;
}

#twitch:hover{
    background: #6441a5  -webkit-linear-gradient(left, #3f3f3f, #6441a5 ) no-repeat 0 0 / 30px;
    background-clip: text; 
}

#modrinth{
    color: #00af5c !important;
}

#modrinth:hover{
    background: #00af5c  -webkit-linear-gradient(left, #3f3f3f, #00af5c ) no-repeat 0 0 / 30px;
    background-clip: text; 
}

#curseforge{
    color: #eb622b !important;
}

#curseforge:hover{
    background: #eb4e2b  -webkit-linear-gradient(left, #3f3f3f, #eb4e2b ) no-repeat 0 0 / 30px;
    background-clip: text; 
}

#letterboxd{
    color: #ff8000 !important;
}

#letterboxd:hover{
    background: #ff8000  -webkit-linear-gradient(left, #3f3f3f, #ff8000 ) no-repeat 0 0 / 30px;
    background-clip: text; 
}

#steam{
    color: #66c0f4 !important;
}

#steam:hover{
    background: #66c0f4  -webkit-linear-gradient(left, #3f3f3f, #66c0f4 ) no-repeat 0 0 / 30px;
    background-clip: text; 
}

#imogen{
    color: rgb(240, 107, 232);
    transition: 333ms;
    background-clip: text; 
    transition-property: color;
}

#imogen:hover{
    background: rgb(240, 107, 232)  -webkit-linear-gradient(left, #3f3f3f, #f68700 ) no-repeat 0 0 / 30px;
    background-clip: text; 
}

body.light #steam, body.light #github, body.light #spotify, body.light #twitter, body.light #bluesky{
    filter: brightness(.95);
}


.button#steam {
    color: #181818 !important;
    background-color: #66c0f4;
}

.button#steam:hover{
    color: #545454 !important;
    background: #89d4ff;
    background-color: #89d4ff !important;
    background-clip: unset !important; 
}

.button#twitter {
    color: #000000 !important;
    background-color: #1ca1f2;
}

.button#twitter:hover{
    color: #1b1b1b !important;
    background: #1ca1f2;
    background-color: #1ca1f2 !important;
    background-clip: unset !important; 
}


#imogenButton{
    color: #272727 !important;
    background-color: #eec6e0;
    transition: 1333ms;
    transition-property: background-color;
}

#imogenButton:hover{
    background-color: #fef072;
}

/* end of colors */

/* confetti */
.confetti{
    width: 100%;
    height: 100%;
    opacity: 50%;
}

.confettidiv {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    object-fit: fill;
    display: none;
}

/* HALLOWEEN */
body.halloween {
    --bg-color: #0a0201;
    --default-text-color: #cccccc;
    --box-color: #110201c6;
    --box-border-color: #232323;
    --title-color: #8304aaba;
    --navlink-hover-color: #8304aa46;
    --h2-color: #f76f00;
    --h3-color: #e102ff;
    --h2icon-color: #e102ff;
    --a-color: #dd2433;
    --a-hover: #d6dae9;
    --sideline-color: #8b4848;
    --subtitle-color: #a1f190;
    --scrollingtexthome-color: #177c14;
    --scrollingtexthome-hover-color: #17a712;
    --uk-color: #ffffff79;
    --button-color: #303030;
    --button-hover-color: #dddddd74;
    --modrinth-button-color: #3d3d3d;
    --blur-color: #fff;
    --theme-button-text: "☀";
    --theme-button-text-color: #e4da6a;
}

/* pride */
body.pride {
    --bg-color: #000204;
    --default-text-color: #eee;
    --box-color: #1d1f1f90;
    --box-border-color: #232323;
    --title-color: #58bfffba;
    --navlink-hover-color: #eeeeee4d;
    --h2-color: #6fc5fb;
    --h3-color: #f2ea8f;
    --h2icon-color: #f2ea8f;
    --a-color: #e396ff;
    --a-hover: #f785cb;
    --sideline-color: #929292;
    --subtitle-color: #afafaf;
    --scrollingtexthome-color: rgba(255, 255, 255, 0.531);
    --scrollingtexthome-hover-color: #ffffff5d;
    --uk-color: #ffffff79;
    --button-color: #363535;
    --button-hover-color: #dddddd22;
    --modrinth-button-color: #3d3d3d;
    --blur-color: #fff;
    --theme-button-text: "☀";
    --theme-button-text-color: #f2ea8f;
    background-color: #595959 !important;
    background: linear-gradient(in hsl longer hue 45deg, rgba(255, 0, 0, 0.227) 0 100%);
}

body.pride #container, body.pride #basicpage{
    background-color: #202020 !important;
    background: linear-gradient(in hsl longer hue 45deg, rgba(255, 0, 0, 0.227) 0 100%);
    padding-bottom: 5px;
    margin-bottom: 0px !important;
}

/* holidays */
body.holidays {
    --bg-color: rgb(0, 7, 0);
    --default-text-color: #ffffff;
    --box-color: #021d0df6;
    --box-border-color: #232323;
    --title-color: #bb2528ba;
    --navlink-hover-color: #eeeeee;
    --h2-color: #bb2528;
    --h3-color: #f8b229;
    --h2icon-color: #f8b229;
    --a-color: #bec8e9;
    --a-hover: #d6dae9;
    --sideline-color: #929292;
    --subtitle-color: #afafaf;
    --scrollingtexthome-color: #929292;
    --scrollingtexthome-hover-color: #a3a3a3;
    --uk-color: #ffffff79;
    --button-color: #303030;
    --button-hover-color: #dddddd74;
    --modrinth-button-color: #3d3d3d;
    --blur-color: #fff;
    --theme-button-text: "☀";
    --theme-button-text-color: #e4da6a;

    background-image: url(../img/snow02.gif);
    background-size: 100%;
}

/* Valentine */
body.valentine{
    --bg-color: #000204;
    --default-text-color: #ffffff;
    --box-color: #1d0719c6;
    --box-border-color: #59475c;
    --title-color: #ff58e3ba;
    --navlink-hover-color: #d214f84d;
    --h2-color: #cc4694;
    --h3-color: #e46a7a;
    --h2icon-color: #e46a7a;
    --a-color: #ddbee9;
    --a-hover: #ea00ff;
    --sideline-color: #9c7f7f;
    --subtitle-color: #ad7bce;
    --scrollingtexthome-color: #ad4c9d;
    --scrollingtexthome-hover-color: #ca5cb8;
    --uk-color: #ffffff79;
    --button-color: #411c3d;
    --button-hover-color: #be6fc574;
    --modrinth-button-color: #350430;
    --blur-color: #e66cff;

    background-image: url(../img/hearts-spin.gif), url(../img/hearts-spin.gif), url(../img/hearts-spin.gif), url(../img/hearts-spin.gif);
    background-size: 5%;
    background-position-y: 155px;
    background-repeat: repeat-y;
    background-position: top left, top right, 5%, 95%;
    background-clip: border-box;
}
body.valentine #randGif img{
    filter: hue-rotate(310deg);
}

body.valentine #randGif img:hover{
    filter: hue-rotate(300deg) !important;
}

body.valentine #randGif:hover{
    filter: brightness(110%) !important;
}

body.valentine #titleLink:hover span#titleA{
    animation: flicker 0.4s linear infinite;
    transform: skew(-10deg);
    filter: brightness(60%);
}

body.valentine #titleLink:hover span#titleL{
    animation: flicker 0.4s linear infinite;
    transform: skew(10deg);
    filter: brightness(60%);
}

body.valentine #titleLink:hover span.titleTilt {
    animation: flicker 0.4s linear infinite !important;
    transform: skew(0deg) !important;
}

body.valentine .title span#titleA::before{
    content: "❤  ";
}

body.valentine .title span#titleL::after{
    content: " ❤";
}

/* overwatch theme stuff here */

body.overwatch{
    --bg-color: #eee;
    --default-text-color: #eee;
    --box-color: #4e4e4e4b;
    --box-border-color: #a3a3a3;
    --title-color: #e78e19ba;
    --navlink-hover-color: #eeeeee4d;
    --h2-color: #010841;
    --h3-color: #ff5100;
    --h2icon-color: #ff5100;
    --a-color: #3636b8;
    --a-hover: #5858d1;
    --sideline-color: #313131;
    --subtitle-color: #464646;
    --scrollingtexthome-color: #303030;
    --scrollingtexthome-hover-color: #535353;
    --uk-color: #08080879;
    --button-color: #6d6d6d;
    --button-hover-color: #1b1b1b74;
    --modrinth-button-color: #413e3e;
    --blur-color: #000000;
    --theme-button-text: "☽";
    --theme-button-text-color: #2e2e2e;
    background-image: url(/img/ow/background.png), url(/img/ow/background.png);
    background-size: cover;
}

/* invert below */

body.invert{
    filter: invert();
    background-color: #c5c5c5;
}

body.invert table td#menu .socials{
    filter: invert() !important;
}

body.invert img{
    filter: invert() !important;
}

/* sepia below */

body.sepia{
    filter: sepia();
    animation: crt-flicker 10s infinite ease-in-out;
}

body.sepia #container{
    animation: textShadow 2s infinite;
}

/* teenage engineering */
body.te {
    --bg-color: #e6e6e6;
    --default-text-color: #393d40;
    --box-color: #d2d2d2c6;
    --box-border-color: #5a5a5a;
    --title-color: #f65d04e2;
    --navlink-hover-color: #eeeeee4d;
    --h2-color: #f65d04;
    --h3-color: #fd3b11;
    --h2icon-color: #fd3b11;
    --a-color: #2d8fc4;
    --a-hover: #5db3de;
    --sideline-color: #313131;
    --subtitle-color: #464646;
    --scrollingtexthome-color: #393d40;
    --scrollingtexthome-hover-color: #393d40;
    --uk-color: #08080879;
    --button-color: #212121;
    --button-hover-color: #21212180;
    --modrinth-button-color: #413e3e;
    --blur-color: #000000;
    --theme-button-text: "☽";
    --theme-button-text-color: #2e2e2e;
}

/* mobile below */

    .mobile{
        display: none;
        user-select: none;
    }

    .mobile .box{
        text-align: center;
        font-size: 140%;
        width: 80vw;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #toosmallBox{
        font-size: 180%;
        margin-top: 3vh;
        margin-bottom: 3vh;
        outline-color: red;
        display: none;
    }

    .mobile .box p{
        font-size: .8em;
    }

    .mobile .mobileBox{
        text-align: center;
        font-size: 140%;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .mobile .box#importantbox p{
        font-size: .7em;
    }

    .mobile .box:hover{
        outline: 2px solid var(--box-border-color);
    }

    .mobile .socials .button{
        font-weight: 900;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        margin-right: 1vw;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        outline: solid;
        background-color: transparent;
        width: 52vw;
    }

    .mobile .button:hover{
        background-color: color-mix(in srgb, var(--button-hover-color) 50%, transparent)  !important;
    }

    .mobile a:hover{
        background: none !important;
    }

    .mobile .button#instabtnmobile {
        border-image: linear-gradient(to right,#833ab4,#fd1d1d,#fcb045)1;
        border-style: solid;
    }

    .mobile .button#instabtnmobile a:hover{
            background-color: black;
            background:  -webkit-linear-gradient(left, #833ab4,#fd1d1d,#fcb045) no-repeat !important ;
            background-clip: text !important;
            color: #ffffff00;
    }

    .mobile .button#youtubebtnmobile {
        border-image: linear-gradient(to right, #EE2d38,#ED348f)1 ;
        border-style: solid;
    }

    .mobile .button#youtubebtnmobile a:hover{
        background-color: black;
        background:  -webkit-linear-gradient(left, #EE2d38,#ED348f) no-repeat !important ;
        background-clip: text !important;
        color: #ffffff00;
    }

    .mobile .themebuttondivmobile {
        position: absolute;
        scale: 0.8;
        right: 15px;
    }

    .mobile #themebutton{
        font-family: 'monocraft';
        font-size: 1.8em;
        padding: 7px;
        padding-right: 16px;
        outline: 2px solid var(--box-border-color);
        background-color: var(--box-color);
        color: var(--theme-button-text-color);
        border-radius: 3px;
    }

    .themebuttondivmobilewide{
        position: absolute;
        transform: translateX(850px);
        /* padding-left: 735px; */
        z-index: 88;
    }

    .mobile .iconSocials a.button{
        min-width: 40%;
        font-size: .8em;
    }

    .mobile .iconSocials a img{
        outline: 4px solid var(--h2-color) !important;
        border-radius: 5%;
        padding: 3px;
        background-color: #eee;
        width: 48px;
        height: 48px;
        transition: all 333ms;
        margin-bottom: 10px;
    }

    .mobile .iconSocials img{
        outline: 4px solid var(--h2-color) !important;
        border-radius: 5%;
        padding: 3px;
        background-color: #eee;
        width: 100%;
        height: 64px;
        transition: all 333ms;
    }

    .mobile .iconSocials img:hover{
        outline: 4px solid var(--h2-color) !important;
        border-radius: 5%;
        padding: 2px;
        background-color: #ffffff;
        transition: all 333ms;
    }

    @media only screen and (hover: none){ 
        #dropdownBtnId:hover{
            font-weight: normal;
            animation: none;
        }
        .mobile{
            display: block !important;
        }
        .mobile .box{
            opacity: 100% !important;
        }
        #container{
            display: none;
        }
        .themebuttondiv, .bluroverlay, #toosmallBox{
            display: none !important;
        }
        .themebuttondivmobilewide{
            display: block !important;
        }
        .basicpagemobile{
            display: block !important;
        }
        .loading{
            display: none !important;
        }
        .fontbuttondiv{
            display: none;
        }
    }

/* mobile above */

/* too small */

.tmcontianer {
    display: none;
    z-index: 1000;
    top: 0;
}

.tmcontianer .box{
    text-align: center;
    background-color: var(--bg-color);
}

.tmcontianer .box h2{
    color: #bb0000 !important;
}

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

    #container{
        display: none !important;
    }

    .mobile{
        display: block !important;
    }

    #toosmallBox{
        display: block;
        opacity: 100%;
    }

    .mobile .box{
        opacity: 80%;
    }

    /* #container{
        filter: blur(2em);
        -webkit-filter: blur(2em);
        user-select: none;
        pointer-events: none;
        width: 100%;
        height: 100%;
        overflow: scroll;
    } */

    #basicpage{
        width: 100%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        text-wrap: wrap;
    }


    #betaBadge, #releaseBadge{
        display: none !important;
    }

    .themebuttondiv, .themebuttondivmobilewide{
        width: 100%;
        transform: translateX(-20px) !important;
        text-align: right;
    }


    body{
        margin: 0 !important;
    }

    *{
        box-sizing: border-box;
    }

}

@media screen and (min-width:901px) {
    .mobile {
        display: none;
    }

    #container{
        display: block;
    }

    .basicpagetop{
        display: block;
    }

}


@media screen and (hover: none) and (min-width:901px){
    .mobile{
        display: none !important;
    }

    .basicpagetop{
        display: block !important;
    }

    #previousProjectLink > .previousProject .previousProjectImgWrapper .previousProjectButtons{
        opacity: 100 !important;
        transition: all .3s ease;
    }
    
    #previousProjectLink > .previousProject .previousProjectImgWrapper .previousProjectButtons .previousProjectDownload{
        transform: translateY(-4px) translateX(0px);
        transition: all .5s ease;
    }
    
    #previousProjectLink > .previousProject .previousProjectImgWrapper .previousProjectButtons div#badges {
        transform: translateY(-174px) translateX(-60px);
        transition: all .5s ease;
    }
    
    #previousProjectLink > .previousProject .previousProjectImgWrapper .previousProjectImg{
        filter: brightness(70%);
        transition: all .1s ease;
    }

    .filmUrlWrapper > .filmImg{
        filter: brightness(60%);
    }
    
    .filmUrlWrapper > .diaryEntryInfo .filmTitleAndYear, .filmUrlWrapper > .diaryEntryInfo .reviewTextWrapper, .filmUrlWrapper> .diaryEntryInfo .watchedDate{
        opacity: 100;
        transition: all 333ms;
    }

}