/* light mode + shared elements */

/* fonts */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)
        format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)
        format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)
        format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)
        format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter Fix";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-Bold.woff2") format("woff2");
}

/* body */
* {
    font-family:
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f2f1f6;
    color: black;
    height: 100%;
    overflow-x: hidden;
}

body ::-webkit-scrollbar {
    width: 0 !important;
}

body {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

audio {
    display: none;
}

p {
    margin: 0;
    cursor: default;
}

a {
    -webkit-touch-callout: default;
}

h1 {
    margin: 0;
}

/* logo bar */
.navbar {
    width: 100%;
    height: 130px;
    position: relative;
}

#load-navbar {
    opacity: 0;
    transition: opacity 1.3s;
}

.logo {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: url(/images/logo.svg);
    filter: invert(0);
}

#load-logo {
    width: 0px;
}

.back-button-container {
    width: 658px;
    height: 25px;
    max-width: calc(100% - 36px);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.back-button {
    top: 50%;
    height: 25px;
    width: 25px;
    padding: 5px;
    margin-top: -5px;
    display: inline-block;
    background-color: black;
    border-radius: 100px;
    margin-left: 12.5px;
}
.back-button-icon {
    fill: #f2f1f6;
}

/* social icons */
.social-container {
    height: 114px;
    text-align: center;
    position: relative;
    margin-top: -42px;
    margin-bottom: -6px;
    cursor: default;
    fill: black;
    opacity: 0;
    transition: opacity 1.3s;
}

.icon-container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-icon {
    width: 0px;
    height: 34px;
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    cursor: pointer;
}

/* profile picture and name */
.pfp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    border-radius: 50%;
    min-width: 220px;
    min-height: 220px;
    width: calc(100vh - 416.5px);
    height: calc(100vh - 416.5px);
    max-width: 260px;
    max-height: 260px;
    content: url(/images/pfp.png);
    background-color: #ffc0cc;
    -webkit-box-shadow: inset 0px 0px 0px 2px #ffabbb;
    -moz-box-shadow: inset 0px 0px 0px 2px #ffabbb;
    box-shadow: inset 0px 0px 0px 2px #ffabbb;
    touch-action: none;
    opacity: 0;
    transition: opacity 1.3s;
}

.pfn-container {
    height: 114px;
    position: relative;
}

.pfn {
    width: 100%;
    font-size: 2.42em;
    text-align: center;
    cursor: default;
    text-transform: uppercase;
    font-family:
        "Inter Fix",
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    margin-top: -130px;
    transition: margin-top 1.3s;
}

.pfn-name {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carrot {
    position: absolute;
    margin-top: 0.5px;
}
.hidden-carrot {
    opacity: 0;
    font-size: 0em;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* social icons */
.social-container {
    height: 114px;
    text-align: center;
    position: relative;
    margin-top: -42px;
    margin-bottom: -6px;
    cursor: default;
    fill: black;
    opacity: 0;
    transition: opacity 1.3s;
}

.icon-container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-icon {
    width: 0px;
    height: 35px;
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    cursor: pointer;
}

/* page load animation */
.load {
    height: 80px;
    transition: height 1.3s;
}
.arrow-container {
    opacity: 0;
    transition: opacity 1.3s;
}

/* instant page load */
.instantload {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: red;
    opacity: 0;
    z-index: 60;
}
.il-footer {
    width: 100%;
    text-align: center;
    font-size: 0.85em;
    letter-spacing: -0.2px;
    left: 0;
    bottom: 0;
    height: 114px;
    margin-top: -18px;
    position: fixed;
    cursor: pointer;
    z-index: -5;
}
.il-footer-text:after {
    content: "TAP ANYWHERE TO SKIP INTRO";
}

/* card */
.scroll-position {
    margin-top: -18px;
    margin-bottom: -18px;
    height: 18px;
    width: 100%;
    z-index: -10;
}

.scroll-position-first {
    margin-bottom: -18px;
    height: 18px;
    width: 100%;
    z-index: -10;
}

.card {
    border-radius: 22px;
    width: 658px;
    margin: 18px;
    text-align: left;
    max-width: calc(100% - 36px);
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #fefefe;
    color: black;
    border: 2px solid #e4e4e4;
}

.card-first {
    margin-top: 0px;
    text-align: left;
}

.card-text-container {
    padding: 18px;
}

.card-title {
    text-align: left;
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 9.5px;
    margin-bottom: 3.5px;
    cursor: default;
    text-transform: uppercase;
    font-family:
        "Inter Fix",
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
    opacity: 1 !important;
}

.card-subtitle {
    font-weight: 600;
    height: 12px;
    color: #b6b6b6;
    cursor: default;
    text-transform: uppercase;
}

.card-subtitle-welcome::after {
    content: "INTRODUCTION";
}

.card-small-link {
    color: black;
    opacity: 0.5;
    text-decoration: none;
    text-decoration: underline;
}

.card-small-link:hover {
    opacity: 0.35;
}

/* card banner */
.card-banner-container {
    width: 100%;
    height: 200px;
    margin-top: -2px;
    margin-left: -2px;
}

.card-banner {
    width: 100%;
    height: 100%;
    border-radius: 22px 22px 0px 0px;
}

.card-banner-icon {
    width: 106px;
    height: 106px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-1 {
    background-color: #ffc4c0;
    border: 2px solid #ffb0ab;
    border-bottom: 0;
}

.banner-icon-1 {
    fill: #ffb0ab;
}

.banner-2 {
    background-color: #ffd49a;
    border: 2px solid #ffc576;
    border-bottom: 0;
}

.banner-icon-2 {
    fill: #ffc576;
}

.banner-3 {
    background-color: #ffea99;
    border: 2px solid #ffe066;
    border-bottom: 0;
}

.banner-icon-3 {
    fill: #ffe066;
}

.banner-4 {
    background-color: #aee8bc;
    border: 2px solid #91e0a5;
    border-bottom: 0;
}

.banner-icon-4 {
    fill: #91e0a5;
}

.banner-5 {
    background-color: #bde8fd;
    border: 2px solid #9cddfc;
    border-bottom: 0;
}

.banner-icon-5 {
    fill: #9cddfc;
}

.banner-6 {
    background-color: #b2d7ff;
    border: 2px solid #99c9ff;
    border-bottom: 0;
}

.banner-icon-6 {
    fill: #99c9ff;
}

.banner-7 {
    background-color: #bcbbee;
    border: 2px solid #abaaea;
    border-bottom: 0;
}

.banner-icon-7 {
    fill: #abaaea;
}

.banner-8 {
    background-color: #e7cbf5;
    border: 2px solid #dfb9f1;
    border-bottom: 0;
}

.banner-icon-8 {
    fill: #dfb9f1;
}

.banner-9 {
    background-color: #ffc0cc;
    border: 2px solid #ffabbb;
    border-bottom: 0;
}

.banner-icon-9 {
    fill: #ffabbb;
}

/* button */
.button-new-container {
    width: 100%;
    text-decoration: none;
}

.button-new {
    background: #e4e4e4;
    color: #2d2d2d;
    margin-top: 23px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    border-radius: 11px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    font-size: 0.95em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button-new-2 {
    margin-top: 14px;
}

.button-container {
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 17px;
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0px 0px 22px 22px;
    position: relative;
    cursor: pointer;
}

.button-container:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    fill: black;
    filter: invert(0);
    content: url(/images/svgs/arrow-down.svg);
}

.button {
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.95em;
}

.collapsible {
    display: block;
    width: 100%;
    cursor: pointer;
}

.active .button-container:after {
    content: url(/images/svgs/arrow-up.svg);
}

.button-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.button-divider {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 2px solid #e4e4e4;
    height: 0px;
    margin-top: 18px;
}

.content-margin {
    height: 7px;
}

.no-button-grid {
    height: 7px;
}

.content {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
    width: 100%;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.menu-button-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 17px;
    margin-bottom: -20px;
    margin-left: -40px;
    margin-right: -40px;
    border-radius: 0px 0px 22px 22px;
    position: relative;
    cursor: pointer;
}

.menu-button {
    margin-top: -15px;
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95em;
    text-align: center;
}

.menu-left {
    border-right: 1px solid #e4e4e4;
    border-radius: 0px 0px 0px 22px;
}

.menu-right {
    border-left: 1px solid #e4e4e4;
    border-radius: 0px 0px 22px 0px;
}

/* info grid */
.grid-container {
    display: grid;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -7px;
    margin-top: 6.5px;
    grid-template-columns: repeat(3, 1fr);
    cursor: default;
}

.title-grid-item {
    background: #e4e4e4;
    color: #2d2d2d;
    border: 2px solid #e4e4e4;
    padding: 5px;
    padding-bottom: 8px;
    padding-top: 10px;
    margin: 5px;
    margin-top: 7.5px;
    margin-bottom: -0.5px;
    text-align: center;
    border-radius: 11px 11px 0px 0px;
    font-weight: 500;
    font-size: 0.85em;
    text-transform: uppercase;
}

.grid-item {
    background: #fefefe;
    color: black;
    border: 2px solid #e4e4e4;
    padding: 20px;
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 0px 0px 11px 11px;
}
.infinity-symbol {
    font-size: 1.3em !important;
    font-weight: 270 !important;
    padding: 16px;
}

/* simple page content */
.simple-container {
    width: 684px;
    max-width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.simple-pfn-container {
    margin-bottom: 8px;
}

.simple-pfn {
    margin-top: 30px;
}

.simple-text {
    text-align: center;
    color: black;
}

.simple-button-container {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.simple-button {
    width: 24px;
    height: 24px;
    padding: 12.5px;
    border-radius: 160px;
    background: #fefefe;
    color: black;
    fill: black;
    border: 2px solid #e4e4e4;
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.simple-button-reload {
    width: 27px;
    height: 27px;
    padding: 11px;
}

/* contact form */
.form-container {
    margin-top: 16px;
}

.form-input-title {
    font-weight: 600;
    color: #b6b6b6;
    cursor: default;
    text-transform: uppercase;
}

.form-input-title-contact {
    margin-top: 7px;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-size: 1em;
}

input[type="submit"] {
    border: none;
    text-decoration: none;
    outline: none;
    margin-top: 18px;
}

input[type="text"] {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 11px;
    width: 370px;
    max-width: 100%;
    padding: 9px;
    padding-bottom: 9.5px;
    margin-top: 9px;
    margin-bottom: 9px;
    outline: none;
    border: 2px solid #e4e4e4;
    background-color: #f6f6f6;
    color: #000;
}

input[type="text"]:focus {
    border: 2px solid #9cddfc;
}

input[type="email"] {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 11px;
    width: 370px;
    max-width: 100%;
    padding: 9px;
    padding-bottom: 9.5px;
    margin-top: 9px;
    margin-bottom: 9px;
    outline: none;
    border: 2px solid #e4e4e4;
    background-color: #f6f6f6;
    color: #000;
}

input[type="email"]:focus {
    border: 2px solid #9cddfc;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 11px;
    resize: none;
    width: 660px;
    max-width: 100%;
    padding: 9px;
    padding-bottom: 9.5px;
    margin-top: 9px;
    margin-bottom: 8px;
    outline: none;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-size: 1em;
    border: 2px solid #e4e4e4;
    background-color: #f6f6f6;
    color: #000;
}

textarea:focus {
    border: 2px solid #9cddfc;
}

#optional-form {
    font-weight: 400;
    color: #b6b6b6;
}

.form-title {
    cursor: default;
}

::placeholder {
    color: #b6b6b6;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #b6b6b6;
}

/* notification bar */
.notifdiv-container {
    margin-top: 8px;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.notifdiv {
    background-color: #fe9500;
    top: 0px;
    display: inline-block;
    box-sizing: border-box;
    padding: 12px;
    padding-left: 18px;
    padding-right: 18px;
    width: 678px;
    max-width: calc(100% - 16px);
    color: white;
    text-align: center;
    z-index: 20;
    border-radius: 22px;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popupdiv-container {
    z-index: 100;
}

.popupdiv {
    margin-top: -96px;
    transition: margin-top ease-out 0.35s;
}

.bluenotif {
    background-color: #007aff;
}

.purplenotif {
    background-color: #af52de;
}

.greennotif {
    background-color: #35c759;
}

.orangenotif {
    background-color: #fe9500;
}

.nojsdiv-container {
    z-index: 100;
}

.notiflink {
    color: white;
}

.notif-icon {
    height: 24px;
    width: 24px;
    position: absolute;
    left: calc(100% - 24px);
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    transition: 0.1s;
    -webkit-transition: 0.1s;
}

/* section title */
.section {
    position: relative;
    height: 114px;
    margin-top: -18px;
    margin-bottom: -18px;
}

.section-title {
    text-align: center;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
    text-transform: uppercase;
    font-family:
        "Inter Fix",
        "Inter",
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
}

/* footer */
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -114px;
}

.push {
    margin-top: -18px;
    height: 114px;
}

.footer {
    width: 100%;
    text-align: center;
    font-size: 0.85em;
    letter-spacing: -0.2px;
    left: 0;
    bottom: 0;
    height: 114px;
    margin-top: -18px;
    position: relative;
    cursor: pointer;
}

.footer-text {
    white-space: nowrap;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.2;
    text-transform: uppercase;
}
.footer-end {
    height: 50px;
    width: 100%;
    position: absolute;
    margin-top: -50px;
    z-index: -10;
}

/* easteregg click */
.easteregg {
    cursor: pointer;
}

/* moved page link */
.moved-link {
    cursor: pointer;
    color: black;
    text-decoration: none;
}

/* invisible bottom bar under DVH */
.invisbotbar {
    background-color: #f2f1f6;
    width: 100%;
    height: 135px;
    position: fixed;
    bottom: -135px;
    opacity: 1;
    transition: all ease-in 1.3s;
    z-index: 50;
}

/* command example */
.command-title {
    line-height: 1.8;
    margin-top: 14px;
    font-weight: 500;
}
.command {
    background: black;
    color: white;
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: 500;
    white-space: nowrap;
}

/* dark mode */
@media (prefers-color-scheme: dark) {
    /* body */
    body {
        background-color: #000;
        color: white;
    }

    /* hidden preload div */
    .hidden-preload-div {
        content: url(/styles/discoegg/images/pfp-disco-dark.webp);
    }

    /* logo bar */
    .logo {
        filter: invert(1);
    }
    .back-button {
        background-color: white;
    }
    .back-button-icon {
        fill: black;
    }

    /* profile picture and name */
    .pfp {
        background-color: #4c0d19;
        -webkit-box-shadow: inset 0px 0px 0px 2px #661222;
        -moz-box-shadow: inset 0px 0px 0px 2px #661222;
        box-shadow: inset 0px 0px 0px 2px #661222;
    }

    /* social icons */
    .social-icon {
        fill: white;
    }

    /* card */
    .card {
        background: #1c1c1e;
        color: white;
        border: 2px solid #323234;
        color: white;
    }

    .card-subtitle {
        color: #5a5a5c;
    }

    .card-small-link {
        color: white;
    }

    /* card banners */
    .banner-1 {
        background-color: #4c110e;
        border: 2px solid #661712;
        border-bottom: 0;
    }

    .banner-icon-1 {
        fill: #661712;
    }

    .banner-2 {
        background-color: #4c2c00;
        border: 2px solid #663b01;
        border-bottom: 0;
    }

    .banner-icon-2 {
        fill: #663b01;
    }

    .banner-3 {
        background-color: #4c3d00;
        border: 2px solid #665100;
        border-bottom: 0;
    }

    .banner-icon-3 {
        fill: #665100;
    }

    .banner-4 {
        background-color: #0f3b1a;
        border: 2px solid #154f23;
        border-bottom: 0;
    }

    .banner-icon-4 {
        fill: #154f23;
    }

    .banner-5 {
        background-color: #1b3b4b;
        border: 2px solid #244f64;
        border-bottom: 0;
    }

    .banner-icon-5 {
        fill: #244f64;
    }

    .banner-6 {
        background-color: #00244c;
        border: 2px solid #003066;
        border-bottom: 0;
    }

    .banner-icon-6 {
        fill: #003066;
    }

    .banner-7 {
        background-color: #1a1940;
        border: 2px solid #232255;
        border-bottom: 0;
    }

    .banner-icon-7 {
        fill: #232255;
    }

    .banner-8 {
        background-color: #341842;
        border: 2px solid #462058;
        border-bottom: 0;
    }

    .banner-icon-8 {
        fill: #462058;
    }

    .banner-9 {
        background-color: #4c0d19;
        border: 2px solid #661222;
        border-bottom: 0;
    }

    .banner-icon-9 {
        fill: #661222;
    }

    /* button */
    .button-new {
        background-color: #323234;
        color: #eaeaea;
    }

    .button {
        color: white;
    }

    .button-container:after {
        fill: white;
        filter: invert(1);
    }

    .button-divider {
        border-top: 2px solid #323234;
    }

    .content-divider {
        border-top: 2px solid #323234;
    }

    /* info grid */
    .title-grid-item {
        background: #323234;
        color: #eaeaea;
        border: 2px solid #323234;
    }

    .grid-item {
        background: #1c1c1e;
        color: white;
        border: 2px solid #323234;
    }

    /* simple page content */
    .simple-text {
        text-align: center;
        color: white;
    }

    .simple-button {
        background: #1c1c1e;
        color: white;
        fill: white;
        border: 2px solid #323234;
    }

    /* contact form */
    .form-input-title {
        color: #5a5a5c;
    }

    input[type="text"] {
        border: 2px solid #323234;
        background-color: #232325;
        color: #fff;
    }

    input[type="text"]:focus {
        border: 2px solid #244f64;
    }

    input[type="email"] {
        border: 2px solid #323234;
        background-color: #232325;
        color: #fff;
    }

    input[type="email"]:focus {
        border: 2px solid #244f64;
    }

    textarea {
        border: 2px solid #323234;
        background-color: #232325;
        color: #fff;
    }

    textarea:focus {
        border: 2px solid #244f64;
    }

    #optional-form {
        font-weight: 400;
        color: #5a5a5c;
    }

    ::placeholder {
        color: #5a5a5c;
        opacity: 1;
    }

    ::-ms-input-placeholder {
        color: #5a5a5c;
    }

    /* notification bar */
    .notifdiv {
        background-color: #fe9f0c;
    }

    .bluenotif {
        background-color: #0b84ff;
    }

    .purplenotif {
        background-color: #bf5af2;
    }

    .greennotif {
        background-color: #31d158;
    }

    .orangenotif {
        background-color: #fe9f0c;
    }

    .nojsdiv {
        background-color: #fe9f0c;
    }

    /* moved page link */
    .moved-link {
        color: white;
    }

    /* invisible bottom bar under DVH */
    .invisbotbar {
        background-color: #000000;
    }

    /* command example */
    .command {
        background-color: white;
        color: black;
    }
}

/* hover only */
@media (hover: hover) and (pointer: fine) {
    /* logo bar */
    .logo:hover {
        opacity: 0.8;
    }
    .back-button:hover {
        opacity: 0.8;
    }

    /* social icons */
    .social-icon:hover {
        opacity: 0.8;
    }

    .il-footer-text:after {
        content: "PRESS SPACE OR CLICK ANYWHERE TO SKIP INTRO";
    }

    /* button */
    .button-new:hover {
        opacity: 0.75;
    }

    .collapsible:hover .button-container {
        background-color: rgba(228, 228, 228, 0.3);
    }

    .button-container:hover {
        background-color: rgba(228, 228, 228, 0.3);
    }

    .menu-button:hover {
        background-color: rgba(228, 228, 228, 0.3);
    }

    /* simple page content */
    .simple-button:hover {
        background-color: #f6f6f6;
    }

    /* contact form */
    input[type="text"]:hover {
        border: 2px solid #b6b6b6;
    }

    input[type="text"]:focus:hover {
        border: 2px solid #9cddfc;
    }

    input[type="email"]:hover {
        border: 2px solid #b6b6b6;
    }

    input[type="email"]:focus:hover {
        border: 2px solid #9cddfc;
    }

    textarea:hover {
        border: 2px solid #b6b6b6;
    }

    textarea:focus:hover {
        border: 2px solid #9cddfc;
    }

    /* notification bar */

    .notiflink:hover {
        opacity: 0.75;
    }

    /* easteregg click */
    .easteregg:hover {
        opacity: 0.75;
    }

    /* moved page link */
    .moved-link:hover {
        opacity: 0.75;
    }

    /* footer */
    .footer:hover {
        opacity: 0.7;
    }

    .command:hover {
        opacity: 0.75;
        cursor: pointer;
    }

    /* dark mode */
    @media (prefers-color-scheme: dark) {
        /* button */
        .collapsible:hover .button-container {
            background-color: rgba(50, 50, 52, 0.3);
        }

        .button-container:hover {
            background-color: rgba(50, 50, 52, 0.3);
        }

        .menu-button:hover {
            background-color: rgba(50, 50, 52, 0.3);
        }

        /* simple page content */
        .simple-button:hover {
            background-color: #232325;
        }

        /* contact form */
        input[type="text"]:hover {
            border: 2px solid #5a5a5c;
        }

        input[type="text"]:focus:hover {
            border: 2px solid #244f64;
        }

        input[type="email"]:hover {
            border: 2px solid #5a5a5c;
        }

        input[type="email"]:focus:hover {
            border: 2px solid #244f64;
        }

        textarea:hover {
            border: 2px solid #5a5a5c;
        }

        textarea:focus:hover {
            border: 2px solid #244f64;
        }
    }
}
