/************************************   Imported Fonts   ****************************************/
@font-face {
  font-family: "space_monoregular";
  src: url("spacemonoregular-webfont.woff2") format("woff2"),
    url("spacemonoregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/************************************   Start Landing Page Style   ****************************************/
.themeDiv {
  text-align: left;
  height: max-content;
  padding: 2vw 2vw 2vw 2vw;
  margin: 3vw 0 0 0;
}
.themeSelectionHeader {
  font-size: 2vh;
}
.themeSampleImage {
  height: 10vw;
  width: 19.8121085594vw;
  float: right;
}
.themeButton {
  width: 4vw;
  height: 3vh;
}
.buttonRow {
  text-align: right;
}
#landingBody {
  background-image: url(./bgs/lainandnavi.png);
  background-repeat: repeat;
  background-size: 49.6vh 61.2055710306vh; /*66.2vh 81.6896935933vh*/
  text-align: center;
  margin: 0 0 0 0;
  color: white;
  background-color: black;
}
#landingMain {
  margin: 1vw 23vw 0 23vw;
}
#landingDiv {
  position: auto;
  padding: 1vh 1vw 1vh 1vw;
  border-radius: 2.5%;
  background-color: black;
}
#landingHeader {
  font-size: 7vh;
  text-decoration: none;
}
#chooseThemeText {
  font-size: 2vh;
}
#landingLinks {
  text-decoration: underline;
  font-size: 2vh;
}
#landingSpan {
  text-decoration: underline;
}
#hackerThemeDiv {
  color: rgb(0, 255, 0);
  background-color: black;
}
#oldThemeDiv {
  color: white;
  background-color: #22040e;
  margin-bottom: 1.5vw;
}
/************************************   Start Nav Style   ****************************************/
#mainNav {
  background-color: rgb(35, 0, 35);
  margin: 1vh 3vw 1vh 3vw;
  padding: 1vh 0 1vh 0;
  display: flex;
  justify-content: space-around;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#navImage {
  height: 5em;
  width: 8.5em;
  margin: 0 0 0 0;
  max-width: 17vw;
  max-height: 10vw;
}
.navLinks {
  color: white;
  font-size: 1.25vw;
  text-decoration: none;
  margin: 0;
  padding: 3vh 0 1vh 0;
}
/************************************   Start Music Style   ****************************************/
.musicDiv {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.musicText {
  text-decoration: underline;
}
/************************************   Start Page Bodies Style   ****************************************/
#homeBody {
  background-image: url(./bgs/pinkstatic.gif);
  background-repeat: repeat;
}
#tutorialsBody {
  background-image: url(./bgs/glitchedpicrew.png);
  background-repeat: repeat;
  background-attachment: scroll;
}
#buttonWallBody {
  background-image: url(./bgs/testfluid.gif);
  background-color: black;
}
#linksBody {
  background-image: url(./bgs/trippystaticnewpink.gif);
  background-attachment: scroll;
  background-repeat: repeat;
}
#artBinBody {
  background-image: url(./bgs/lainafter.png);
  background-repeat: repeat;
  background-attachment: scroll;
}
/************************************   Start Global Styles   ****************************************/
#homeHeader {
  display: auto;
}
#hackerHomeHeader {
  display: none;
}
body {
  background-color: #22040e;
  color: white;
  text-align: center;
  margin: 0 0 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: "space_monoregular";
  animation: fadein 1s linear;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
main {
  margin: 0 1% 0 1%;
}
header {
  margin: 0 0 0 1%;
}
h1 {
  letter-spacing: 0.05em;
  font-size: 4vh;
  text-decoration: underline;
  margin: 1% 1% 1% 3%;
  text-align: center;
}
h2 {
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 3vh;
}
h3 {
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 2.5vh;
}
.blogPosts {
  margin: 1vh 9vw 1vh 9vw;
  background-color: rgb(50, 0, 50); /*#22040e    rgb(75, 15, 45)*/
  padding: 1vh 2vh 1vh 2vh;
  border-radius: 1%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  text-align: center;
}
.dateDiv {
  float: right;
}
.mainText {
  font-size: 2vh;
  line-height: 3vh;
}
a {
  color: white;
  text-decoration: none;
}
li {
  list-style: circle;
  color: white;
  font-size: 2vh;
}
/************************************   Start Links Page Style   ****************************************/
#linksList {
  line-height: 4vh;
}
.linkListLink {
  text-decoration: underline;
}
/************************************   Start Art Page Style   ****************************************/
.artDiv {
  text-align: right;
  display: flex;
  padding-bottom: 2vh;
}
/************************************   Start Button Wall Style   ****************************************/
.webButton {
  margin: 0.25vw 0.25vw 0.25vw 0.25vw;
  max-width: 80%;
}
