@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/css/fonts/Quicksand.ttf");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/css/fonts/Quicksand.ttf");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/css/fonts/Quicksand.ttf");
}

body {
  background-color:black;
  margin: 0;
}

h1, h2, h3, p {
  font-family: "Quicksand", sans-serif;
  color:white;
}

.smalltext {
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin: 0;
}

#main-title {
  text-align: center;
  margin-top: 12.5%;
  padding: 5% 0;
  background-color: rgba(255, 255, 255, 0.12);
}

#main-title h1 {
  font-size: 2.25rem;
  margin: 0 0 -10px 0;
}
#main-title h2 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
}

#icons {
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 2.5% 0 15% 0;
  font-size: 0px;
}
#icons * {
  display: inline-block;
  margin: 0 5px;
}
#icons img {
  width: 30px;
}
#icons h3 {
  width: 80px;
  vertical-align: middle;
  line-height: normal;
  transform: translateY(-15px);
  font-size: 1rem;
}
#kofi-text {
  width: auto !important;
  margin-top: 10px;
}

.embed-frame {
  margin: 5% 10vw;
}
.embed-frame .smalltext {
  margin: 0 15px;
}

.embed-frame iframe, .embed-frame lite-youtube {
  border: 1px solid white;
  border-radius: 15px;
  width: 80vw;
  height: 45vw;
}

#twitch-embed .smalltext {
  text-align: right;
}

footer {
  margin-top: 20%;
}

#bg-anim-container {
  display: none;
}

@media only screen and (min-width: 800px) {

  #main-title {
    margin-top: 5%;
    padding: 2.5%;
    background-color: rgba(255, 255, 255, 0.1);
  }

  #icons {
    margin: 1% 0 2% 0;
  }
  #kofi-text {
    margin-top: 15px;
  }

  .embed-frame {
    width: 35vw;
    display: inline-block;
  }
  .embed-frame iframe, .embed-frame lite-youtube {
    width: 35vw;
    height: 19.6875vw;
    box-sizing: border-box;
  }

  #yt-embed {
    margin-left: 12.5vw;
    margin-right: 5vw;
  }
  #twitch-embed {
    margin: 5% 0;
  }

  footer {
    margin-top: 0;
  }

  #homepage-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow-y: auto;
  }

  #bg-anim-container {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.5s;
  }

  #bg-anim-container * {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  #bg-anim-bg {
    background-color: rgb(12, 12, 12);
  }

  #bg-anim {
    opacity: 0.25;
    filter: blur(2px);
  }

}
