@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

.noscrollbar::-webkit-scrollbar {
  display: none;
}

a {
  font-family: quicksand;
}

.topnav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(23, 23, 23);
  position: fixed;
  top: 0;
  width: 100vw;
  left: 0px;
  z-index: 1;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: max(14px, (5px + 0.5vw)) min(16px, (5px + 0.8vw));
  text-decoration: none;
  font-size: max(16px, 1vw);
  transition-duration: 0.2s;
}

.topnav a.activepage:hover {
  background-color: #22353c;
  transition-duration: 0.4s;
}

.topnav a.activepage:active {
  background-color: #2d454e;
  transition-duration: 0.1s;
}

.topnav a:hover {
  background-color: rgba(37, 37, 37);
  transition-duration: 0.4s;
}

.topnav a:active {
  background-color: rgb(47, 47, 47);
  transition-duration: 0.1s;
}

.topnav a.activepage {
  background-color: #14252b;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

body {
  background-color: rgb(16, 16, 16);
  margin: 0px 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: fixed;
  }

  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.noscrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

p {
  font-family: quicksand;
  font-size: 24px;
  color: white;
}

.divtext {
  font-family: quicksand;
  font-size: 24px;
  color: white;
}

.link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  color: #5ea6f8;
  transition-duration: 250ms;
}

.link:hover {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  color: #8dd1ff;
}

.textbox {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 8px;
  font-family: quicksand;
  width: 95vw;
  max-width: 700px;
}

.textboxwide {
  color: white;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 8px;
  font-family: quicksand;
}

.header {
  font-size: min(max(70px, 6vw), 120px);
  min-width: 300px;
}

.button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: quicksand;
  border-radius: 32px;
  width: 100%;
  max-width: 700px;
}

.buttondiscord {
  background-color: white;
  color: #404eed;
  border: 2px solid #404eed;
}

.buttondiscord:hover {
  background-color: #404eed;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white;
  color: black;
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {
  background-color: #e7e7e7;
}

.button5 {
  background-color: rgb(33, 33, 33);
  color: rgb(255, 255, 255);
  border: 2px solid #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(83, 83, 83), inset 0 0 10px rgb(255, 255, 255);
}

.button5:hover {
  background-color: #393939;
  color: white;
  box-shadow: 0px 10px 30px 0px rgb(83, 83, 83), inset 0 0 20px rgb(255, 255, 255);
}

.button5:active {
  background-color: #515151;
  color: white;
  box-shadow: 0px 5px 10px 0px rgb(83, 83, 83), inset 0 0 50px rgb(255, 255, 255);
  border: 2px solid #ffffff;
}

.buttontextoverlay {
  background-color: rgb(33, 33, 33);
  color: rgb(255, 255, 255);
  border: 2px solid #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(83, 83, 83), inset 0 0 10px rgb(255, 255, 255);
}

.buttontextoverlay:hover {
  background-color: #393939;
  color: white;
  box-shadow: 0px 10px 30px 0px rgb(83, 83, 83), inset 0 0 20px rgb(255, 255, 255);
}

.buttontextoverlay:active {
  background-color: #515151;
  color: white;
  box-shadow: 0px 5px 10px 0px rgb(83, 83, 83), inset 0 0 50px rgb(255, 255, 255);
  border: 2px solid #ffffff;
}

.centertext {
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 90vw;
}

.image {
  max-width: 768px;
}

.activepage {
  background-color: #14252b;
}

.subtitle {
  font-size: max(26px, 2vw);
}

.medtitle {
  font-size: max(30px, 3vw);
}

.seperator {
  height: 3vh;
}

@keyframes moveup {
  0% {
    left: 0px;
    top: 500px;
    opacity: 0;
    position: relative;
  }

  70% {
    left: 0px;
    top: 20px;
    opacity: 0.5;
    position: relative;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
    position: relative;
  }
}

.moveup {
  animation-name: moveup;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

@keyframes moveup2 {
  0% {
    left: 0px;
    top: 300px;
    opacity: 0;
    position: relative;
  }

  90% {
    left: 0px;
    top: 30px;
    opacity: 0.5;
    position: relative;
  }

  100% {
    left: 0px;
    top: 0px;
    opacity: 1;
    position: relative;
  }
}

.moveup2 {
  animation-name: moveup2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

@keyframes fadein3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadein3 {
  animation-name: fadein3;
  animation-duration: 1.3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

@keyframes fadein {
  0% {
    opacity: 0;
    position: relative;
  }

  100% {
    opacity: 1;
    position: relative;
  }
}

.fadein {
  animation-name: fadein;
  animation-duration: 1.3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

@keyframes fadeout {
  0% {
    opacity: 1;
    position: relative;
  }

  100% {
    opacity: 0;
    position: relative;
  }
}

.fadeout {
  animation-name: fadeout;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

@keyframes movedown {
  0% {
    left: 0px;
    top: 0px;
    opacity: 1;
    position: relative;
  }

  100% {
    left: 0px;
    top: 300px;
    opacity: 0;
    position: relative;
  }
}

.padded {
  padding: 12px 0px;
}

.movedown {
  animation-name: movedown;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

span.highlight {
  color: white;
  background: #404040;
  font-family: "courier new";
}

.gone {
  display: none;
}

.activator:hover+.gone {
  display: block;
}

.previewimage {
  height: auto;
  width: 95vw;
}

.smallertext {
  font-size: max(16px, 1vw);
}

.secret:after {
  content: 'Website made by Frost#5872';
  font-style: italic;
}

.secret:hover:after {
  content: 'Check out the source code by clicking the GitHub link on the home bar!';
  font-style: italic;
}