@font-face {
    font-family: 'OCRAStd';
    src: url('OCR A Std Regular.ttf');
}

body {
  color:#33FF33;
  background-color: #100;
  background-repeat: repeat;
  font-family: OCRAStd, monospace;
  text-shadow: 0 0 8px #33FF33;
}

hr {
  border: 2px dashed #33FF33;
}

a {
  color: #33FF33;
}

.walk-img {
  text-align: center;
}

.t-center {
  text-align: center;
}

.main {
  width: 100%;
  height: auto;
}

.content_container {
  background-color: #000;
  width: 650px;
  margin: auto;
  margin-top: 10px;
  border: 15px solid #999;
  border-style: outset;
  border-radius: 10px;
  padding: 10px;
}

.head_container {
  background-color: #000;
  width: 100%;
  height: auto;
  margin: auto;
  border: 5px solid #999;
  border-style: outset;
}

.mono_screen {
  background-color: #000;
  min-height: 420px;
  margin: auto;
  border: 5px solid #999;
  border-style: outset;
  border-radius: 30px;
}

.visit_counter {
  font-size: 8px;
  opacity: 0.15;
  float: right;
  margin-right: 1.4rem;
  margin-top: 5px;
}

.counter_number {
  display: inline-block;
  padding: 6px 6px 4px;
  border-radius: 3px;
  background: #000;
  margin-right: -2px;
  border: 1px solid #33FF33;
}

nav {
  width: 19%;
  float: left;
  min-height: 300px;
  margin-top: 20px;
  margin-left: 8px;
}

.nav_item {
  padding: 3px 2px 0 0;
  margin: 2px;
  cursor: pointer;
  width: 95%;
}

.nav-top {
  margin-top: 10px;
}

.nav_item:hover {
  background-color: #33FF33;
  color: black;
}

.nav_back {
  margin-left: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}

.pages {
  width: 76%;
  height: 405px;
  overflow: hidden;
  overflow-y: auto;
  float: right;
  margin-top: 10px;
  margin-right: 8px;
}

.page_content {
  padding-left: 10px;
  height: auto;
}

.article-img {
  width: 96%;
  border-radius: 20px;
  border: 1px solid #33FF33;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5px;
}

.compy {
  width: 700px;
  height: 160px;
  border: 6px solid #999;
  border-style: outset;
  border-radius: 10px;
  margin: auto;
  margin-top: 5px;
  background-color: gray;
  padding: 10px;
}

.base {
  width: 650px;
  height: 35px;
  background-color: gray;
  margin-top: 177px;
  margin-left: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 5px solid #575353;
  border-left: 11px solid #adabab;
  border-right: 11px solid #adabab;
}

.base-button {
  width: 23px;
  height: 23px;
  background-color: #ca0909;
  margin-top: -37px;
  margin-left: 45px;
  border-radius: 15px;
  border: 3px solid darkred;
}

.port {
  background-color: #1f1b1b;
  border-color: dimgray;
}

.p1 {
  margin-left: 80px;
  margin-top: -27px;
}
.p2 {
  margin-left: 130px;
  margin-top: -28px;
}
.p3 {
  margin-left: 163px;
  margin-top: -28px;
}

.grill {
  width: 8px;
  height: 26px;
  background-color: #222020;
  border-radius: 5px;
  float: right;
  margin-top: -25px;
  margin-left: 6px;
}

.grill1 {
  margin-right: 60px;
}

.brand-tag {
  background-color: black;
  height: 40px;
  width: 175px;
  float: left;
  font-size: 12px;
  border: 3px solid #999;
  border-style: outset;
  border-radius: 10px;
}

.brand-name {
  margin: auto;
  text-align: center;
  margin-top: 14px;
}

.drives {
  background-color: black;
  height: 150px;
  width: 290px;
  float: right;
  border: 5px solid #999;
  border-style: inset;
  border-radius: 10px;
}

.disk {
  width: 100%;
  height: 50%;
  border: 1px solid dimgray;
}

.red-light {
 background-color: red;
 height: 8px;
 width: 18px;
 margin-top: 10px;
 margin-left: 10px;
 border-radius: 2px;
 border-style: outset;
 border-color: darkred;
}

.disk-slot {
 background-color: #222;
 width: 99%;
 height: 13px;
 margin: auto;
 margin-top: 8px;
 border-radius: 5px;
}

.disk-slot-inner {
  position: absolute;
  background-color: #000;
  height: 5px;
  margin: auto;
  margin-top: -9px;
  border-radius: 5px;
  width: 289px;
}

.disk-recess {
  background-color: #222;
  height: 70%;
  width: 90px;
  float: right;
  margin-top: -30px;
  margin-right: 80px;
}

.disk-handle {
  position: absolute;
  width: 23px;
  height: 23px;
  background-color: #3a3a3a;
  border-radius: 15px;
  margin-left: 206px;
  margin-top: -34px;
  z-index: 10;
}

.disk-latch {
  position: absolute;
  width: 50px;
  height: 11px;
  background-color: #3a3a3a;
  border-radius: 3px;
  margin-left: 221px;
  margin-top: -24px;
  z-index: 11;
}

.closed-latch {
  transform: rotate(90deg);
  margin-left: 190px;
  margin-top: -4px;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 700px) {
  nav {
    width: 100%;
    text-align: center;
    min-height: 0;
  }

  footer {
    display: none;
  }

  .base {
    width: 82%;
    margin-top: 229px;
    margin-left: 17px;
  }

  .pages {
    width: 100%;
    height: auto;
  }

  .content_container {
    width: 85%;
  }

  .mono_screen {
    min-height: 98%;
  }

  .compy {
    width: 90%;
    height: 224px;
    bottom: 0;
    position: absolute;
    margin-left: 2px;
    padding: 0;
  }

  .brand-tag {
    margin-bottom: 10px;
  }

  .keyboard_instructions {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}

@media only screen and (max-width: 525px) {
  .mobile-hide-sm {
    display: none;
  }

  .grill1 {
    margin-right: 46px;
  }
}


/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #052402;
  border: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #33FF33;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #23ad23;
}