
.logo-wrapper {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

.snowstorm-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.snowstorm-layer:nth-child(2):before {
    animation-delay: 30s;
    content: '❆';
    position: absolute;
    color: white;
    /*text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);*/
    animation:
        snow1 10s linear infinite,
        wind 23s ease-in-out infinite alternate;
    top: -20px;
    left: 14%;
    font-size: 20px;
}

.snowstorm-layer:nth-child(2):after {
    animation-delay: 30s;
    content: '❆';
    position: absolute;
    color: white;
    /*text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);*/
    animation:
        snow4 15s linear infinite,
        wind 37s ease-in-out infinite alternate;
    top: -20px;
    left: 28%;
    font-size: 15px}

.snowstorm-layer:nth-child(3):before {
    animation-delay: 30s;
    content: '❅';
    position: absolute;
    color: white;
    /*text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);*/
    animation:
        snow5 9s linear infinite,
        wind 19s ease-in-out infinite alternate;
    top: -20px;
    left: 43%;
    font-size: 22px;
}

.snowstorm-layer:nth-child(3):after {
    animation-delay: 30s;
    content: '❅';
    position: absolute;
    color: white;
    /*text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);*/
    animation:
        snow2 8s linear infinite,
        wind 31s ease-in-out infinite alternate;
    top: -20px;
    left: 57%;
    font-size: 18px;
}

.snowstorm-layer:nth-child(4):before {
    animation-delay: 30s;
    content: '❄';
    position: absolute;
    color: white;
    /*text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);*/
    animation:
        snow6 14s linear infinite,
        wind 17s ease-in-out infinite alternate;
    top: -20px;
    left: 71%;
    font-size: 19px;
}

.snowstorm-layer:nth-child(4):after {
    animation-delay: 30s;
    content: '❄';
    position: absolute;
    color: white;
    /*text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);*/
    animation:
        snow3 12s linear infinite,
        wind 29s ease-in-out infinite alternate;
    top: -20px;
    left: 85%;
    font-size: 22px;
}

@keyframes wind {
    0% {
        margin-left: -20px;
        /*text-shadow: 0 0 5px rgba(255, 255, 255, 1.0);*/
    }
    100% {
        margin-left: 20px;
        /*text-shadow: 0 0 5px rgba(255, 255, 255, 1.0);*/
    }
}

@keyframes snow1 {
    0% {
        transform: translateY(-20px) translateX(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(400px) translateX(50px) rotate(120deg);
        opacity: 0;
    }
}

@keyframes snow2 {
    0% {
        transform: translateY(-20px) translateX(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(400px) translateX(-30px) rotate(120deg);
    }
}
       

@keyframes snow3 {
    0% {
        transform: translateY(-20px) translateX(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(400px) translateX(20px) rotate(180deg);
        opacity: 0;
    }
}

@keyframes snow4 {
    0% {
        transform: translateY(-20px) translateX(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(400px) translateX(-40px) rotate(180deg);
        opacity: 0;
    }
}

@keyframes snow5 {
    0% {
        transform: translateY(-20px) translateX(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(400px) translateX(35px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes snow6 {
    0% {
        transform: translateY(-20px) translateX(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateY(400px) translateX(-25px) rotate(180deg);
        opacity: 0;
    }
}
body {
    background-color: black;
    font-family: monospace;
    margin: 0px;
    color: #00ff00;
    
}

a:link {
  color: red;
}

a:active {
  color: blue;
}

a:visited {
  color: red;
}

a:hover {
  color: red;
}

div#topbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

div#topbar>nav#topnav {
    background-color: #222;
    padding: 2px;
    padding-left: 8px;
    border-bottom: 1px solid #000;
    height: auto;;
}

div#topbar>nav#topnav>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#topbar>nav#topnav>ul>li {
    display: inline-block;
    padding: 2px;
    padding-right: 8px;
}

div#topbar>nav#topnav>ul>li.system {
    font-weight: bold;
}

div#topbar>nav#topnav>ul>li.board {
    font-weight: normal;
}

div#content {
    margin-top: 30px;
}

#banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1.redheader, h1#boardtitle {
    text-align: center;
    color: #C22;
    margin-top: 5px;
}

h2#boardsubtitle {
    font-weight: normal;
    font-size: 10pt;
    text-align: center;
    color: #800;
    margin-top: -15px;
}

div.container {
    margin: auto;
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px;
}

div.container.narrow {
    max-width: 670px;
}

div.container.wide {
    max-width: 1150px;
}

h2.barheader {
    background-color: #222;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    font-size: 12pt;
}

div#content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#content ul>li {
    padding-left: 16px;
}

div#content ul>li:before {
    content: "*";
    padding-right: 8px;
}

table {
    border-spacing: 2px;
    width: 100%;
}

table#log td>time {
    white-space: nowrap;
}

th {
    text-align: left;
    font-weight: bold;
    background-color: black;
}

tr:nth-child(odd) {
    background-color: black;
}

th, td {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

form label {
    background-color: black;
    text-align: left;
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

button, input[type=submit] {
    border: 1px solid #000;
    color: #000;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

fieldset {
    border: none;
}

input {
    font-family: monospace;
}

form > input[type=text], form > input[type=email], form > input[type=password], form > input[type=number], form > input[type=checkbox] {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid white;
    width: 200px;
    background-color: black;
    color: white;
}

textarea {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid white;
    width: calc(100% - 75px);
    resize: both;
    background-color: black;
    color: white;
}

form#postform>input[type=file] {
    max-width: 300px;
}

a#logout-button {
    float: right;
}

div#announce {
    text-align: center;
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 10px;
}

form#postform {
    float: right;
    position: fixed;
    top: 30px;
    right: 10px;
    background-color: #222;
    border: 1px solid #000;
    padding: 5px;
    display: none;
}

form#postform>label {
    width: 7ch;
}

form#postform:target {
    display: block;
}

form#postform>a.close-button {
    float: right;
    font-weight: bold;
}

a#new-post {
    font-size: 15pt;
    font-weight: bold;
    display: table;
    margin: auto;
}

div.catalog-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

div.catalog-thread {
    width: 150px;
    height: 200px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #222;
    background-color: black;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
}

div.catalog-thread>div.catalog-thread-subject {
    font-weight: bold;
    color: #016;
}

div.catalog-thread>div.catalog-thread-latest-post {
    color: #636363;
    font-size: 8pt;
}

span.redtext {
    color: #E33;
    font-weight: bolder;
    font-size: 11pt;
    letter-spacing: -0.7px;
}

span.spoiler {
    background-color: #000;
    color: #000;
}

span.spoiler:hover {
    color: #FFF;
}

div.post {
    background-color: black;
    padding: 10px;
    border: 1px solid #222;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 1150px;
    word-wrap: anywhere;
}

div.post-container:target .post {
    background-color: #222;
}

div.post-container {
    padding-top: 25px;
    margin-top: -25px;
}

div.post-comment {
    white-space: pre-wrap;
}

div.post>div.post-header {
    margin-bottom: 5px;
}

div.post>div.post-header>span.post-subject {
    font-weight: bold;
    color: #016;
}

div.post>div.post-header>span.post-name {
    font-weight: bold;
    color: #070;
}

span.greentext {
    color: #070;
}

span.pinktext {
    color: #A66;
}

div#bottom-links a {
    margin-right: 10px;
}

div#bottom-links>div#thread-reply {
    float: right;
}

div.post>div.post-comment a, div.catalog-thread>div.catalog-thread-comment a {
    color: #C00;
    text-decoration: underline;
}

span.kiketext {
    color: #33D;
    background-color: #FFF;
}

div.thread-info {
    font-weight: bold;
}

span.capcode {
    color: #F22;
    font-weight: normal;
}

span.tripcode {
    font-weight: normal;
}

video.post-video {
    max-width: 320px;
    max-height: 240px;
}

img.post-file-thumbnail, video.post-video {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

div.post-file-info {
    font-size: 10px;
    margin-top: -5px;
}

div.page-switcher>a.page-switcher-next {
    float: right;
}

.invisible {
    display: none;
}

span.post-number>a {
    color: #a77cff;
}

span.post-number>a:hover {
    text-decoration: none;
    color: #B11;
}

img#front-page-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.referee {
    font-size: 10px;
}

a.referee:hover {
    color: #D22;
}

div.catalog-thread>span.thread-mod-links {
    display: none;
}

/* fix for padding/margin above hiding <hr>'s */
hr {
    position: relative;
}

form#postform {
    z-index: 2;
}
div#topbar {
    z-index: 999;
}

form > div.post-container {
    display: flex;
    justify-content: left;
}

form > div.post-container > input.rangeaction[type=checkbox] {
    align-self: start;
}

div.stats-regen-on {
    margin: auto;
    max-width: 1150px;
}

form > div.recents-range-action {
    display: flex;
    justify-content: flex-end;
}

form > div.recents-range-action > select#action {
    height: 25px;
}

form > div.recents-range-action > input#submit {
    margin: 5px;
}

fieldset.recents-filter {
    padding-top: 10px;
    padding-bottom: 0px;
}

fieldset.recentsfilter > form {
    border: 1px solid #000;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
    position: relative;
}

fieldset.recents-filter > form > h3#filterby {
    margin: 5px;
    display: inline-block;
}

fieldset.recents-filter > form > input#submit {
    float: right;
    margin: 5px;
    width: auto;
}

fieldset.recents-filter > form > label {
    width: 150px;
}

fieldset.recents-filter > form > input {
    width: 180px;
}


/* index view testing */
hr.index {
    width: 1222px;
    margin-left: 0px;
}

div.index-thread-children {
    margin-left: 50px;
}

div.index-container {
    width: 1222px;
    margin: auto 0px;
}

