@font-face {font-family: TimesNewPixel;
  src: url(TimesNewPixel.ttf); }
@font-face {
  font-family: Gothbit;
  src: url(Gothbit.ttf); }

html { 
  font-family: TimesNewPixel; 
  font-size: 22px;
  text-shadow: 1px 1px black;}
  
body { 
  margin: 0;
  padding: 0;
   text-align: justify;
   text-align-last: left;}
  
page {
 display: block;
 margin: 0;
 height: 100%;
 width: 100%;
 padding: 0 8px 0 8px;
 overflow-y: auto;
  background-image: url(/walls/KOAT.png); 
  background-size: 4.3%; 
  background-repeat: space; }
 
box {
 display: inline-block;
 background: black; 
 border-radius: 16px;
 border: 2px solid white;
 margin: 0.1em;
 padding: 12px;
 height: auto; 
  overflow-y: auto;
  max-height: 528px; }
  
.no {max-height: 100%}

nav {
  display: inline-block;
  background: black;
  border-radius: 0 16px 16px 0;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  margin: 0;
  padding: 4px;
  height: auto;
  width: auto;
  position: fixed;
  top: 40%;
  left: 0%; 
a:visited{color:#89994D}}

hr {
  border: dashed 1px white; }
 
h1 {
  font-family: Gothbit;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #FBF9b7; }
  
p {
  margin: 0;
  padding: 0;
  color: #FBF9b7; }
  
small {
  font-size: smaller;}
  
a:link {
  color: #89994D;
  text-decoration: none; }

a:visited {
  color: #43661F; 
  text-decoration: none; }

a:hover {
  color: #D53F00; 
  text-decoration: underline; }

a:active {
  color: red; 
  text-decoration: underline; }

img {
  padding: 0;
  margin: 0;}
  
.center {
  display: block;
  margin: auto; 
  text-align: center; }
  
.title {
  display: block;
  margin: 6px auto 6px auto;
  text-align: center; 
  width: 50%; }
  
#tl {
  text-align: left; }
  
#tc {text-align: center}
  
#title {
  display: block;
  position: absolute;
   top:4px;
   left:8px;
  margin: 6px auto 6px auto;
  width: 320px;
  height: 150px;}
  
#neo {
  display: inline-block;
  height: 20px}  
  
#tv {
  position: absolute;
   top:4px;
   left:400px;
  height: 400px;
  width: 600px;}
#tv.sox {
  display:none;
  position: absolute;
   left:1000px;
   top:4px}

iframe {
  border-radius: 0 0 20px 20px; }
  
#bul {
  display:none}
  
#bye {
  display:none}
  
@media (max-device-width: 480px), (handheld), (pointer: coarse), (hover: none) {
    page {padding: 0; }
    box {margin: 1px; }
    .sox {width: 31%; }
    .lox {width: 60%; }
    nav {top:0%;
         border-top: 0;
         border-radius: 0 0 16px 0;}}