/**FILTER CREDITS TO https://kidwiththechemicalz.net/**/
html::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.315) 50%);
  background-size: auto;
  z-index: 4;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
/**^^^^^**/
body{
  height: 800px;
  background-image: url(../ga-images/greeng.gif);
  background-size: 20%;
    background-color: black;
    opacity: 0.8;
    place-self: center;
}
@media only screen and (min-width: 300px) {
  body {
    width: 600px;
  }
}

#parent{
    background-color: black;
    margin-top: 600px;
    margin-left: -100px;
    width: 500px;
    height: 300px;
    position: absolute;
    place-self: center;
     border-radius: 5px;
     border: solid 1px black;
     padding: 5px;
                box-shadow: 2px 2px 7px 0px white,
                     inset 2px 2px 7px 0px #272727;
                     /**rgb(0, 233, 31)**/
    display: flex;
    flex-direction: row;
    gap: 5px;
}
aside{
        background-image: url(../ga-images/redbg.gif);
        background-size: 40%;
    width: 130px;
     border: solid 1px red;
     border-radius: 5px;
     position: relative;
     padding: 5px;
}
main{
    width: 400px;
     border: solid 1px black;
     border-radius: 5px;
     position: relative;
        color: white;
}
.tabcontent{
  overflow-y: scroll;
  overflow-x: hidden;
  width: 360px;
  height: 280px;
        font-family: "VT323";
  animation: fadeEffect 1s; 
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
  #RPGmaker ul, #VN ul, #OT ul{
    padding: 5px;
    margin-top: 0;
    margin: 5px;
        border: 1px solid #565656;
        border-radius: 3px;
  }
 #h3, summary{
  background-image: linear-gradient(#ec0000, black);
  border: none;
  border-radius: 0;
  text-shadow: -1.5px 0 #ec0000, 0 1.5px #ec0000, 1.5px 0 #ec0000, 0 -1.5px #ec0000;
 }
 summary{
  margin-top: 5px;
 }
 .strtmsg{
  border-bottom: outset #2a2a2a;
  border-top: none;
  border-left: none;
  border-right: none;
  background-image: linear-gradient(transparent, #2a2a2a);
  color: white;
 }
   main p, .para{
    padding: 5px;
    margin: 5px;
        border: 1px solid #565656;
        border-radius: 3px;
   }
   .para p{
    border: none;
   }
    mark{
    background-color: #ec0000;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
   }
   em{
    color: #ec0000;
   }
   .small{
    font-size: small;
   }
.nav{
        background-image: url(/images/whitenoise.gif);
    background-size: contain;
        position: absolute;
        top: 15px;
        left: 100%;
    width: 100px;
    height: 105px;
      border: blue 1px solid;
      border-radius: 5px;
}
.nav button{
  background-color: black;
   border-radius: 5px;
   border: 1px solid white;
  margin: 3px;
  padding: 3px;
  color: white;
   font-size: small;
   font-family: "VT323";
   width: 90px;
   text-align: left;
   text-decoration: underline blue;
}
 button{
  background-color: black;
   border-radius: 5px;
   border: 1px solid white;
  padding: 3px;
  color: white;
   font-size: small;
   font-family: "VT323";
     width: 105px;
     text-align: center;
     margin-top: 5px;
     margin-left: 5px;
}
  button:hover{
    color: blue;
    text-decoration: underline blue;
  }
  button:visited{
    color: blue;
  }
  .tab button.active {
  background-color: #001449;
}
.hvr-grow {
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}
.header{
  color: white;
  font-family: "VT323";
    position: absolute;
     top: 75px;
     left: 25px;
     text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
     z-index: 1;
}
aside ul{
    background-color: black;
    border-radius: 5px;
    color: white;
    list-style-type: none;
    font-family: "VT323";
    width: 105px;
     padding: 5px;
     padding-top: 15px;
     text-align: justify;
     margin-top: 10px;
}


/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.content {
  width: 300px;
  margin-left: 20px;
  border: #212121 1px solid;
   border-radius: 0;
  padding: 5px;
  display: none;
  overflow: hidden;
  font-size: small;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 5px;
  color: white;
  float: right;
  margin-left: 5px;
}
