.fullscreen {
  min-height: 100vh;
}

.section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.centered-container {
  width: 100%;
}

body {
  background-color: black;
}

h1, h2, h3, h4, h5 {
  font-weight: 200;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2rem;
}

/*#rectangle {
  height: 200%;
  top: 0;
  left: 0;
  width: 200%;
  position: fixed;
  transform: rotate(480deg);
  transform-origin: center top;
}*/

#rectangle {
  transform: rotate(540deg);
  top: 0px;
  left: 0px;
  position: fixed;
  transform-origin: center top;
  z-index: 100;
}

#controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  transform: translate(-50%, 175px);
}

footer.page-footer {
  margin-top: 0;
}

#particles-js {
  background-color: #000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
}

#simon {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

#ticTacToe {
  position: relative;
  z-index: 1;
  color: #fff;
}

#picross {
  position: relative;
  z-index: 1;
  color: #fff;
}

#truth {
  position: relative;
  z-index: 1;
  color: #fff;
}

#contact {
  position: relative;
  z-index: 1;
  color: #fff;
}

#Layer_1 {
  position: fixed;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

#slideOne {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 1;
}

#particles-js {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

#ticTacToeContent img {
  position: relative;
}

#ticTacToeText {
  position: relative;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 100;
}

#ticTacToeText p {
  margin: 0 0 10px 0;
}

#ticTacToeText a {
  color: #FFB83C;
  font-weight: 300;
}

#picrossContainer {
  visibility: hidden;
}

#picrossContent img {
  position: relative;
}

#picrossText {
  position: relative;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 100;
}

#picrossText p {
  margin: 0 0 10px 0;
}

#picrossText a {
  color: #FFB83C;
  font-weight: 300;
}

#truthContainer {
  visibility: hidden;
}

#truthContent img {
  position: relative;
}

#truthText {
  position: relative;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 100;
}

#truthText p {
  margin: 0 0 10px 0;
}

#truthText a {
  color: #FFB83C;
  font-weight: 300;
}

#contactContainer {
  visibility: hidden;
  color: #fff;
}

#contactContainer a {
  margin-right: 25px;
}

#contactContainer a:last-child {
  margin-right: 0;
}

#contactContainer a {
  color: #fff;
}

#social {
  position: relative;
}

#hi {
  position: relative;
}

#contact {
  font-size: 2rem;
}

@media (min-width: 600px) {
  h2 {
    font-size: 3rem;
  }
  .tech {
    padding-bottom: 20px;
  }
  #contact {
    font-size: 3rem;
  }
}
