/* fonts */

@font-face {
  font-family: 'ocr-a';
  src: URL('../fonts/ocra_extended/OCRAEXT.TTF') format('truetype');
}

@font-face {
  font-family: 'chicago';
  src: URL('../fonts/chicago/ChicagoFLF.ttf') format('truetype');
}

@font-face {
  font-family: 'neuropol';
  src: URL('../fonts/neuropol/Neuropol.otf') format('opentype');
}

@font-face {
  font-family: 'blur-medium';
  src: URL('../fonts/Blur_Medium/Blur Medium.otf') format('opentype');
}

@font-face {
  font-family: 'blur-light';
  src: URL('../fonts/Blur_Light/Blur Light.ttf') format('truetype');
}

@font-face {
  font-family: 'cyberotica';
  src: URL('../fonts/Cyberotica_Medium/Cyberotica Medium.otf') format('opentype');
}

@font-face {
  font-family: 'cyberotica-light';
  src: URL('../fonts/Cyberotica_Light_Regular/Cyberotica Light Regular.otf') format('opentype');
}

@font-face {
  font-family: 'earth';
  src: URL('../fonts/Earth/Earth Normal.ttf') format('truetype');
}

@font-face {
  font-family: 'caracas';
  src: URL('../fonts/Caracas/caracas.normal.ttf') format('truetype');
}

@font-face {
  font-family: 'windows';
  src: URL('../fonts/ProFontWindows/profontwindows.regular.ttf') format('truetype');
}

/* styling */

html {
    width: 100%;
    height: 100%;
}

@keyframes body-bg {
    from {
        background-image: repeating-linear-gradient(#0402, #0008 2px), linear-gradient(to right, #080, #000, #000, #000, #000, #000, #000, #000, #000);
    }
    to {
        background-image: repeating-linear-gradient(#0008, #0402 2px), linear-gradient(to right, #080, #000, #000, #000, #000, #000, #000, #000, #000);
    }
}



body {
    background-image: repeating-linear-gradient(#0008, #0402 2px), linear-gradient(to right, #040, #000, #000, #000, #000, #000, #000, #000, #000);
    color: white;
    margin: 5% 10%;
    font-family: ocr-a, Sans-Serif;
    font-size: 14px;
    animation-name: body-bg;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

h1 {
    font-family: blur-medium, Sans-Serif;
    font-size: 40pt;
    box-shadow: 0 0 0 1px #f0f4;
    color: #808;
    border: 2px solid;
    border-color: #777 #232 #222 #565;
    background-image: linear-gradient(#888, #999, #888);
    font-style: italic;
    text-shadow: 4px 4px #000;
}

h2 {
    font-family: chicago, Sans-Serif;
    font-size: 20pt;
    font-weight: normal;
    font-style: italic;
    color: #000;
    text-shadow: 1px 1px #f0f, 1px -1px #f0f, -1px -1px #f0f, -1px 1px #f0f;
}

h3 {
    color: #f0f;
    font-weight: normal;
    font-style: italic;
}

ul {
    margin-left: 10%;
    text-align: left;
}

p, li {
    font-family: blur-medium;
    font-size: 14px;
}

li {
    padding: 10px;
    border: 1px solid #0f08;
    margin-bottom: 10px;
}

a {
    color: #0f0;
    text-shadow: 1px 1px #000;
}

a:hover {
    color: #8f8;
}

a:active {
    color: #8f0;
}

a:visited {
    color: #0b0;
}

a:visited:hover {
    color: #0f0;
}

a:visited:active {
    color: #480;
}

audio {
    width: 100%;
}

button {
    border: 2px outset #777;
    background-image: linear-gradient(#888, #999, #888);
    color: white;
    text-shadow: 1px 1px 0 black;
    font-family: ocr-a;
    font-weight: bold;
    font-style: italic;
    width: 88px;
    height: 31px;
}

.doublewide-btn {
    width: 176px;
}

button:hover {
    border: 2px outset #888;
    background-image: linear-gradient(#999, #aaa, #999);
}

button:active {
    border: 2px inset #777;
    background-image: linear-gradient(#888, #777, #888);
}

textarea {
    background-color: black;
    color: #0f0;
    border: 2px inset #777;
}

img {
    margin: 0;
}

#btn88x31 {
    width: 266px;
}

.q {
    text-align: right;
    margin-left: 25%;
}

.a {
    text-align: left;
    margin-right: 25%;
}

@keyframes logoanim {
    0% {
        text-shadow: 4px 0 2px #0f04, -4px 0 2px #0f04, 0 0 4px #0f04, 0 0 4px #0f04, 50px 0 5px #0f04, -50px 0 5px #0f04, 0 0 10px #0f04, 0 0 10px #0f04;
        color: #fff8;
    }
    25% {
        color: #fff0;
    }
    50% {
        text-shadow: -4px 0 2px #f0f4, 4px 0 2px #f0f4, -8px 0 4px #f0f4, 8px 0 4px #f0f4, -50px 0 5px #f0f4, 50px 0 5px #f0f4, 50px 0 5px #f0f4, -50px 0 5px #f0f4;
        color: #fff8;
    }
    75% {
        color: #fff0;
    }
    100% {
        text-shadow: 4px 0 2px #0f04, -4px 0 2px #0f04, 0 0 4px #0f04, 0 0 4px #0f04, 50px 0 5px #0f04, -50px 0 5px #0f04, 0 0 10px #0f04, 0 0 10px #0f04;
        color: #fff8;
    }
}

.logotxt {
    font-family: ocr-a;
    font-style: italic;
    font-size: 50px;
    transform:scale(2,1);
    color:#fff8;
    animation-name: logoanim;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    text-shadow: 4px 0 2px #0f04, -4px 0 2px #0f04, 8px 0 4px #0f04, -8px 0 4px #0f04, 50px 0 5px #0f04, -50px 0 5px #0f04;
    z-index: 2;
}

.content {
    text-align: center;
    width: 800px;
}

@keyframes navbar-bg {
    from {
        background-image: repeating-linear-gradient(#0008, #0402 2px), linear-gradient(#040, #000, #040);
    }
    to {
        background-image: repeating-linear-gradient(#0402, #0008 2px), linear-gradient(#040, #000, #040);
    }
}

.navbar {
    padding: 10px 0 10px 0;
    font-family: ocr-a, Monospace;
    box-shadow: 0 -1px #0f0, 0 1px #0f0;
    border-radius: 100px;
    background-image: repeating-linear-gradient(#0008, #0402 2px), linear-gradient(#040, #000, #040);
    animation-name: navbar-bg;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.navbar p {
    font-family: ocr-a;
    font-size: 12pt;
}

.navbar a {
    background-color: black;
    padding: 10px 10px 0 1px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #080;
}

.navbar a:hover {
    border: 1px solid #0f0;
}

.navbar b {
    background-color: black;
    padding: 10px 10px 0 1px;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #fff;
}

.footer {
    display: block;
    padding: 10px;
    margin-top: 50px;
    border: solid #0f08;
    border-width: 1px 0 0 0;
}

.footer p {
    font-family: ocr-a;
    font-size: 12pt;
}

.sidebar {
    position: absolute;
    width: 88px;
    padding: 10px;
    left: 0;
    top: 0;
    z-index: 1;
}

.tooltip {
    padding: 4px;
    left: 100px;
    visibility: hidden;
    position: absolute;
    border: 1px solid;
    border-color: #777 #232 #222 #676;
    background-image: linear-gradient(#888, #999, #888);
    text-shadow: 1px 1px black;
    transition: .5s;
}

.has-tooltip:hover > .tooltip {
    visibility: visible;
    border-width: 4px;
}

.othersidebar {
    position: absolute;
    width: 350px;
    left: 1025px;
    top: 200px;
}

.sidebarcard {
    padding: 5px;
    box-shadow: 0 0 0 1px #f0f4;
    border: 2px solid;
    border-color: #777 #232 #222 #565;
    background-image: linear-gradient(#888, #999, #888);
}

.sb-art {
    position: absolute;
    left: 350px;
    border: 1px solid #0f04;
}

.sidebarcard h3 {
    color: #f0f;
    font-weight: normal;
    font-style: italic;
    background-color: black;
    padding: 5px;
    box-shadow: inset 0 0 0 1px #f0f4;
    border: 2px solid;
    border-color: #222 #676 #777 #232;
}

.news {
    padding: 5px;
    background-color: black;
    height: 400px;
    overflow-y: scroll;
    box-shadow: inset 0 0 0 1px #f0f4;
    border: 2px solid;
    border-color: #222 #777 #777 #222;
}

.news ul {
    margin-left: 0;
}

.news p, .news li {
    color: #f0f;
    font-family: ocr-a;
    font-size: 13px;
    border: none;
}

.news-header {
    font-size: 14pt;
    border-top: 1px solid #f0f8;
    padding-top: 10px;
}

.list-center-img {
    text-align: center;
    background-color: #020;
    padding: 5px;
}

/* == SPLASH SCREEN STYLING == */

@keyframes splashanim {
    from {
        width: 0;
        background-color: #0f0f;
        box-shadow: -100px 0 25px #0f04, 100px 0 25px #0f04;
        left: 1024px;
    }
    to {
        width: 640px;
        background-color: #0000;
        box-shadow: 0 0 5px #0f0f, 0 0 5px #0f0f;
        left: 256px;
    }
}

@keyframes splashanim2 {
    from {
        width: 0;
        background-color: #0f0f;
        box-shadow: -100px 0 25px #0f04, 100px 0 25px #0f04;
        left: 0;
    }
    to {
        width: 480px;
        background-color: #0000;
        box-shadow: 0 0 5px #0f0f, 0 0 5px #0f0f;
        left: 64px;
    }
}

@keyframes splashtxtanim {
    from {
        top: -100px;
    }
    to {
        top: 200px;
    }
}

.splash-content {
    animation-name: splashanim;
    animation-duration: .5s;
    animation-timing-function: linear;
    overflow: hidden;
    position:absolute;
    top: 400px;
    left: 256px;
    width: 640px;
    border: 1px solid #0f08;
    padding: 20px;
    white-space: nowrap;
}

.splash-content a {
    font-size: 50px;
    font-style: italic;
    transform:scale(2,1);
}

.splash-content p {
    overflow: hidden;
    text-align: left;
    font-size: 13pt;
}
.splash-content h2 {
    text-align: left;
}

.splash-content-2 {
    animation-name: splashanim2;
    animation-duration: .25s;
    animation-timing-function: linear;
    overflow: hidden;
    position:absolute;
    top: 128px;
    left: 64px;
    width: 480px;
    border: 1px solid #0f08;
    padding: 5px;
    white-space: nowrap;
}

.splash-logotxt {
    animation-name: splashtxtanim;
    animation-duration: .5s;
    animation-timing-function: linear;
    position:absolute; 
    top:200px;
    left: 400px;
}

/* == BLOG STYLING == */

@keyframes blog-bg {
    from {
        background-image: repeating-linear-gradient(#0402, #0008 2px), linear-gradient(to right, #040, #000, #000, #000, #000, #040);
    }
    to {
        background-image: repeating-linear-gradient(#0008, #0402 2px), linear-gradient(to right, #040, #000, #000, #000, #000, #040);
    }
}

.blog {
    background-color: black;
    background-image: linear-gradient(to right, #020, #000, #000, #020);
    animation-name: blog-bg;
}

.blog .content {
    width: 820px;
    padding: 10px;
    background: #888;
    background-image: linear-gradient(#555, #777, #555);
    box-shadow: 0 0 0 1px #0f04;
    border: 4px solid;
    border-color: #444 #010 #000 #343;
    color: black;
    position: absolute;
    left: 25%;
    right: 25%;
    top: 128px;
}

.blog-body {
    box-shadow: 0 0 0 2px black, 4px 4px 0 2px black;
    border: 2px solid;
    border-color: #777 #232 #222 #565;
    background-image: linear-gradient(#888, #999, #888);
}

@keyframes blogtd {
    from {
        background-image: repeating-linear-gradient(#fff8, #afa8 2px), linear-gradient(#fff8, #afa8, #fff8);
    }
    to {
        background-image: repeating-linear-gradient(#afa8, #fff8 2px), linear-gradient(#fff8, #afa8, #fff8);
    }
}

.blog td {
    background: #fff8;
    background-image: linear-gradient(#fff8, #efe8, #fff8);
    padding: 10px;
    box-shadow: 0 0 2px 2px #0f08;
    border: 2px solid;
    border-color: #eee8 #8988 #8888 #ded8;
    text-align: left;
    animation-name: blogtd;
    animation-duration: .2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.blog td p {
    font-family: ocr-a;
    font-weight: bold;
    font-size: 14pt;
}

.blog h1 {
    box-shadow: 0 0 0 2px black, 4px 4px 0 2px black;
}

.blog h2 {
    font-size: 25pt;
    font-weight: normal;
    color: #f0f;
    text-shadow: 2px 2px #000;
}

.blog h3 {
    font-size: 20pt;
    font-weight: bolder;
    color: #f0f;
    text-shadow: 1px 1px #000;
}

.blog p{
    font-size: 12pt;
    text-indent: 32px;
}