@font-face {
    font-family: 'VT323';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/VT323-Regular.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Zilla Slab';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ZillaSlab-Regular.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Helvetica Web';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Helvetica-Regular.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
}

a {
    color: purple;
    text-decoration: none;
}
a:hover {
    color: white;
    text-shadow: 1px 1px purple, -1px -1px 0 purple, 1px -1px 0 purple, -1px 1px 0 purple;
}

.fit {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: fixed; /* was absolute before fixed */
    top: 0;
    left: 0;
    z-index: 2;
}
.largediv {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 80px); /* was 100% */
    padding-left: 12pt;
    padding-right: 12pt;
    padding-top: 12pt;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 12pt;
    align-items: center;
}
.smallp {
    background-color: rgba(255,255,255,0.9);
    width: 90%;
    padding: 10pt 10pt 10pt 10pt;
    font-family: "Zilla Slab", 'American Typewriter', 'Times New Roman', Times, serif;
    font-size: 12.5pt;
    border: 4px solid black;
}
.smallpmini {
    background-color: rgba(0,0,0,0.75);
    width: 90vw;
    padding: 10pt 10pt 10pt 10pt;
    font-family: 'Helvetica Web', Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: white;
    text-shadow: 1px 1px black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;    
}
#validicons {
    text-align: center;
}
.validicon {
    border: 0px;
    width: 88px;
    height: 31px;
}
h1 {
    font-family: "VT323", sans-serif;
    font-size: 48pt;
    color: purple;
    text-shadow: .04em .04em 0 #fff,.08em .08em 0 #888;
    -webkit-text-shadow: .04em .04em 0 #fff, .08em .08em 0 #888;
}
h2 {
    font-family: "VT323", sans-serif;
    font-size: 30pt;
    color: purple;
    text-shadow: .04em .04em 0 #fff,.08em .08em 0 #888;
    -webkit-text-shadow: .04em .04em 0 #fff, .08em .08em 0 #888;
}
h3 {
    font-family: "VT323", sans-serif;
    font-size: 20pt;
    color: #888;
    /* text-shadow: .04em .04em 0 #fff,.08em .08em 0 #888;
    -webkit-text-shadow: .04em .04em 0 #fff, .08em .08em 0 #888; */
}
.navmenu {
    background-color: purple;
    border: 1px solid black;
    color: white;
    z-index: 4;
    right: 15px;
    top: 53px;
    position: fixed;
    text-align: right;
    width: 150px;
    z-index: 0;
}
.navmenu:hover {
    z-index: 4;
}
.navmenuitem {
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'Helvetica Web', Helvetica, Arial, sans-serif;
}
.navmenu a {
    display: block;
    color: white;
}
.navmenu a:hover {
    color: purple;
    background-color: white;
    text-shadow: none;
}
img:hover + div {
    z-index: 4;
}
.menuhr {
    border: 1px solid magenta;
}
#mainmenuicon {
    position: fixed;
    z-index: 4;
    top: 15px;
    right: 15px;
    width:50px;
}