/*

░███     ░███    ░███      ░██████     ░██████   ░██████░██    ░██ ░██████████ ░██         ░██     ░██
░████   ░████   ░██░██    ░██   ░██   ░██   ░██    ░██  ░██    ░██ ░██         ░██          ░██   ░██
░██░██ ░██░██  ░██  ░██  ░██         ░██           ░██  ░██    ░██ ░██         ░██           ░██ ░██
░██ ░████ ░██ ░█████████  ░████████   ░████████    ░██  ░██    ░██ ░█████████  ░██            ░████
░██  ░██  ░██ ░██    ░██         ░██         ░██   ░██   ░██  ░██  ░██         ░██             ░██
░██       ░██ ░██    ░██  ░██   ░██   ░██   ░██    ░██    ░██░██   ░██         ░██             ░██
░██       ░██ ░██    ░██   ░██████     ░██████   ░██████   ░███    ░██████████ ░██████████     ░██



               ░██████░███    ░██   ░██████   ░█████████  ░██████░█████████  ░██████████ ░███████      ░████████   ░██     ░██
                 ░██  ░████   ░██  ░██   ░██  ░██     ░██   ░██  ░██     ░██ ░██         ░██   ░██     ░██    ░██   ░██   ░██
                 ░██  ░██░██  ░██ ░██         ░██     ░██   ░██  ░██     ░██ ░██         ░██    ░██    ░██    ░██    ░██ ░██
                 ░██  ░██ ░██ ░██  ░████████  ░█████████    ░██  ░█████████  ░█████████  ░██    ░██    ░████████      ░████    ░██
                 ░██  ░██  ░██░██         ░██ ░██           ░██  ░██   ░██   ░██         ░██    ░██    ░██     ░██     ░██
                 ░██  ░██   ░████  ░██   ░██  ░██           ░██  ░██    ░██  ░██         ░██   ░██     ░██     ░██     ░██
               ░██████░██    ░███   ░██████   ░██         ░██████░██     ░██ ░██████████ ░███████      ░█████████      ░██     ░██



░███     ░███   ░██████     ░██████   ░███    ░██   ░██████   ░██████░███████   ░██████████          ░██████░███    ░██ ░███    ░██
░████   ░████  ░██   ░██   ░██   ░██  ░████   ░██  ░██   ░██    ░██  ░██   ░██  ░██                    ░██  ░████   ░██ ░████   ░██
░██░██ ░██░██ ░██     ░██ ░██     ░██ ░██░██  ░██ ░██           ░██  ░██    ░██ ░██                    ░██  ░██░██  ░██ ░██░██  ░██
░██ ░████ ░██ ░██     ░██ ░██     ░██ ░██ ░██ ░██  ░████████    ░██  ░██    ░██ ░█████████             ░██  ░██ ░██ ░██ ░██ ░██ ░██
░██  ░██  ░██ ░██     ░██ ░██     ░██ ░██  ░██░██         ░██   ░██  ░██    ░██ ░██                    ░██  ░██  ░██░██ ░██  ░██░██
░██       ░██  ░██   ░██   ░██   ░██  ░██   ░████  ░██   ░██    ░██  ░██   ░██  ░██                    ░██  ░██   ░████ ░██   ░████
░██       ░██   ░██████     ░██████   ░██    ░███   ░██████   ░██████░███████   ░██████████          ░██████░██    ░███ ░██    ░███



*/


/* COLOR VARIABLES */

:root{

    /* Color variables */
    --Starlight: #fac372;
    --Penumbra: #4e176bdf;
    --Dawn: #f09c83;
    --Moonlight: #cdd9ee;
    --LinkLight: #e9f0ff;
    --Eclipse: #13001beb;
    --Midnight: #1a001f;
    --Umbra: #0a0008;
    --BabyPur: #dbc9ff;

    /* Cursor variables - prevents breaking if URL fails */
    --cursor-default: url(https://www.rw-designer.com/cursor-view/144663.png), auto;
    --cursor-pointer: url(https://www.rw-designer.com/cursor-view/144662.png), pointer;

}



/* MAIN CRAP */

body {
    margin: 0;
    background-image: url("../Images/background/seam.gif");
    background-size: 200px 215px;

    /* --- TINT CONTROLS --- */
    background-color: rgba(122, 0, 122, 0.6); /* tint color + opacity */
    background-blend-mode: multiply;      /* or: overlay, darken, lighten */
}


html {
    scrollbar-color: var(--Midnight) var(--Umbra);
    scrollbar-width: thin;
    cursor: var(--cursor-default);
}

iframe{
    scrollbar-color: var(--Midnight) var(--Umbra);
    scrollbar-width: thin;
}


button {
    cursor: var(--cursor-pointer);
}

h1,
h2,
h3 {
    font-family: 'Kulture';
    text-align: center;
    line-height: 4px;
    letter-spacing: 2px;
}


p {
    text-align: center
}

/* MAIN SSSSSS STYLES! */

.wrapper {
    max-width: 900px;
    width: min(900px, calc(100vw - 40px));
    min-width: 320px;
    margin: 20px 20px 20px 260px;
    justify-content: center;
    box-sizing: border-box;
}

.Sorry {
    font-family: 'SourceCode';
    font-size: 12px;
    font-weight: normal;
    margin-left: 115px;
}


/* HEEEEEAAAAAADDDDSSSS!!! */

.header {
    display: flex;
    flex-direction: column;
    background-color: var(--Eclipse);
    padding: 8px;
    border-radius: 4px;
    border: 1px ridge var(--Penumbra);
    box-shadow: 3px 3px black;
    width: 100%;
    box-sizing: border-box;

    color: var(--Moonlight)
}

.header img {
    border-radius: 4px;
    width: 100%;
    border: 1px rgb(59, 0, 60) ridge;
    margin-top: 12px;
    box-sizing: border-box;
}

.header h1 {
    color: var(--BabyPur);
    font-family: 'Kulture';
    text-align: right;
    line-height: 4px;
    letter-spacing: 3px;
}

.header h2 {
    font-family: 'Kulture';
    text-align: right;
    margin-top: -8px;
    letter-spacing: 4px;
    font-size: 65%;
}

.header .lead {
    font-size: 16px;
    margin-top: 8px;
    color: var(--BabyPur);
    font-family: 'FairFax';
    text-align: right;
}


/* ~ N A V I G A T I O N  ~ */

.navigation {

    display: flex;
    flex-direction: column;
    background-color: var(--Eclipse);
    padding: 12px 8px;
    border-radius: 6px;
    border: 1px ridge var(--Penumbra);
    box-shadow: 3px 3px black;


    position: fixed;
    left: 20px;
    top: 20px;
    width: 230px;
    height: calc(100vh - 41.5px);
    overflow-y: auto;
    z-index: 1000;
    box-sizing: border-box;


    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

.navigation img{
    border-radius: 6px;
    width: 100%;
    margin-bottom: 6px;
    padding-top : 4px;
}

.navigation a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 12px;
    color: var(--Moonlight);
    text-decoration: none;
    font-family: 'FairFax';
    border-radius: 4px;
    margin: 6px 0 8px 0;
    cursor: url(https://www.rw-designer.com/cursor-view/144662.png), url(https://www.rw-designer.com/cursor-view/144662.png), auto;
    border-bottom: 2px dotted transparent;
    padding-bottom: 8px;
    transition: color 200ms ease, border-color 200ms ease, background-color 180ms ease;
    line-height: 1.1;
    margin-top: 7px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.navigation a img {

    height: 1.2em;
    width: auto;
    display: block;
    object-fit: contain;
    align-self: center;
    flex-shrink: 0;
    border: none;
    background: transparent;
    outline: none;
    transition: filter 160ms ease;
}

.navigation a:hover {
    background: rgba(255,255,255,0.04);
    color: var(--LinkLight);
    border-bottom-color: rgba(255,255,255,0.18);
}

.navigation a:hover img {
    filter: brightness(1.08) saturate(1.05);
}

/* L IN KS */
.navigation a#Home {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 16px;
    border-bottom: none;
    background: transparent;
}

.navigation a#Home img {
    width: auto;
    height: 210px;
    flex-shrink: 0;
    border: none;
    background: transparent;
}

.navigation a#Home:hover {
    background: transparent;
}

.navigation a#Home:hover img {
    filter: brightness(1.15) saturate(1.1) drop-shadow(0 0 8px rgba(255,255,255,0.15));
}

/* Webkit 3:< */

.navigation::-webkit-scrollbar {
    width: 8px;
}
.navigation::-webkit-scrollbar-track {
    background: transparent;
}
.navigation::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 6px;
}
.navigation:hover::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.08);
}

/* h o v r */
.navigation:hover {
    scrollbar-color: rgba(255,255,255,0.08) transparent;
}

/* P H O N E S */

@media (max-width: 1300px) {
    .navigation {
        position: static;
        width: 100%;
        height: auto;
        margin: 12px auto 0 auto;
    }

    .wrapper {
        max-width: 1100px;
        width: min(1100px, calc(100vw - 32px));
        margin: 16px auto 24px auto;
    }
}

@media (max-width: 800px) {
    .navigation {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 12px;
    }

    .wrapper {
        max-width: none;
        width: min(1200px, calc(100vw - 16px));
        margin: 12px auto 24px auto;
        padding: 0 8px;
    }
}