body, html {
  background: -webkit-gradient(linear, left top, left bottom, from(#5587a0), to(#26b1ff));
  background: -o-linear-gradient(top, #5587a0 0%, #26b1ff 100%);
  background: linear-gradient(180deg, #5587a0 0%, #26b1ff 100%);
  color: #fff;
  font-family: "PT Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  z-index: 1;
  font-family: "Press Start 2P", cursive;
}

h2 {
  font-size: 28px;
  position: relative;
}
h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 200px;
  height: 50px;
  background: #c64740;
  -webkit-clip-path: polygon(9% 0, 0 60%, 100% 32%);
          clip-path: polygon(9% 0, 0 60%, 100% 32%);
  z-index: -1;
}

h3 {
  font-size: 22px;
  color: #c0e34b;
}

h4 {
  font-size: 20px;
}

h5 {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}

section.section {
  padding: 100px 0;
}

.btn {
  background: none;
  border: none;
  padding: 14px 15px;
  width: auto;
  min-width: 181px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:before {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 6px;
}
.btn:hover:before {
  content: "";
  bottom: -3px;
  left: -3px;
  right: -3px;
  top: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container {
  padding: 0 10%;
}

.stretchgoals {
  border: 10px dashed black;
}
.stretchgoals .goalrow {
  padding: 20px;
  border-bottom: 5px solid #fff;
  font-size: 30px;
}
.stretchgoals .goalrow:last-child {
  border-bottom: none;
}

.stream-container .stream-wrapper {
  background: black;
  padding-top: 60%;
  position: relative;
}
.stream-container .stream-wrapper #twitch-embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.stream-container .stream-wrapper #twitch-embed iframe {
  width: 100%;
  height: 100%;
}

.event-2020 .headerlogo {
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .event-2020 .headerlogo {
    min-height: 800px;
  }
}
.event-2020 .headerlogo .bggamers {
  width: 100%;
  position: relative;
}
.event-2020 .headerlogo .bggamers .row-wrap {
  overflow: hidden;
}
.event-2020 .headerlogo .bggamers .row-wrap .arow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-animation: moveSlideshow 60s linear infinite;
          animation: moveSlideshow 60s linear infinite;
}
.event-2020 .headerlogo .bggamers .row-wrap:nth-child(odd) .arow {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: moveSlideshowRev 90s linear infinite;
          animation: moveSlideshowRev 90s linear infinite;
}
.event-2020 .headerlogo .bggamers .ag {
  width: 25%;
  min-width: 25%;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .event-2020 .headerlogo .bggamers .ag {
    width: 50%;
    min-width: 50%;
  }
}
.event-2020 .headerlogo .bggamers .ag .wrapper {
  width: 100%;
  padding-top: 100%;
}
.event-2020 .headerlogo .bggamers .ag .wrapper .imgcontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-2020 .headerlogo .bggamers .ag .wrapper .imgcontainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-2020 .headerlogo .bggamers .ag .wrapper .imgcontainer.flip img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.event-2020 .headerlogo .logo-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.event-2020 .headerlogo .logo-container .logoholder {
  position: relative;
  display: inline-block;
  width: 500px;
  height: 500px;
  background-size: contain;
  max-width: 100%;
}
@media (max-width: 768px) {
  .event-2020 .headerlogo .logo-container .logoholder {
    padding: 20px;
  }
}

@-webkit-keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes moveSlideshowRev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes moveSlideshowRev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.f2020 {
  padding: 50px 0;
}

.section-gamers .gamerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  margin: -15px;
}
.section-gamers .gamerlist .agamer {
  padding: 15px;
  margin: 0 -15px 100px;
}
@media (min-width: 992px) {
  .section-gamers .gamerlist .agamer {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-gamers .gamerlist .agamer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .section-gamers .gamerlist .agamer.odd .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-gamers .gamerlist .agamer.odd .wrapper .textcontainer {
    text-align: left;
  }
}
.section-gamers .gamerlist .agamer .imgcontainer {
  min-height: 300px;
  padding: 15px;
}
@media (min-width: 992px) {
  .section-gamers .gamerlist .agamer .imgcontainer {
    width: 50%;
  }
}
.section-gamers .gamerlist .agamer .imgcontainer.flip img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.section-gamers .gamerlist .agamer .textcontainer {
  padding: 15px;
  text-align: right;
}
@media (min-width: 992px) {
  .section-gamers .gamerlist .agamer .textcontainer {
    width: 50%;
  }
}
.section-gamers .gamerlist .agamer .textcontainer .name {
  margin-bottom: 30px;
}
.section-gamers .gamerlist .agamer .textcontainer .alias {
  color: #c64740;
  font-size: 0.75em;
  display: block;
  line-height: 38px;
}
.section-gamers .gamerlist .agamer .textcontainer .qlist .aq {
  margin-bottom: 30px;
}
.section-gamers .gamerlist .agamer .textcontainer .qlist .aq .question {
  font-weight: 700;
  color: #fff;
  font-style: normal;
}