@font-face {
    font-family: 'lores9ot-widebold';
    src: url('lores9ot-widebold-webfont.woff2') format('woff2'),
         url('lores9ot-widebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    font-family: "lores9ot-widebold", monospace !important;
    box-sizing: border-box;
    text-align: center;
    color: white;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("background-dark-size-2.png");
    background-position: center 4rem;
}

dl.faq > dt {
    font-size: 1.5em;
    margin: 1em 0 0em 0;
}

dl.faq > dt::before {
    content: "Q: ";
    color: #dd9e37;
}

dl.faq > dd::before {
    content: "A: ";
    color: #dd9e37;
}

.nerd-alert {
    color: #72afd4;
}

dt.nerd-alert {
    font-size: 27px;
}

img.nerd-alert {
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;                 /* Universal support since 2021   */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

.scoring-wc {
    height: 1.222em;
}

.scoring-Wc {
    height: 2.889em;
}

.scoring-wt {
    height: 2em;
}

.scoring-Wt {
    height: 2.889em;
}

.scoring-p {
    height: 3.333em;
}

.rjust {
    text-align: right;
}

li {
    margin-bottom: 0.5em;
}

dd {
    margin-bottom: 0.5em;
}

ul {
    list-style-type: none;
}

a {
    color: #dd9e37;
    text-decoration: none;
}

a:hover {
    color: #781019;
}

a:focus {
    color: #781019;
}

#container {
    min-height: 100vh;
    max-width: 60em;
    margin: 0 auto;
    position: relative;
}

#header {
    padding-top: 1em;
    padding-bottom: 1.2em;
    content: url('logo-size-1.png');
    display:inline-block;
}

#menu {
    padding-bottom: .5em;
    border-bottom: solid #dd9e37 2px;
    font-size: 1.5em;
    display: flex;
    justify-content: space-between;
}

#menu a {
    text-decoration: none;
    color: inherit;
}

#menu-item {
    margin: 0.2em 0.5em 0.2em 0.5em;
    color: #cccccc;
}

#menu-item.active {
    color: white;
}

#menu-item.inactive {
    text-decoration: 3pt line-through #781019;
}

#content {
    margin: 2.5em;
    text-align: left;
    line-height: 1.45;
    padding-bottom: 7em;
}

#content h1 {
    text-shadow: .11em .11em #781019;
}

#content h1::before{
    content: url('skull.png');
    position: relative;
    z-index: 100000;
    top: .11em;
    margin-right: .55em;
}

#countdown {
    display: none;
    max-width: 20%;
    position: absolute;
    z-index: -1;
    top: 2em;
    right: 1em;
    font-size: 60%;
    color: #cccccc;
}

#countdown h1 {
    text-align: center;
    font-weight: normal;
    letter-spacing: .125rem;
    font-size: 1.5em;
}

#countdown ul {
    padding: 0;
}

#countdown li {
    display: block;
    list-style-type: none;
    padding: 0em 2em;
}

#watermark {
    position: absolute;
    width: 18em;
    right: 0;
    bottom: 0;
}

#countdown li span {
    display: block;
    font-size: 2em;
}

@media screen and (max-width: 999px) {
    :root {
        font-size: 70%;
    }
    #menu {
        display: flex-inline;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 1.3em;
    }
    #content h1::before{
        content: url('skull_tiny.png');
        position: relative;
        z-index: 100000;
        top: .11em;
        margin-right: .33em;
    }
    blockquote {
        margin-left: 2em;
    }
    dl dd {
        margin-left: 2em;
    }
    ol {
        padding-left: 2em;
    }
    ul {
        padding-left: 2em;
    }
}

@media screen and (min-width: 1000px) and (max-width: 2499px) {
    body {
        background-image: url("background-dark-size-4.png");
    }
    #header {
        content: url("logo-size-2.png");
    }
}

@media screen and (min-width: 2500px) and (max-width: 2999px) {
    #header {
        content: url("logo-size-2.png");
    }
    body {
        background-color: #160604;
        background-position: -200px 40%;
        background-image: url("background-size-4.png");
    }
}

@media screen and (min-width: 3000px) {
    :root {
        font-size: 120%;
    }
    body {
        background-color: #160604;
        background-position: -200px 40%;
        background-image: url("background-size-6.png");
    }
    #header {
        content: url("logo-size-3.png");
    }
}
