/* Class is a dot, ID is a hashtag */
:root {
  --main-text: #DFD7D9;
  --main-outline: #4B4C55;
  --main-bg: #000000;
  --main-text2: #C9BDBE;
  --sub-bg: rgba(51, 48, 50, 0.51);
  --bg-sat: 0%;
  --bg-hue: -36deg;
  
  --main-text3: hsl(41, 97%, 45%);
  --main-bg2: #000000;
  --main-text4: #e49d03;
  --sub-bg4: #4220008b;
}

@font-face {
  font-family: "MainL";
  font-style: normal;
  font-weight: normal;
  src:
    local("Butler"),
    url("https://longarm.neocities.org/fonts/Butler-Light.woff") format("woff");
}

@font-face {
  font-family: "MainM";
  font-style: normal;
  font-weight: normal;
  src:
    local("Butler"),
    url("https://longarm.neocities.org/fonts/Butler-Medium.woff") format("woff");
}

@font-face {
  font-family: "MainB";
  font-style: normal;
  font-weight: normal;
  src:
    local("Butler"),
    url("https://longarm.neocities.org/fonts/Butler-Bold.woff") format("woff");
}

@font-face {
  font-family: "MainEB";
  font-style: normal;
  font-weight: normal;
  src:
    local("Butler"),
    url("https://longarm.neocities.org/fonts/Butler-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "PixN";
  font-style: normal;
  font-weight: normal;
  src:
    local("PFTemppesta"),
    url("https://longarm.neocities.org/fonts/pf_tempesta_seven_condensed.woff") format("woff");
}

@font-face {
  font-family: "PixB";
  font-style: normal;
  font-weight: normal;
  src:
    local("PFTemppesta"),
    url("https://longarm.neocities.org/fonts/pf_tempesta_seven_condensed_bold.woff") format("woff");
}

body {
  margin: 0;
  background-color: var(--main-bg);
  font-smooth: never;
  cursor:
    url("https://longarm.neocities.org/images/cursor.png") 16 16,
    auto;
}

.header {
  text-align: center;
  padding-top: 5px;
}

/* For main portfolio section */
/* Nakes a 2 column-layout instead of 4 columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* 2 columns stack on top of each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Text and font stuff */
a {
  text-decoration: none;
}

a:link,
a:visited {
  color: inherit;
}

/* Main style for text */
.title {
  color: var(--main-text);
  /*color: #F3F8CE;*/
  font-size: 3.5em;
  font-family: "MainB";
  text-decoration: none;
  margin: 6px;
  text-shadow: 0 0 24px var(--main-text);
  text-align: center;
}

.title2 {
  color: var(--main-text2);
  font-size: 2.5em;
  font-family: "MainB";
  text-decoration: none;
  margin: 7px;
  text-align: center;
}

.subtitle {
  color: var(--main-text);
  font-size: 1.5em;
  font-family: "MainM";
  text-decoration: none;
  text-align: center;
  margin: 7px;
}

.subtitle2 {
  color: var(--main-text2);
  font-size: 1.25em;
  font-family: "Mainl";
  text-decoration: none;
  text-align: center;
}

/* Menu stuff */
.menu {
  display: flex;
  justify-content: center;
  align-items: baseline;
  overflow: hidden;
  padding: 1px;
}

.menu a {
  color: var(--main-text);
  font-size: 1.5em;
  font-family: "MainM";
  text-align: center;
  padding: 14px 12px;
  white-space: nowrap;
}

.menu a:hover {
  text-shadow: 0 0 7px var(--main-text);
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.3s;
}

/* Menu for phones */
@media screen and (max-width: 600px) {
  .menu a {
    padding: 14px 3px;
    font-size: 1em;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.6s;
  }
}

/* Main panels */
.parentinfo {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  flex-direction: row;
  align-items: center;
  max-width: 1000px;
}

.parentportfolio {
  width: 100%;
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  flex-direction: row;
  align-items: center;
  max-width: 90%;
}

.info {
  display: flex;
  background-color: var(--sub-bg);
  align-items: center;
  border-radius: 4px;
  outline: 2px solid var(--main-outline);
  justify-content: center;
  box-sizing: border-box;
  margin: 15px;
  gap: 30px;
  padding: 15px;
  width: 100%;
}

.parentpanel {
  display: flex;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  /*align-items: center;*/
  max-width: 1000px;
  justify-content: center;
  box-sizing: border-box;
}

.infopanel {
  position: relative;
  gap: 30px;
  width: 100%;
  min-height: 500px;
  background-color: var(--sub-bg);
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  outline: 2px solid var(--main-outline);
  padding: 15px;
  margin: 15px;
}

/* Background */
#sliding-container {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: baseline;
  z-index: -4;

  margin: 0 auto;
}

.sliding-background-1 {
  background-image: url("https://longarm.neocities.org/images/spacebg1.png");
  background-repeat: repeat;
  image-rendering: pixelated;
  background-size: 65%;
  width: 200vw;
  z-index: -1;
  filter: hue-rotate(var(--bg-hue)) brightness(.4) saturate(var(--bg-sat));

}

.sliding-background-2 {
  background-image: url("https://longarm.neocities.org/images/spacebg2.png");
  background-repeat: repeat;
  image-rendering: pixelated;

  z-index: -2;
  background-size: 65%;
  width: 200vw;
  filter: hue-rotate(var(--bg-hue)) brightness(.3) saturate(var(--bg-sat));

}

.sliding-background-3 {
  background-image: url("https://longarm.neocities.org/images/spacebg3.png");
  background-repeat: repeat;
  image-rendering: pixelated;
  z-index: -3;
  background-size: 65%;
  width: 200vw;
  filter: hue-rotate(var(--bg-hue)) brightness(.2) saturate(var(--bg-sat));

}

/* Background Animation UNUSED*/
@keyframes slide {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 300%;
  }
}

@media (max-width: 800px) {
  .info {
    flex-direction: column;
    text-align: center;
  }

  .infopanel {
    width: auto;
  }
  .parentpanel {
    flex-direction: column;
    text-align: center;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .title {
    font-size: 3em;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .parentinfo {
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
}