@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Extended+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@font-face {
  font-family: 'Pixel Dingbats-7', webdings;
  src: url(/fonts/pixel_dingbats-7.ttf);
}

@font-face {
  font-family: 'Rage Italic', 'Script Regular', 'Times New Roman', Times, serif;
  src: url(/fonts/RAGE.TTF);
}

@font-face {
  font-family: 'Brush Script MT', 'Script Regular', 'Times New Roman', Times, serif;
  src: url(/fonts/BRUSHSCI.TTF);
}

:root {
  --text: #ffffff;
  --lgreen: #b2ff8f;
  --accent2: #005232;
  --accent3: #003521;
  --green: #00ff00;
  --active-tab: green;
  --bg-image: url(/img/notherchip.png);
  --bg-color: #000000;
  --body-font: 'Kode Mono', monospace;
  --header-font: 'Major Mono Display', monospace;
  --accent-font: 'Libre Barcode 39 Extended Text', monospace;
  --gs-font: 'Silkscreen', monospace, sans-serif;
  --rd-font: 'VT323', monospace;
}

body {
  background-color: var(--bg-color);
  color: var(--text);
  font-family: var(--body-font), Consolas, monospace; 
  font-size:16px;
  margin: 0px;
}

hr {
  border: 2px solid white;
}

h1 {
  text-align: center;
  font-family: var(--body-font);
  background-image: url(/img/kxjhkfsdfsdf.gif);
  background-size: auto;
  color: transparent;
  font-size: 6vw;
  background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  letter-spacing: 2vw;
  margin: 0px;
  filter: drop-shadow(8px 5px 0px #00ff00);
  -webkit-text-stroke: 2px white;
  z-index: 4;
}

h2 {
  text-align: right;
  font-family: var(--header-font);
  font-size: 40px;
  margin: 0px;
  color:var(--green);
}

h3 {
  font-family: var(--accent-font);
  font-size: 40px;
  text-align: right;
  margin: 0px;
}

h4 {
  font-family: var(--gs-font);
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 10px;
}

h5 {
  font-size: 18px;
  margin: 5px;
}

#title {
  margin-top: 30px;
  text-align: center;
  width: 100vw;
  height: 8vw;
  box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
  background-color: hsla(101, 100%, 10%, 0.7);
} 


#cycle-animation:before {
  vertical-align: .75vw;
  content: "g";
  animation: cycle 3s linear infinite;
}

#cycle-animation {
  font-family: Pixel Dingbats-7;
  font-size: 3vw;
  animation: cycle 3s linear infinite;
}

#cycle-animation2:before {
  vertical-align: .75vw;
  content: "Ê";
  animation: cycle2 3s linear infinite;
}

#cycle-animation2 {
  font-family: Pixel Dingbats-7;
  font-size: 3vw;
  animation: cycle2 3s linear infinite;
}

@keyframes cycle {
  20% {content: "h";}
  40% {content: "j";}
  60% {content: "k";}
  80% {content: "m";}
}

@keyframes cycle2 {
  20% {content: "n";}
  40% {content: "?";}
  60% {content: "[";}
  80% {content: "!";}
}

.rd {
  font-family: var(--rd-font);
  color: var(--green);
  background: black;
  border: 2px solid white;
  padding: 5px;
}

a {
  color: aquamarine;
  text-decoration: none;
  transition: .4s;
}

a:hover {
  color: turquoise;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: mediumaquamarine;
  letter-spacing: 1px;
}

.external:after {
  font-family: 'Pixel Dingbats-7', webdings;
  content: '³';
  font-size: 12px;
  vertical-align: super;
}

.internal:after {
  font-family: 'Pixel Dingbats-7', webdings;
  content: '°';
  font-size: 12px;
  vertical-align: super;
}

#comp {
  width: 50%;
  margin-top: 30px;
  border: 15px outset rgb(101, 122, 107);
  position: relative;
  z-index: 1;
  padding: 8px;
  background-color: black;
}

#comp:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 10px inset rgb(104, 122, 105);
}

#page {  
  display:flex;
  flex-direction: column;
  background: black;
  padding:20px;
  padding-top: 10px;
  background-size: 4px 4px;
  background-color: #004520;
  background-image: linear-gradient(0deg, transparent 50%, #021F05 50%);
  box-shadow : inset 0px 0px 50px 20px rgba(1, 12, 0, 0.86);
  border: 10px solid transparent;
  border-color: #002e15 #3b7c51 #296132 #00330f;
  border-radius: 10px;
  height: 560px;
}

#maintop {
  display: flex;
  height: max-content;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  text-shadow: 0 0 5px #00ff00;
}

#main {
  margin: 0px;
  margin-top: -1px;
  background-color: rgb(0, 0, 0);
  border: 1px solid var(--green);
  overflow: auto;
  display:flex;
  align-items: left;
  height: 100%;
  padding: 10px;
  z-index: 1;
}

.nav {
  list-style-type: none;
  align-items: end;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}

.nav .tab {
  border-top: 1px solid #009100;
  border-bottom: 1px solid var(--green);
  float: left;
  padding: 4px 10px 4px;
  background-color: black;
  color: white;
  font-family: var(--body-font);
  height: 30px;
  letter-spacing: 0px;
  text-decoration: none;
}

.nav .tab:hover {
  background-color: var(--accent3);
  border: 1px solid #009100;
  color: white;
  height: 35px;
  letter-spacing: 0px;
}

.nav .tab:nth-child(1) {
  border-left: 2px solid var(--accent2);
  border-right: none;
}

.nav .tab:nth-child(1):hover {
  border-left-width: 2px;
  border-right: none;
}

.nav .tab:nth-last-child(1) {
  border-right: 2px solid var(--accent2);
  border-left:none;
}

.nav .tab:nth-last-child(1):hover {
  border-right-width: 2px;
  border-left:none;
}

.nav .tab.active {
  border: 1px solid var(--green);
  background-color: black;
  border-bottom: 1px solid black;
  height: 35px;
}

.nav .tab.active:hover {
  background: rgb(0,82,50);
}

.nav .tab:not(:first-child, :last-child,.active) {
  border-left: none;
  border-right: none;
}

.nav .tab button:active {
  height: 32px;
  background-color: red;
}

.sidenav {
  padding: 0px;
  align-self: top;
  text-align: left;
  display: block;
  width: 200px;
}

.sidenav button::before {
  content: '® ';
  font-family: 'Pixel Dingbats-7';
}

.sidenav .sidetab.intermish::before {
  content: '└─Ö ';
  font-family: 'Pixel Dingbats-7';
}

.sidenav button {
  font-family: var(--body-font);
  font-size: 13px;
  color: white;
  background-color: transparent;
  border: 1px solid transparent;
  padding: none;
  margin: none;
  text-align: left;
}

.sidenav button.active {
  padding: none;
  margin: none;
  break-after:page;
  text-align: right;
  background-color: var(--accent3);
}

.sidenav button:active {
  line-height: 1;
  margin-bottom: 1px;
}

.sidenav button.active::before {
  content: '¯ ';
}

.sidenav button.active::after {
  content:' └───────────';
  margin-top: 20px;
}

.sidetab.intermish {
  text-align: right;
}

.sidenav .intermish.active::after {
  content:'   └────────';
  margin-top: 20px;
}

.sidenav button:hover {
  background-color: green;
  border: 1px dashed white;
}

.tabcontent {
  padding: 0px;
  width: auto;
}

.sidetabcontent {
  display: grid;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  grid-template-columns: max-content auto;
  grid-template-rows: max-content auto max-content;
  gap: 10px;
}

.contents {
  display: grid;
  background-color: black;
  width: 100%;
  height: 100%;
}

.contents img {
  height: 40%;
}

.content-left {
  width: auto;
  height: 100%;
  align-content: top;
}

.content-right {
  width: 70%;
  height: 100%;
}

.content-left.entriespage {
  display: flex;
  width: 12%;
  height: 100%;
}

.content-right.entriespage {
  border-left: 1px solid white;
  overflow: auto;
  display: flex;
  width: 100%;
  height: 100%;
}

#Home, #Entries, #Ref, #Credit {
  margin: 0;
}

.entrypicture {
  border: 1px solid var(--green);
  height: 100%;
  grid-column: 1;
  grid-row: 1;
  grid-row-end: 3;
  margin-left: 10px;
  background-image: radial-gradient(circle, rgb(105, 26, 79) 0%, rgb(51, 1, 53) 100%);
  background-image: no-repeat;
}

.entrypicture.entry1 {
  background-image: url(/img/small.png);
  background-size: 120%;
  background-position: 90% 90%;
}

.entrypicture.entry2 {
  background-image: url(/img/radarclimb.gif);
  background-size: cover;
  background-position: 10%;
}

.entrypicture.entry2-5 {
  background-image: url(/img/garfeld!.gif);
  background-size: cover;
  border-color: transparent;
}

.entrypicture.entry3 {
  background-image: url(https://i.postimg.cc/d1mRNLbR/2.png);
  background-size: auto 110%;
  background-position: 20% 10%;
}

.entrypicture.entry4 {
  background-image: url(/img/depositphotos_22006223-stock-photo-television-screen-with-static-noise.webp);
  background-size: contain;
}

.entrypicture.entry5 {
  background-image: url(/img/stage123.gif);
  background-size: 200% 100%;
  background-position: 51% 50%;
}

.entrypicture.entry6 {
  background-image: url(https://i.postimg.cc/zGFDhWR0/walkin.gif);
  background-size: 200% 105%;
  background-position: 98% 50%;
}

.entrypicture.entry6-5 {
  background-image: url(/img/slide\ bg.png);
  background-size: fit;
  background-position: 0% 50%;
}

.entrypicture.entry7 {
  background-image: url(/img/gjhghfkjhg2.gif);
  background-size: fit-content;
  background-position: 82% 50%;
}

.entrypicture.entry7-5 {
  background-image: url(/img/sandwich.gif);
  background-size: fit-content;
  background-position: 50% 50%;
}

.entrypicture.entry8 {
  background-image: url(/img/tvdrip2.gif);
  background-size: fit-content;
  background-position: 50% 40%;
}

.entrypicture.entry9 {
  background-image: url(/img/wheeeefinalfinal.gif);
  background-size: auto 150%;
  background-position: 50% 30%;
}

.picentry92 {
  position: absolute;
  background-image: url(/img/wheeeefinal.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 420px;
  height: 310px;
  margin-left: -30px;
  margin-top: 25px;
  z-index: 10;
  grid-column: 1;
  grid-row: 1;
    grid-row-end: auto;
  grid-row-end: 3;
}

.entryheader {
  grid-area: entryheader;
  width: 100%;
  padding: 0px;
  margin: 0px;
  grid-column: 2;
  grid-column-end: 3;
  grid-row: 1;
  grid-row-end: 2;
}

.entrycontent {
  grid-area: entrycontent;
  border: 1px solid green;
  padding: 5px;
  margin: 0px;
  grid-column: 2;
  grid-column-end: 3;
  grid-row: 2;
  grid-row-end: 4;
  text-align: left;
}

.entrycontent b {
  color: var(--green);
}

.entrytable-section {
  grid-area: entrytable;
  background-color: transparent;
  margin-left: 10px;
  grid-column: 1;
  grid-row: 3;
  align-self: last baseline;
}

.entrytable {
  margin: 0px;
  width: 300px;
  background-color: black;
  border: 1px solid var(--green);
  padding: 4x;
  border-collapse: collapse;
}

.entrytable td, th {
  padding: 4px 8px 4px 8px;
  border: 0px;
  margin: 0px;
}

.entrytable th {
  border-right: 1px solid white;
  text-align: left;
  background-color: var(--accent2);
  width: 10px;
}

.entrytable tr:nth-child(even) {
  background-color: var(--accent3);
}

.nar .entrytable, .nar .entrycontent, .nar .entrypicture {
  border-color: mediumslateblue;
}

.nar .entrytable {
  background-color: mediumpurple;
}

.nar .entrytable th {
  background-color: indigo;
}

.nar .entrytable tr:nth-child(even) {
  background-color: rebeccapurple;
}

.nar b {
  color: mediumslateblue;
}

.nar a {
  color: rgb(210, 191, 216);
}

.nar a:hover {
  text-decoration-color: mediumpurple;
}

.nar .entryheader h4 {
  font-family: 'Rage Italic';
  font-size: 34px;
}

.sidetabcontent.intermission {
  grid-template-areas: 
    'entryheader entryheader entryheader entryheader'
    'entrytable entrytable entrycontent entrycontent'
    'entrypicture entrypicture entrycontent entrycontent';
  grid-template-columns: min-content min-content auto auto;
  grid-template-rows: min-content min-content auto;
  gap: 10px;
}

.sidetabcontent.intermission .entryheader {
  grid-row: 1;
  grid-row-end: 2;
  grid-column: 1;
  grid-column-end: 5;
}

.sidetabcontent.intermission .entrycontent {
  grid-row: 2;
  grid-row-end: 4;
  grid-column: 2;
  grid-column-end: 5;
}

.sidetabcontent.intermission .entrytable-section {
  grid-row: 2;
  grid-row-end: 3;
  grid-column: 1;
  grid-column-end: 2;
  align-self: first baseline;
}

.sidetabcontent.intermission .entrypicture {
  grid-row: 3;
  grid-row-end: 4;
  grid-column: 1;
  grid-column-end: 2;
  height: 100%;
  align-self: last baseline;
}

#Entry4 .entrycontent b {
  color: rgb(0, 194, 0);
}

#Entry4 .entrylink {
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 45%, rgba(255,255,255,1) 55%);
  text-align: center;
  box-shadow: 0px 0px 10px 5px rgb(184, 184, 184);
  border: none;
  padding: 10px 0px;
}

#Entry4 .entrylink a {
  text-decoration-color: var(--green);
  text-decoration-thickness: 2px;
}

#Entry4 mark {
  background-color: white;
}

#Entry4 .entrycontent {
  background-image: url(/img/test.png);
  background-position: 100% 100%;
  background-size: 80% auto;
}

#Entry4 .entrytable, #Entry4 .entrycontent, #Entry4 .entrypicture {
  border: 2px solid white;
  color: black;
}

#Entry4 .entrytable th {
  background-color:#72acf7;
}

#Entry4 .entrytable tr {
  background-color: #90e3f8;
}

#Entry4 .entrytable tr:nth-child(even) {
  background-color: #c9f4ff;
}

#Entry4 h2 {
  color: #00b6e4;
}

#Entry7-5 .entryheader {
  height: 100%;
  align-self: top;
  grid-template-rows: min-content;
}

#Entry8 .entrypicture, #Entry8 .entrycontent, #Entry8 .entrytable-section {
  border: 2px solid transparent;
  border-image: url(/img/static.gif) 10% round;
}

#Entry8 h2 {
  background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-image: url(/img/static.gif);
  color: transparent;
}

#Entry8 .entrytable {
  border-color: transparent;
}

.leftshit {
  position: fixed;
  width: 230px;
  top: 0;
  bottom: 0;
  left: 25px;
  background-image: url("/img/itemelevator1.gif");
  background-position-y: 230px;
  z-index: 5;
  pointer-events: none;
}

.rightshit {
  position: fixed;
  width: 230px;
  top: 0;
  bottom: 0;
  right: 25px;
  background-image: url("/img/itemelevator2.gif");
  z-index: 5;
  pointer-events: none;
}

@media only screen and (max-width: 1440px) {
  .sidetabcontent {
    display: grid;
    grid-template-rows: max-content max-content max-content max-content;
    grid-template-columns: min-content auto;
    grid-template-areas: 
      'entrytable entrypicture'
      'entryheader entryheader'
      'entrycontent entrycontent';
    justify-content: right;
    margin: 0px;
  }

  .content-right.entriespage {
    height: 100%;
    width: auto;
  }

  .entrytable {
    width: fit-content;
  }

  .entrytable-section {
    grid-area: entrytable;
  }

  .entryheader {
    grid-area: entryheader;
    width: auto;
  }

  .entrycontent {
    grid-area: entrycontent;
    width: auto;
    margin-left: 10px;
    height: 100%;
  }

  .entrypicture {
    grid-area: entrypicture;
    width: auto;
    margin: 0px;
    overflow-y: hidden;
  }

 .picentry92 {
    position: relative;
    grid-area: entrypicture;
    width: 300px;
    height: 100%;
    margin: 0px;
    margin-left: -30px;
    overflow-y: hidden;
  }
 
  .content-left.entriespage {
    width: 18%;
  }


  #comp {
    margin-bottom: 3vh;
  }

}

@media only screen and (max-width: 900px) {

  .sides {
  width: 0%;
  }

  [class*="rightshit"], [class*="leftshit"] {
  display: none;
  }

  #comp {
    margin-top: 0px;
    width: 100vw;
    height: 100%;
    border: 0px;
    padding: 0px;
    background: none;
    box-shadow: none;
  }

  #comp::before {
    border: 0px;
  }

  .nav {
    text-align: center;
  }

  #page {
    background: none;
    margin:0px;
    border: 0px;
    width: 100vw;
    padding: 0px;
    box-shadow: none;
    height: 85vh;
  }

  #Entries.tabcontent {
    flex-direction: column;
  }
  
  .content-left.entriespage {
    height:14%;
    width: 100%;
    margin-left: 0px;
  }

  .sidenav {
    width: 100%;
    display: inline-block;
  }

  .content-right.entriespage {
    height: 86%;
    width: 100%;
    border-left: 0px;
    border-top: 1px solid white;
    padding-top: 10px;
  }

  #title {
    height: 10vh;
    margin-bottom: 0px;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  h1 {
    font-size: 16vw;
  }

  h2, h3 {
    text-align: center;
  }

  #cycle-animation, #cycle-animation2 {
    font-size: 6vw;
  }

  .sidenav button::before {
    content: none;
  }

  .sidenav button.active::before,  .sidenav button.active::after, .sidenav .intermish.active::after {
    content: none;
    text-align: left;
  }

  .sidenav .sidetab.intermish::before {
    content: '- ';
    font-family: var(--text);
  }

  .entrytable-section, .entrycontent {
    margin-left: 0px;
  }

  .sidetabcontent.intermission {
    display: grid;
    grid-template-areas: 
      'entryheader entryheader entryheader entryheader'
      'entrytable entrytable entrycontent entrycontent'
      'entrypicture entrypicture entrycontent entrycontent';
    grid-template-columns: min-content min-content auto auto;
    grid-template-rows: min-content auto auto;
    gap: 10px;
  }

  .sidetabcontent.intermission .entrycontent {
    grid-row-start: 2;
    grid-row-end: 5;
    height: fit-content;
  }

  .sidetabcontent.intermission .entrypicture {
    grid-row-start: 3;
    grid-row-end: 5;
    height: fill;
  }

  .sidetabcontent.intermission .entrytable-section {
    grid-row-start: 2;
    grid-row-end: 3;
    height: min-content;
  }

  .sidetabcontent.intermission .entryheader {
    height: min-content;
  }

}

#noiseFilter {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat:repeat;
  background-size: 21px;
  background:	
  linear-gradient(330deg, #27012c, #ff000000),
  linear-gradient(120deg, #001c2e, #ff00ff00),
  url(/img/bitmap.svg);
  filter: opacity(.3) brightness(2.3) contrast(2);
  z-index: -2;
} 

#stars {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background:  url(/img/bg.gif);
  z-index: -1;
  filter: brightness(1.4) blur(1.2px);
}

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.10626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.10626;
  }
  30% {
  opacity: 0.18128;
  }
  35% {
  opacity: 0.23604;
  }
}