

.container{
    margin:0px auto 15px;
    background-color:#303033;
    font:16px normal;
    font-family: "Lekton", monospace;
    font-weight: 400;
    font-style: normal;
    padding-right:20px;
    padding-left:20px;
    border:1px solid black;
    z-index: 1;
    flex: 1;
    border: 1px solid #000;
    margin:0px auto 15px;
    min-width:440px;
    display:none;
}
.sidebar{
    flex: 4;
    margin:0px auto 15px;
}

/* Flex DIV that houses entire page and creates columns */
.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body{
    background-color:#111112;
    color: #a9bdde;
}

.header {
    width:100%;
    padding-bottom: 10px;
    margin-top: -10px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    z-index:1;
}
.header img{
    max-width: 100%;
    border:1px solid #b58aeb;
}

h1{
    text-align:center;
}

h1 span{
    font:12px normal;
    margin-top:-2px;
    display: block;
    font-weight:500;
}

nav{
    top:0;
    z-index:1;
    position:sticky;
    margin-bottom:5px;
    font-size:18px;
    text-align:center;
}

a, a:visited{
    text-decoration: none;
    color: #b58aeb;
}

footer{
    text-align:center;
    margin-top:15px;
    text-shadow: 1px 1px 3px #b58aeb;
    color: #b58aeb;
    padding-bottom:10px;
}

code{
    padding:5px;
    display:block;
    margin-left:20px;
    margin-right:20px;
    background:#F0F0F0;
    border:1px dashed black;
    overflow-x:scroll;
    font-size:12px;
}

table{
    width: 100%;
    table-layout:fixed;
}

th{
    font-weight:600;
}

td{
    padding-bottom: 10px
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

tr{
    text-align:left;
}


hr.solid {
    border-top: none;
    border-bottom: 1px solid #a9bdde;
}

hr.dashed {
    border-top: none;
    border-bottom: 1px dashed #000;
    margin-top: -20px;
}

.mascot {
    position:fixed;
    bottom: -1%;
    z-index:-2;
}
/* change this to increase mascot size */
.mascot img {
    max-width: 160px;
}

@media only screen and (max-width: 550px) {
    .container {
        min-width:80vw;
    }
    .mascot img {
        display: none;
    }
    table{
        table-layout: auto;
    }
}
.overlayEnter {
    left:0%;
}
.enter-image {
    display:flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 999;
}
