body {
 background: #000000;
 color: #FFFFFF;
 margin: 0;
 font-family: 'Zen Dots', cursive;
}

nav {
background: rgba(0,0,0,0.25);
height: 2%;
}

footer {
  position: absolute;
  bottom: 0;
  width:95%;
  height: 2%;
}

canvas{
  display: block;
  vertical-align: bottom;
   margin: 0;
}

#particles-js{
  overflow: hidden;
  width: 100%;
  height: 100%;
  }

#mainthing{
  position: absolute;
  background: none;
  width: inherit;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  line-height: 50;
  top: 15%;
}

#officialtop {
    position: relative;
    text-align: center;
        line-height: 0;
font-size: x-large;
color: #FFFFFF;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828;}

#bigthing {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #666666;
  letter-spacing: .1em;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
  color: #666666;
  font-size: 5vw;
  height: inherit;
    line-height: 1.5;
}

#officialbottom {
  position: relative;
  text-align: center;
      line-height: 0;
font-size: x-large;
color: #FFFFFF;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828;
}

#menudiv {
  float: right;
  width: 95%;
  border-bottom: 3px #666666 ridge;
  border-left: 3px #666666 ridge;
  border-bottom-left-radius: 15px;
  height: fit-content;
}

#menu {
display: inline-flex;
}

.menuroot {
display: inline-flex;
}

.menuthing {
  display: inline-flex;
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
  transition: 0.25s all;
}

.menuthing:hover{
  text-shadow: 0px 0px 3px gold;
}

.pageContent {
  top: 1em;
  font-size: small;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a !important;
  position: sticky;
  display: block;
  vertical-align: middle;
}

#totallylegitcopyright {
  float: left;
}

#klyelogo {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.hidden {
  visibility: hidden !important;
  display: none !important;
  transition: 0.25s all;
}

.sexytext {

}
