@font-face {
  font-family: 'vhs';
  src: url('fonts/vhs-vcr-osd.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'pg';
  src: url('fonts/PixelGrunge.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'doomed';
  src: url('fonts/doomed-regular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

html{
  scroll-behavior: smooth;
}

body {
  background-image:url('backgrounds/background02.gif'), url('backgrounds/background01.jpeg');
  background-size:45% 100vh, 100% 100vh;
  background-repeat:no-repeat,no-repeat;
  background-color:black;
  box-sizing:border-box;
  color:white;
  text-align:center;
}

.main{
  background-color:black;
  width:50vw;
  max-width:50vw;
  height:85%;
  max-height:85%;
  border-radius:0px 50px 0px 50px;
  border: 3px double lime;
  box-sizing:border-box;
  position:absolute;
  right:4%;
  bottom:5%;
  padding:2% 1% 1.3% 1.6%;
  transform:rotate(2deg);
}

.row{
  display:flex;
  gap:2%;
  height:100%;
}

.column1{
  flex:75%;
}

.column2{
  flex:25%;
}

.column3{
  flex:50%;
  max-width:50%;
  font-family:pg;
}

.nav_bar{
  border:4px groove lime;
  background-color:black;
  width:100%;
  height:99%;
  border-radius:0px 40px 0px 0px;
  padding:1.5%;
  box-sizing:border-box;
  overflow:auto;
}

.nav_bar button{
  background-image:linear-gradient(to bottom, #ff0000 0%, #000000 100%);
  padding:0.6%;
  background-size:100% 50%;
  font-family:doomed;
  font-size:100%;
  color:white;
  border-left:yellow 2px solid;
  border-top:yellow 2px solid;
  border-right:lime 2px solid;
  border-bottom:lime 2px solid;
  width:100%;
  height:5%;
}

.nav_bar button.header {
  background:none;
  padding:0.6%;
  font-family:doomed;
  font-size:100%;
  color:yellow;
  border:none;
  width:100%;
  height:5%;
  margin-bottom:5px;
}

.nav_bar button.header:hover{
  color:red;
}

.nav_bar button:hover{
  background-size:100% 100%;
}

.nav_bar hr{
  border:lime solid 1px ;
  margin:3px 0px 3px 0px;
}

.title_outer{
  width:50vw;
  max-width:50vw;
  height:15vh;
  max-height:15vh;
  position:absolute;
  top:-13%;
  right:0;
  overflow:hidden;
}

.title{
  min-width:100%;
  height:100%;
  font-size:150%;
  color:red;
  animation:marquee 2s linear infinite;
  filter: drop-shadow(5px 5px 0 yellow);
}

@keyframes marquee{
  from {transform:translateX(0%);}
  to {transform:translateX(-50%);}
}

.title_text{
  font-family:vhs !important;
  white-space:nowrap;
}

.info{
  border:3px double red;
  padding:1% 2.5%;
  box-sizing:border-box;
  overflow:scroll;
  width:100%;
  max-width:100%;
  height:70%;
  max-height:70%;
  font-family:pg !important;
}

.highlight{
  color:yellow;
}

.highlight2{
  color:red;
}

.highlight3{
  color:lime;
}

.hide{
  color:transparent;
}

.divider{
  margin:5px 0;
  width:100%;
  height:auto;
}

.scroll{
  height:59%;
  overflow:auto;
}

.quote{
  border-left:4px red solid;
  padding-left:20px;
  margin-bottom:7px;
  font-family:doomed;
}

.scroll2{
  overflow:auto;
  max-width:100%;
}

.skin{
  display:inline-block;
  width:20%;
  max-width:20%;
  text-align:center;
}

.skin img{
  width:100%;
  height:25%;
  object-fit:contain;
}

.unobtained{
  filter:grayscale(100%);
}

.row2{
  display:flex;
  gap:2%;
  height:auto;
}

table, th, td{
  border-collapse:collapse;
  border-top: 4px ridge yellow;
  border-left: 4px ridge yellow;
  border-right: 4px ridge lime;
  border-bottom: 4px ridge lime;
  font-family:doomed;
  padding:2%;
  width:100%;
}







