@import url('https://fonts.googleapis.com/css?family=VT323&display=swap');

html, 
body {
    /*width: 100%;
    height: 100%;
    -ms-interpolation-mode: nearest-neighbor !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: -webkit-crisp-edges !important;
    image-rendering: -moz-crisp-edges !important;
    image-rendering: -o-crisp-edges !important;
    image-rendering: pixelated !important;*/
}
body {
    /* set margin to 0 and overflow to hidden, to go fullscreen */
    margin: 0;
    overflow: hidden;
    background-color: #000000;
}

/* get rid of Chrome's annoying focus highlight*/
*:focus {
    outline: none;
}


/*body#home{
    overflow: scroll;
}*/
a {
    color: #ffff66;
    text-decoration: none;
}
a:visited{
    color:#d4866d;
}
canvas {
    width: 100% !important;
    height: 100% !important;
    -ms-interpolation-mode: nearest-neighbor !important;
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: -webkit-crisp-edges !important;
    image-rendering: -moz-crisp-edges !important;
    image-rendering: -o-crisp-edges !important;
    image-rendering: pixelated !important;
}
body canvas{
   /* width: 504px !important;
    height: 360px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 100px !important;*/
}
#loading{
    z-index:20;
    position: absolute;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    background-image: url("../images/loading.gif");
    background-size: 100%;
    background-size:     contain;
    background-repeat:   no-repeat;
    background-position: center center;
}
#loading #percentage{
    font-family: 'VT323', monospace;
    font-size: 23px;
    color: white;
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
    background: black;
    text-align: center;
}
#still{
    z-index:10;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/bckgrnd.png");
    background-size: 100%;
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
}
#homeLink{
    z-index:30;
    position: absolute;
    width:200px;
    left:50%;
    top:0;
    margin-left: -100px;
    font-family: 'VT323', monospace;
    padding: 10px;
    font-size: 20px;
}
#homeLink a{
    color: white;
    text-decoration: none;
}
#content{
    position: relative;
    z-index:100;
    display: flex;
    flex-direction: column;
    width: 100%;
    height:100%;
    align-items: center;
    /*justify-content: center;*/
    font-family: 'VT323', monospace;
    font-size: 18px;
    overflow: scroll;
}

#content div{
    color:white;
    background-color:black;
    width:80%;
    max-width:450px;
    padding:25px;
    padding-top: 0px;
    margin: 15px 0;
}
#content ul{
    padding-left: 1em;
    list-style-type: square;
    text-indent:-20px; 
    margin-left:20px;
}
#info {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
code, #info code{
    width: 31%;
    /*margin-left:4px;*/
    margin-top: 20px;
    display:block;
    font-family: 'VT323', monospace;
    font-size: 9px;
    line-height: 7px;
    color:silver;
}
#info h1{
    width: 100%;
    text-align: center;
}

#versionList li {
    margin-top: 1em;
}

h2{
    margin-bottom: -.6em;
}


select#selectGarden {
    position: absolute;
    z-index: 1000;
    top: 2px;
    left:2px;
    font-family: 'VT323', monospace;
    font-size:16px; 
    background: black;
    color: white;
}

#stats{
    top: 28px !important;
    left: 2px !important;
}

@supports (-webkit-touch-callout: none) {
  select#selectGarden {
    font-size:18px; 
} 
}