/* https: //www.cursors-4u.com/cursor/2011/11/26/shiny-sky-blue-star.html */
* {
    cursor: url(https://cur.cursors-4u.net/symbols/sym-7/sym631.ani), url(https://cur.cursors-4u.net/symbols/sym-7/sym631.png), auto !important;
    scrollbar-color: #1f44c6 #0f0e0e;
}

::selection {
    color: #f2f3f4;
    background: #1f44c6;
}

::-moz-selection {
    /* Code for Firefox */
    color: #f2f3f4;
    background: #1f44c6;
}

.highlight-darkblue::selection {
    color: #f2f3f4;
    background: #68b3ff;
}

body {
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

.container {
    display: flex;
    flex-direction: row;
    gap: 2.5em;
    margin: 30px;
}

.navigation-container {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #0f0e0e #1f44c6;
    margin: 100px 0px 0px 0px;
    /* background-color: gray; */
    z-index: 3;
}

@media (max-width: 600px) {
    .navigation-container {
        margin: 50px 0px 0px 0px;
    }
}

.navigation {
    padding: 12px 12px 0px 12px;
    background-color: #0f0e0e;
    border: solid;
    border-width: 5px;
    border-color: #1f44c6;

    /* note that the navigation menu now has a fixed size */
    width: 140px;
    height: 496px;
}

.navmenu-topbar {
    background-color: #0f0e0e;
    overflow: hidden;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
    position: fixed;
    z-index: 3;
}

.navmenu-button {
    font-family: 'Roboto Mono';
    font-family: normal;
    color: #f2f3f4;
    font-size: 22px;
    padding-top: 9px;
    margin: 0px;
    text-align: center;
    z-index: 3;
    height: 50px;
    width: 50px;
    background-color: #0f0e0e;

    transition: all .2s ease-in-out;
}

.navmenu-button:active {
    background-color: #1f44c6;
    transition: .1s;
}

.sidebar-left {
    z-index: 3;
    order: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 150px;
    /* background-color: aquamarine; */
}

.sidebar-right {
    order: 3;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    /* background-color: aquamarine; */
}

.main-content {
    order: 2;
    flex-grow: 4;
    flex-basis: 0;
    /* background-color: coral; */
}

footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

    font-family: 'Roboto Mono';
    font-weight: bold;
    font-size: 12px;
    color: #f2f3f4;
    background-color: #0f0e0e;
    padding: 5px;
    width: fit-content;
}

.box-white {
    border: solid 5px #68b3ff;
    background-color: #f2f3f4;
    padding: 0px 20px;
    box-shadow: 10px 10px #1f44c6;
    margin: 0px 10px 10px 0px;
}

.box-black {
    border: solid 5px #68b3ff;
    background-color: #0f0e0e;
    padding: 0px 20px;
    box-shadow: 10px 10px #1f44c6;
    margin: 0px 10px 10px 0px;
}


.box-gradientlightblue {
    border-style: solid;
    border-width: 5px;
    border-image: linear-gradient(to bottom right, #68b3ff 0%, #f2f3f4 100%) 1;

    background: linear-gradient(to bottom right, #f2f3f4 38%, #68b3ff);
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 10px 10px #1f44c6;
    margin: 0px 10px 10px 0px;
}

.box-gradientdarkblue {
    border-style: solid;
    border-width: 5px;
    border-image: linear-gradient(to bottom right, #1f44c6 0%, #68b3ff 100%) 1;

    background: linear-gradient(to bottom right, #68b3ff 38%, #1f44c6 100%);
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 10px 10px #1f44c6;
    margin: 0px 10px 10px 0px;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

/* general */
p,
ul,
ol {
    display: block;
    font-family: 'Roboto Mono';
    font-size: 14px;
    line-height: 1.5em;
    color: #0f0e0e;
    margin: .8em 0;
    overflow-wrap: break-word;
}

.box-black p,
.box-black ul,
.box-black ol,
.box-gradientdarkblue p,
.box-gradientdarkblue ul,
.box-gradientdarkblue ol {
    color: #f2f3f4;
}

.emphasize {
    font-weight: bold;
    color: #1f44c6;
}

em {
    font-weight: bold;
    color: #1f44c6;
    font-style: normal;
}

.tooltip {
    font-weight: bold;
    color: #1f44c6;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 3px;
}

.box-black .tooltip {
    color: #68b3ff;
}

h1 {
    display: block;
    font-family: 'Husky Stash';
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 75px;
    text-align: center;
    margin: 0px;

    color: #1f44c6;
    -webkit-text-stroke: 1px #f2f3f4;
    text-shadow: 5px 5px #0f0e0e;
}

h1.gradient {
    display: block;
    font-family: 'Husky Stash';
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 75px;
    text-align: center;
    margin: 0px;

    -webkit-text-stroke: unset;
    background: linear-gradient(to right, #24baff, #3025cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    filter: drop-shadow(5px 5px #0f0e0e);
}

h2 {
    font-family: 'Nerko One';
    font-weight: normal;
    font-size: 30px;
    margin: .4em 0px .4em 0px;
    color: #68b3ff;
    line-height: 1em;
}

h3 {
    font-family: 'Nerko One';
    font-weight: normal;
    font-size: 22px;
    margin: .4em 0px .4em 0px;
    color: #1f44c6;
    line-height: 1em;
}

a {
    color: #4398ed;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color .2s;
}

a:link {
    color: #4398ed;
}

a:visited {
    color: #4398ed;
    text-decoration: none;
}

a:focus {
    color: #1f44c6;
    text-decoration: underline;
}

a:hover {
    color: #1f44c6;
    text-decoration: underline;
}

a:active {
    color: #1f44c6;
    text-decoration: underline;
}



/* dark blue highlight */
a.darkblue {
    color: #f2f3f4;
    display: inline-block;
    transition: transform 0.2s;
}

a.darkblue:link {
    text-decoration: none;
}

a.darkblue:visited {
    text-decoration: none;
}

a.darkblue:focus {
    font-weight: bold;
    background-color: #1f44c6;
    transform: scale(1.1);
}

a.darkblue:hover {
    font-weight: bold;
    background-color: #1f44c6;
    transform: scale(1.1);
}

a.darkblue:active {
    text-decoration: none;
}

/* no decoration */
a.no-decor {
    color: #f2f3f4;
}

a.no-decor:link {
    text-decoration: none;
}

a.no-decor:visited {
    text-decoration: none;
}

a.no-decor:focus {
    text-decoration: none;
}

a.no-decor:hover {
    text-decoration: none;
}

a.no-decor:active {
    text-decoration: none;
}

.box-gradientlightblue a {
    font-weight: bold;
}

.box-gradientdarkblue a {
    font-weight: bold;
    color: #1f44c6;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: .3s;
}

.box-gradientdarkblue a:link {
    color: #1f44c6;
}

.box-gradientdarkblue a:visited {
    color: #1f44c6;
    text-decoration: none;
}

.box-gradientdarkblue a:focus {
    color: #f2f3f4;
    text-decoration: underline;
}

.box-gradientdarkblue a:hover {
    color: #f2f3f4;
    text-decoration: underline;
}

.box-gradientdarkblue a:active {
    color: #f2f3f4;
    text-decoration: underline;
}

a.button {
    display: inline-block;
    font-family: 'Roboto Mono';
    font-size: 16px;
    font-weight: bold;

    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 4px 15px;

    color: #1f44c6;
    background-color: #f2f3f4;
    border: solid 2px #68b3ff;
    border-radius: 15px;
    box-shadow: 6px 6px #1f44c6;

    width: fit-content;
    transition: all .2s;
}

a.button:hover {
    color: #f2f3f4;
    background-color: #68b3ff;
    box-shadow: none;
    transform: translate(6px, 6px);
}

a.button:active {
    color: #f2f3f4;
    background-color: #68b3ff;
    box-shadow: none;
    transform: translate(6px, 6px);
}

a.button:focus {
    color: #f2f3f4;
    background-color: #68b3ff;
    box-shadow: none;
    transform: translate(6px, 6px);
}


a.button-darkblue-no-border {
    display: inline-block;
    font-family: 'Roboto Mono';
    font-size: 16px;
    font-weight: bold;

    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 4px 15px;

    color: #f2f3f4;
    background-color: #68b3ff;
    border: none;
    border-radius: 15px;
    box-shadow: 6px 6px #1f44c6;

    width: fit-content;
    transition: all .2s;
}

a.button-darkblue-no-border:hover {
    box-shadow: none;
    transform: translate(6px, 6px);
}

a.button-darkblue-no-border:active {
    box-shadow: none;
    transform: translate(6px, 6px);
}

a.button-darkblue-no-border:focus {
    box-shadow: none;
    transform: translate(6px, 6px);
}

.highlight {
    color: #f2f3f4;
    background-color: #68b3ff;
}

.highlight-darkblue {
    color: #f2f3f4;
    background-color: #1f44c6;
}

h2>span.highlight,
h3>span.highlight {
    color: #f2f3f4;
    background-color: #68b3ff;
    padding-left: 6px;
    padding-right: 6px;
}

h2>span.highlight-darkblue,
h3>span.highlight-darkblue {
    color: #f2f3f4;
    background-color: #1f44c6;
    padding-left: 6px;
    padding-right: 6px;
}

ul.arrow {
    list-style-type: none;
}

ul.arrow li:before {
    content: "\279C";
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -25px;
    margin-right: 0px;
    display: inline-block;
    width: 25px;
}

ul.star {
    list-style-type: none;
}

ul.star li:before {
    content: "\2726";
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -25px;
    margin-right: 0px;
    display: inline-block;
    width: 25px;
}

ul.no-indent {
    list-style: none;
    padding-left: 0;
}

hr.star-darkblue {
    border: none;
    border-top: 3px solid #1f44c6;
    color: #1f44c6;
    text-align: center;
    overflow: visible;
    height: 0;
    margin: 1.3em 0;
}

hr.star-darkblue::after {
    font-size: 25px;
    content: "\2726";
    padding: 0 5px;
    position: relative;
    top: -20px;
    background: #0f0e0e
}

/* vertical-align fixes the invisible margin at the bottom of the image */
img {
    vertical-align: middle;
}

figure {
    inline-size: fit-content;
    margin-inline: auto;
    text-align: center;
}

figcaption {
    font-family: 'Roboto Mono';
    font-size: 12px;
    text-align: center;
    contain: inline-size;
}

.box-black figcaption {
    color: #f2f3f4;
}

blockquote {
    font-size: 14px;
    font-family: 'Special Elite';
    font-style: italic;
    color: #1f44c6;
    padding: 1em 15px 1em 35px;
    /* top right bottom left*/
    border-left: 6px solid #68b3ff;
    line-height: 1.3;
    position: relative;
    background: #f1f1f1;
    margin-left: 2em;
    margin-right: 0;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #68b3ff;
    font-size: 3.5em;
    position: absolute;
    left: 3px;
    top: -5px;
}

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    color: #1f44c6;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

/* https: //ryanmulligan.dev/blog/css-marquee/ */
.marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);

    animation: scroll var(--seconds) linear infinite;
}

.marquee:hover ul {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.bounce {
    animation: 1.5s ease infinite bounce;
}

@keyframes bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(1.2, 0.9);
    }

    30% {
        transform: translateY(-15px)
    }

    50% {
        transform: scale(1) translateY(0);
    }

    100% {
        transform: translateY(0)
    }
}

/* #region image effects */

.img-zoom img {
    transition: transform 0.2s ease-in-out;
}

.img-zoom img:hover {
    transform: scale(1.15);
}

/* must be <div> */
.img-darken-wrapper {
    background: #000000;
    margin: 0px;
}

/* can be <span> */
.img-darken {
    opacity: 1;
    transition: opacity 0.3s;
}

.img-darken:hover {
    opacity: 0.8;
}

.tilt {
    transform: rotate(var(--initial-tilt));
    transition: transform 0.3s ease;
}

.tilt:hover {
    transform: rotate(calc(var(--initial-tilt) + 8deg));
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;

    font-family: 'Nerko One';
    font-size: 22px;
    border: none;
    border-radius: 15px;
    color: #f2f3f4;
    background-color: #68b3ff;
    padding: 5px;

    transition: .2s;
}

#backToTop:hover {
    color: #f2f3f4;
    background-color: #1f44c6;
}

/* #endregion */


#statuscafe {
    display: block;
    color: #f2f3f4;
    padding: 10px 10px 15px 15px;

    max-height: 100px;
    scrollbar-color: #1f44c6 #0f0e0e;
    scrollbar-width: thin;
    overflow: auto;
}

#statuscafe-username {
    font-family: 'Nerko One';
    font-size: 16px;
    line-height: 1.5em;
}

#statuscafe-content {
    font-family: 'Roboto Mono';
    font-size: 12px;
    line-height: 1.3em;
    overflow-wrap: break-word;
}

/* #region fonts  */
@font-face {
    font-display: swap;
    font-family: 'Nerko One';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nerko-one-v16-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto-mono-v30-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Mono';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/roboto-mono-v30-latin-italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Special Elite';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/special-elite-v19-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Transformers';
    src: url('/fonts/transformers.ttf');
}

@font-face {
    /* https: //www.dafont.com/husky-stash.font */
    font-family: 'Husky Stash';
    src: url('/fonts/husky_stash.otf') format("opentype");
}

/* #endregion */