  /**************** Basic Text Styles ****************/

  body{
    background-color: #1e1e1e;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-image: url(/images/mainimg/spacestars.png);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

h1{
  font-family:'W95font';
  font-size: 4rem;
  color: #fff;
  transition-duration: 1s;
}

h2{
  font-family:'W95font';
  font-size: 3.5rem;
  color: #fff;
  transition-duration: 1s;
}

h3{
  font-family:'W95font';
  font-size: 3.5rem;
  color: #fff;
  transition-duration: 1s;
}

p{
  font-family:'W95font';
  font-size: 2rem;
  color: #fff;
  transition-duration: 1s;
}

ul{
  font-family:'W95font';
  font-size: 2rem;
  color: #fff;
  transition-duration: 1s;
}

ol{
  font-family:'W95font';
  font-size: 2rem;
  color: #fff;
  transition-duration: 1s;
}

img{
    margin: 10px;
    border: 5px solid #fefae0;
    -webkit-filter:none;
    filter:none;
    transition-duration: 1s;
}

img:hover {
    border: 5px solid #fff;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header{
    margin: 0px 20px 20px 20px;
    font-family: 'W95font';
    font-size: 8rem;
    color: white;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 3s ease-in-out infinite;
    background-size: 900% 100%;
    transition-duration: 1s;
}

.header:hover {
  -webkit-filter:drop-shadow(0 0 1rem #ffffff);
  filter:drop-shadow(0 0 1rem #fff);
}

.footer{
    display: flex;
    font-family: 'W95font';
    font-size: 1.5rem;
    color: #fff;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

/*main white font, regular*/
.mwf-2{
  font-family: 'W95font';
  color: white;
  max-width: 600px;
  display: block;
  text-decoration: none;
  margin: auto;
  text-align: center;
}

/*main white font, green on hover*/
.mwf{
    font-family: 'W95font';
    color: white;
    max-width: 600px;
    display: block;
    text-decoration: none;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.mwf:hover{
    color: #0041ce;
    text-decoration: none;
}

/*top navigation bar stuff*/
.topnav{
    background-color: #333;
    opacity: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.topnav a{
    float:left;
    padding: 20px;
    color: #9ca6ffb3;
    font-family: 'W95font';
    text-decoration: none;
    text-align: center;
}

.topnav a:hover{
    background-color: #9ca6ffb3;
    color: #ffffff;
}

  /**************** Page - Home ****************/

  /*contact banner secton*/
  .indexpostgrid{
    background-color: #243422;
    opacity: 90%;
    display:inline-block;
    margin: 20px;
  }

  /*quick gallery picture settings*/
  .index-gallery {
  margin: 20px;
  padding: 20px;
}

  .index-gallery img {
  width: 100%;
  height: 100;
}

  .index-desc {
  text-align: center;
  color: white;
  float: right;
  margin: 10px;
  padding: 15px;
}

  /*main profile picture stuff*/
.main_pic{
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
  max-width: 300px;
  border-top: 5px;
  border-left: 5px;
  border-right: 5px;
  border-bottom: 5px;
  border-style: solid;
  border-color: #f0efe4;
  filter: grayscale(100%);
}

.indexdesc{
  margin: auto;
  padding: 20px;
  background-color: rgba(11, 19, 90, 0.702);
  border-radius: 10px;
  color: white;
  max-width: 600px;
}

.indexdesc-2{
  margin: auto;
  padding: 20px;
  background-color: #222fa3b3;
  border-radius: 10px;
  color: white;
  max-width: 500px;
}

.indexdesc-3{
  margin: auto;
  padding: 20px;
  background-color: rgba(11, 19, 90, 0.702);
  border-radius: 10px;
  color: white;
  max-width: 500px;
}

.guestbook{
  display:flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 30px;
}
  /**************** Page - About Me ****************/

  .abtme{
    background-color: #333;
    padding: 10px;
    max-width: 300px;
    max-height: 300px;
    overflow-y:scroll;
    scrollbar-width: none;
  }

  .abtmedesc{
  margin: auto;
  padding: 20px;
  background-color: #2b22a3b3;
  border-radius: 10px;
  color: white;
  max-width: 800px;
  }

  .abtmedesc-2{
  margin: auto;
  padding: 20px;
  background-color: rgba(11, 19, 90, 0.702);
  border-radius: 10px;
  color: white;
  max-width: 500px;
  }

  .abtme_pic{
  width:350px;
  object-fit: cover;
  border: 5px;
  border-style:solid;
  border-color: #dfdfdf;
  border-radius: 50%;
  float: right;
  }


  /*************** Page - Links ****************/

  .box > * {
  border: 2px solid rgba(255, 166, 0, 0.514);
  background-color: rgba(180, 174, 0, 0.7);
  color: #fff;
  font-size: 4rem;
  font-family: 'W95font';
  text-align: center;
  padding: 10px;
  margin: 20px;
  text-decoration: none;
}

.box {
  display: flex;
  flex-flow:column;
  margin: auto;
  padding: 20px;
  align-items: center;
  justify-content: center;
  transition-duration: 1s;
}

.box > *:hover {
  -webkit-filter:drop-shadow(0 0 1rem #ffffff);
  filter:drop-shadow(0 0 1rem #fff);
}

/*************** Fonts n Stuff ****************/

@font-face {
  font-family: 'geo';
  src: url(/fonts/geo/Geo-Regular.ttf);
}

@font-face {
  font-family: 'ellipticafnt';
  src: url(/fonts/elliptica/Elliptica.otf);
}

@font-face {
  font-family: 'helmetfnt';
  src: url(/fonts/helmet-1.0/Helmet-Regular.ttf);
}

@font-face {
  font-family: 'hyperjumpfnt';
  src: url(/fonts/hyperjump/Hyperjump\ Regular.otf);
}

@font-face {
  font-family: 'ibmfnt';
  src: url(/fonts/ibm-plex-sans/IBMPlexSans-Regular.otf);
}

@font-face {
  font-family: 'exofnt';
  src: url(/fonts/OFT/Exo2.0-Regular.otf);
}

@font-face {
  font-family: 'sharetechfnt';
  src: url(/fonts/share-tech-mono/ShareTechMono-Regular.ttf);
}

@font-face {
  font-family: 'toxifnt';
  src: url(/fonts/toxigenesis/toxigenesis\ bd.otf);
}

@font-face {
  font-family: 'khfnt';
  src: url(/fonts/kh-font-collection/KHMenu.otf);
}

@font-face {
  font-family: 'fira';
  src: url(/fonts/fira-code/FiraCode-Regular.ttf);
}

@font-face {
    font-family: 'W95font';
    src: url(/fonts/w95font/W95font.otf)
}

/* Rainbow!!!!!!!!!!!!!!!! */
#shadowBox {
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.001);
    /* Black w/opacity/see-through */
    display: flex;
    align-content: center;
    justify-content: center;
}

#shadowBox:hover {
  text-decoration:none;
}

.rainbow {
    text-align: center;
    font-size: 5rem;
    font-family: 'W95font';
}

.rainbow_text_animated {
    background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 6s ease-in-out infinite;
    background-size: 400% 100%;
}

@keyframes rainbow_animation {
    0%,100% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }
}

/** Start CRT Filter **/

@keyframes flicker {
  0% {
    opacity: 0.27861;
  }
  5% {
    opacity: 0.34769;
  }
  10% {
    opacity: 0.23604;
  }
  15% {
    opacity: 0.90626;
  }
  20% {
    opacity: 0.18128;
  }
  25% {
    opacity: 0.83891;
  }
  30% {
    opacity: 0.65583;
  }
  35% {
    opacity: 0.67807;
  }
  40% {
    opacity: 0.26559;
  }
  45% {
    opacity: 0.84693;
  }
  50% {
    opacity: 0.96019;
  }
  55% {
    opacity: 0.08594;
  }
  60% {
    opacity: 0.20313;
  }
  65% {
    opacity: 0.71988;
  }
  70% {
    opacity: 0.53455;
  }
  75% {
    opacity: 0.37288;
  }
  80% {
    opacity: 0.71428;
  }
  85% {
    opacity: 0.70419;
  }
  90% {
    opacity: 0.7003;
  }
  95% {
    opacity: 0.36108;
  }
  100% {
    opacity: 0.24387;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: absolute;
  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;
}
.crt::before {
  content: " ";
  display: block;
  position: absolute;
  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 {
  animation: textShadow 1.6s infinite;
}

/** End CRT Filter **/