* {
    box-sizing: border-box;
}


@font-face {
    font-family: pixelFont;
    src: url(./fonts/pixel-font-v1-5.ttf);
}

@font-face {
    font-family: jpPixel;
    src: url(./fonts/BestTen-DOT.otf);
}

@font-face {
    font-family: PlanetaryContact;
    src: url(./fonts/PlanetaryContact.ttf);
}

@font-face {
    font-family: Amoria;
    src: url(./fonts/AMORIA.otf);
}

body {
    margin: 0;
    background-image: url(./images/background-starsky.gif);
}

a {
    text-decoration: none;
}

:root {
    --light-green: #b2ff9e;
    --neon: #affc41;
    --light-teal: #13ecc1;
    --dark-teal: #0da981;
    --ourple: #531c87;
    --light-blue: #dbe1ff;
    --navy: #0a1158;
    --blue: #162994;
    --background: repeating-linear-gradient(
        #fafeff 0%,
        #fafeff 0.2%,
        #d2f3fa 0.5%,
        #d2f3fa 0.7%
    );
}

.normal-button {
    font-family: pixelFont;
    font-size: 18px;
    padding: 0 5px;
    border: 4px double #080525;
    border-radius: 5px;
    color: #080525;
    background-color: var(--light-blue);
}

.normal-button:hover {
    background-color: #b3b4f1;
}

/*#bg-ufo {
    position: fixed;
    top: 350px;
    left: -150px;
    z-index: -999;
    animation: fly 30s linear 3s infinite;
}

@keyframes fly {
    100% {
        transform: translateX(150vw) translateY(-20vh);
    }
}*/


/*BODY*/


#header, #main-body, #footer {
    width: 951.5px;
    margin: 0 auto;
}

#header, #main-body {
    min-width: 951.5px;
}

.container {
    border: 9px var(--light-teal) double;
    border-radius: 10px;
}

.bullet {
    width: 20px;
}

.content {
    background: var(--background);
    border: 4px double var(--ourple);
    border-radius: 5px;
    width: fit-content;
    height: fit-content;
    overflow: auto;
    padding: 5px;
}

.header {
    font-family: PlanetaryContact;
    margin: 10px 0;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    text-align: center;
    color: var(--light-blue);
    font-size: 26px;
}

.small-header {
    font-family: pixelFont;
    font-size: 36px;
    font-weight: bold;
    color: var(--light-blue);
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.normal-text {
    font-size: 22px;
    font-family: pixelFont;
}

.smaller-text {
    font-size: 18px;
    font-family: pixelFont;
}

.larger-text {
    font-size: 28px;
}

.color-light {
    color: var(--light-blue);
}

.color-navy {
    color: var(--navy);
}

.color-blue {
    color: var(--blue);
}

.color-bluer {
    color: #0f2fe2;
}

.color-ourple {
    color: var(--ourple);
}

.goback {
    width: 60px;
    position: absolute;
    top: 250px;
    left: 500px;
}

/*.sixteenpx {
    font-size: 16px;
}

.eighteenpx {
    font-size: 18px;
}*/

.link-underline:hover {
    text-decoration: underline;
}

.left-margin-align {
    margin: 10px 0 10px 42px;
    text-align: left;
}

.center-align {
    text-align: center;
}

/*BANNER*/

#header {
    height: 200px;
    margin: 15px auto;
    background-image: url(./images/banner-test2.gif);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#title-container {
    display: flex;
    align-items: center;
}

/*.header-title {
    font-size: 60px;
    font-family: Amoria;
    display: inline-block;
    margin: 0 0 50px 0;
    color: var(--light-blue);
    text-shadow: 4px 6px #1b093b;
}*/

#header-gif {
    display: inline-block;
    width: 80px;
    margin: 0 5px 50px 5px;
}

#title-txt-alt {
    width: calc(0.9 * 951.5px);
    margin-bottom: 20px;
}

#subtitle {
    font-family: sans-serif;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 270px;
    left: 48%;
}


/*MAIN CONTENT*/

#main-body {
    display: flex;
    gap: 5px;
    --side-width: 30%;
    --body-height: 1000px;
}

#sidebar-left, #sidebar-right, #main-doc {
    border: 5px #d2f3fa inset;
    /*background-image: url(./images/QHGDAvk.jpeg);*/
    height: var(--body-height);
}

#sidebar-left, #sidebar-right {
    width: var(--side-width);
    max-width: var(--side-width);
    overflow: hidden;
    height: 600px;
}

/*MAIN DOC CONTENT*/

#main-doc {
    /*width: calc(100% - var(--side-width));*/
    width: 100%;
    height: fit-content;
    padding-bottom: 40px;
    background: repeating-linear-gradient(
        #4a92ff60 0%,
        #4a92ff60 0.2%,
        #69a5ff60 0.5%,
        #69a5ff60 0.7%
    );
}

.divider {
    width: 90%;
    margin: 30px auto;
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.noWrap {
    white-space: nowrap;
}

/*LEFT SIDEBAR CONTENT*/

/*RIGHT SIDEBAR CONTENT*/

/*FOOTER*/

#footer {
    margin: 6px auto 15px auto;
}

#wasting {
    margin: 5px 8px 0 8px;
}

/*#footer {
    display: flex;
    overflow: hidden;
    gap: var(--footer-gap);
}*/

.footer-scroll {
    display: flex;
    white-space: nowrap;
    width: fit-content;
    margin: 0 auto;
    /*animation: footer-scroll 12s linear infinite;*/
}

.footer-scroll p {
    margin: 0;
}

/*@keyframes footer-scroll {
    0% {transform: translateX(0);}
    100% {transform: translateX(calc(-100% - var(--footer-gap)));}
}/*