/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

html {
  background-image: url(background-alt.png);
  background-attachment: fixed;
  background-position: 50%;
  text-align: center;
}

@font-face {
  font-family: "Moonflower";
  src: url(MoonFlowerBold.ttf);
}

@font-face {
  font-family: "Lampshade";
  src: url(Lampshade.otf);
}

body {
  background-color: rgba(255, 255, 255, 0);
  color: black;
}

h1 {
  font-family: "Moonflower";
  font-weight: 100;
  font-size: 50px;
  color: #777777;
  margin-top: auto;
  background-color: #ffffff;
  padding: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

h2 {
  font-family: "Moonflower";
  color: white;
  font-size: 30px;
}

h3 {
  font-family: "Montserrat-Extra-Bold";
  color: white;
}

p {
  font-family: "Lampshade";
  color: white;
  font-size: 16px;
}

li {
  font-family: "Lampshade";
  color: white;
  font-size: 20px;
  text-align: left;
}

a {
  color: white;
}

a:hover {
  color: #1c19ff;
}

marquee {
  font-family: "Lampshade";
  font-size: 20px;
  color: white;
  margin: auto;
}

#header {
  height: auto;
  margin: auto;
  padding: 12px;
}

#wrapper {
  height: auto;
  width: 1280px;
  margin: auto;
  display: flex;
  justify-content: start;
  margin-bottom: -25px;
}

#footer {
  height: auto;
  margin: auto;
  padding: 12px;
}

#footertext {
  margin-bottom: auto;
  font-size: 12px;
}

.box1 {
  width: 900px;
  height: 100px;
  margin: auto;
  padding: 12px;
  background-color: #777777;
  outline: solid 5px #ffffff;
  border-radius: 5px;
  display: flex;
  box-shadow: 0px 0px 25px black;
}

#logo {
  width: auto;
  height: auto;
  margin: auto;
}

#neocities {
  width: auto;
  height: auto;
  margin: auto;
}

#slidingtext {
  height: 40px;
  margin: auto;
  padding: 12px;
}

#slidingbox {
  height: 100%;
  width: 928px;
  margin: auto;
  background-color: #777777;
  outline: solid 5px white;
  border-radius: 5px;
  display: flex;
}

#textslide {
  width: 100%;
  height: 30px;
  margin: auto;
  display: flex;
}

#left {
  height: auto;
  width: 26.64%;
  padding: 12px;
  float: left;
}

#navbuttons {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

#navbuttons-about {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 8.5px;
}

#nav-button {
  width: auto;
  height: auto;
}

#main {
  height: auto;
  width: 68%;
  padding: 12px;
}

.mainbox {
  width: 660px;
  height: auto;
  margin: auto;
  padding: 12px;
  background-color: #777777;
  outline: solid 5px #ffffff;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 25px black;
}

.mainboxflex {
  height: auto;
  margin: auto;
  padding: 12px;
  background-color: #777777;
  outline: solid 5px #ffffff;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 25px black;
}

.wraparound {
  height: auto;
  margin: auto;
  display: flex;
  align-items: center;
}

.pfp {
  height: auto;
  width: auto;
  margin-right: 15;
}

.vfhistory-text {
  width: auto;
  height: auto;
  margin: auto;
}

.flexdiv {
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 25px;
}

.flexside {
  height: auto;
  width: 45%;
  margin: auto;
  padding: 15px;
  background-color: #777777;
  outline: solid 5px #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 25px black;
}

#right {
  height: auto;
  width: 26.64%;
  padding: 12px;
  float: right;
}

.sidebox {
  width: 240px;
  height: auto;
  margin: auto;
  padding: 12px;
  background-color: #777777;
  outline: solid 5px #ffffff;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 25px black;
}

#changelog {
  height: 250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: scroll;
}

#scrolltext {
  text-align: left;
}

.sidetext {
  font-size: 32px;
  padding: 8px;
}

#socials {
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}

#latestart {
  height: auto;
  margin: auto;
}

.sitebuttons {
  height: auto;
  margin: auto;
}

#VNETChat {
  height: auto;
  margin: auto;
}

#hitcounter {
  width: auto;
  margin: auto;
  font-family: "Lampshade";
  margin-bottom: auto;
  margin-top: auto;
  color: #ffffff;
  font-size: 50px;
}

.line {
  border: solid 1px white;
  width: 600px;
  margin: auto;
}

.fleximg {
  height: auto;
  margin: auto;
}

.container {
  width: auto;
  height: auto;
  padding: 0;
}

#shows {
  width: auto;
  height: auto;
  margin: auto;
  padding: 8px;
  background-image: url(/about/blue-interest-bg.png);
}

#games {
  width: auto;
  height: auto;
  margin: auto;
  padding: 8px;
  background-image: url(/about/green-interest-bg.png);
}

#music {
  width: auto;
  height: auto;
  margin: auto;
  padding: 8px;
  background-image: url(/about/pink-interest-bg.png);
}

.interest-row {
  width: auto;
  height: 150px;
  margin: auto;
  display: flex;
}

.interest {
  width: auto;
  height: auto;
  margin: auto;
}

#wraparound-tvz {
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#discord_embed {
  width: auto;
  height: auto;
  margin: auto;
  margin-left: 15px;
}

#vibezonetextnlogo {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
}

#caution {
  width: auto;
  height: auto;
  margin: auto;
  margin-right: 15px;
}

#disclaimer-text {
  width: auto;
  height: auto;
  margin: auto;
  text-align: left;
}

#a-drawing-of-reymo {
  width: auto;
  height: auto;
  margin: auto;
}

#founder-text {
  width: auto;
  height: auto;
  margin: auto;
}

#statuscafe {
  padding: 0.5em;
  background-color: #777777;
}

#statuscafe-username {
  margin-bottom: 0.5em;
  color: white;
  font-family: "Moonflower";
  font-size: 25px;
}

#statuscafe-content {
  margin: 0 1em 0.5em 1em;
  color: white;
  font-family: "Lampshade";
  font-size: 25px;
}

