/* GAHHHHHHHHHH */
*{
    font-family: Helvetica;
    color: white;
}
body {
    background-color: #454e6f;
    background-image: url(/assets/siteBG.png);
    background-size: max(40vw, 40vh);
    image-rendering: pixelated;
    scroll-behavior: smooth;
}

.pixelart {
    image-rendering: pixelated;
}

.title {
    margin-inline: auto;
}
.pixeltext {
  font-family: "Press Start 2P", system-ui;
  font-weight: 01000;
  font-style: normal;
}

#headerImage {
    user-select: none;
}

::selection {
    background: white;
    color:rgb(0, 53, 113);
    font-weight: bold;
}

img::selection {
    background: rgb(255, 255, 255);
}

.navbar {
    display: flex grid;
    text-align: center;
    line-height: 2.4em;
    justify-content: space-evenly;
    margin-top: 0;
    margin-bottom: 0;
}

.nav {
    padding-inline: 1em;
    margin-inline: -.1em;
    font-size: clamp(0.1rem, 1.2rem, 4rem);
    text-wrap: nowrap;
}

a.nav:hover  {
    text-shadow: 0 0 10px, 0 0 30px, 0 0 60px;
    color: white;
    padding-block: .6em;
}

a.cashmoney {
    color:rgb(83, 232, 227);
}

a.cashmoney:hover  {
    background-color: rgb(68, 208, 147);
}



h1, h2, h3 {
    width: fit-content;
}

p {
    line-height: 1.3em;
    margin-block: 1.4em;
}

p.standalone {
    padding-inline: 20px;
    padding-block: 10px;
    margin-block: 2em;
    width: min(80vw, 800px);
    margin-inline: auto;
}


h2 > a {
    font-weight: inherit !important;
}

a {
    color: rgb(83, 210, 232);
    font-family: Helvetica;
    font-weight: bold;
    font-size: inherit;
    transition: all 0.2s ease-in;
    text-decoration: none;
    display: inline;
}

a:hover {
    transition: all 0.1s ease-out;
    color: white;
    background-color: rgb(71, 178, 221);
    border-radius: .2em;
    font-weight: bold;
    text-shadow: 0 0 10px, 0 0 30px, 0 0 60px;
}
p>a:hover{
    padding: 3px;
    margin: -3px;
}

.no-a {
    all: inherit;
    background-color: inherit;
}

.no-a:hover {
    all: inherit;
}

.settings {
    position: absolute;
    top: 10px;
    right: 10px;
    
}

hr {
    margin: 20px 0 -10px 0;
    border-color:white;
}

button.scrollup {
    position: fixed;
    right: 15px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: none;
    background-color: rgba(65, 89, 131, 0.527);
}

a.clickNoTell {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    display: inline;
}
a.header {
    color: white;
}
a.header:hover{
    color: rgb(138, 192, 254);
    text-shadow: none;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 2em;
}

.disclaimer {
    color: rgb(153, 178, 203);
    font-size: 60%;
    font-weight: bolder;
    margin-top: -1.5em;
}

.spoiler {
    color: transparent !important;
    background: rgba(20, 26, 43, 0.452);
    border-radius: 4px;
    margin: 0;
}

.spoiler:hover {
    color: inherit;
    transition: color 0.2s;
}

.content {
    background-color: rgba(37, 40, 49, 0.265);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding-inline: 20px;
    padding-block: 10px;
    margin-block: 2em;
    width: min(80vw, 800px);
    margin-inline: auto;
    text-wrap: pretty;
}

.icontent {
    border-radius: 5px;
    padding-inline: 20px;
    padding-block: 10px;
    margin-block: 2em;
    width: min(80vw, 800px);
    margin-inline: auto;
}

footer {
    background-color: rgba(37, 40, 49, 0.265);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding-inline: 20px;
    padding-block: 10px;
    margin-block: 1vh;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 30%;
}


    
.divHeader {
    height: max-content;
    width: min-content;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-block: 2vh;
    margin-top: -20px;
    margin-bottom: -40px;
    margin-inline: auto;
}

.pageHeader {
    align-self: center;
    white-space: nowrap;
    font-size: clamp(1rem, 8vw, 6rem);
    text-overflow: ellipsis;
    overflow: hidden;}

.emojIcon {
    height: 1em;
    flex-basis: 1em;
    align-self: center;
    width: auto;
    }

#saltyMouse {
    position: absolute;
    z-index: -100;

    max-width: 10vw;
    max-height: 10vh;
    overflow: clip;
    transition: top, left, 3s cubic-bezier(.23,.88,.13,.98);
}

.slider {
    appearance: none;
    border-radius: 3px;
    background: rgba(132, 144, 164, 0.619);
}
.slider:active {
    transition: all 0.2s ease-out;
    background: rgb(94, 167, 252);
    font-weight: bold;
    box-shadow: 0 0 20px rgb(94, 167, 252), 0 0 80px rgb(94, 167, 252);
}

a > img {
    pointer-events: none;
    user-select: text;
    transition: none;
}
    
img {
    user-select: text;
    }