/* Colours */
/* Breakpoints */
/* Fonts */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*@font-face {
    font-family: 'CruiserLines';
    src: url('../fonts/cruiserfortresshalf.ttf') format('truetype');
}

@font-face {
    font-family: 'CruiserBlock';
    src: url('../fonts/cruiserfortressengrave.ttf') format('truetype');
}*/
@font-face {
  font-family: 'Road Rage';
  src: url("../fonts/Road_Rage.woff") format("woff");
}

body,
html {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  background-color: #010104;
  color: #eeeee1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto Mono", sans-serif, sans-serif;
  font-size: 21px;
  line-height: 1.7;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-color: #1EDAFF;
}

.site-main {
  background-position: center 24px;
  background-repeat: space;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.no-banner .site-main {
  margin-top: 0;
}

.inner {
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.block {
  display: block;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #1EDAFF;
  text-decoration: none;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  word-break: break-word;
}

a:hover {
  color: #E51E51;
}

.site-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100%;
  position: relative;
}

.site-inner h2 a,
.site-inner h3 a {
  text-decoration: none;
}

.site-inner h2 a:hover,
.site-inner h3 a:hover {
  color: currentColor;
}

.site-section {
  padding: 24px 0;
}

.site-section::after {
  clear: both;
  content: "";
  display: block;
}

.site-section + .site-section {
  position: relative;
}

.site-section + .site-section:before {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#1E1E1E), to(transparent));
  background-image: linear-gradient(90deg, transparent, #1E1E1E, transparent);
  content: "";
  display: block;
  height: 3px;
  top: -12px;
  left: 0;
  margin: 0 24px;
  position: absolute;
  width: calc(100% - 48px);
}

.site-section--intro {
  padding-bottom: 36px;
}

.site-section--nav {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
}

.site-section--nav .site-section {
  padding: 0;
}

.page-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.page-nav__list {
  font-weight: bold;
  list-style: none;
  padding: 0;
}

.page-nav__item {
  margin-bottom: 12px;
}

.page-nav__item + .page-nav__item .page-nav__link::before {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#E51E51), to(transparent));
  background-image: linear-gradient(90deg, transparent, #E51E51, transparent);
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 12px;
  width: 100%;
}

.page-nav__link {
  color: #eeeee1;
  display: inline-block;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin-top: 0;
}

h1 {
  font-family: Road Rage, sans-serif;
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-shadow: 2px 2px 0 #E51E51;
}

h2 {
  font-family: "Roboto Mono", sans-serif;
  color: #eeeee1;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 24px;
  text-shadow: 1px 1px 0 #1EDAFF;
}

h2:first-of-type {
  margin-top: 0;
}

h3,
h4 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: solid 1px #1E1E1E;
  color: #eeeee1;
  padding: 6px 12px;
}

th {
  background-color: #eeeee1;
  color: #000;
}

tbody th {
  background-color: #010104;
  color: #eeeee1;
  text-align: left;
  padding-top: 24px;
}

.btn,
a.btn {
  background-color: transparent;
  border: solid 2px #E51E51;
  border-radius: 18px;
  color: #E51E51;
  display: inline-block;
  font-weight: bold;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms, color 150ms;
  transition: background-color 150ms, color 150ms;
}

.btn:hover,
a.btn:hover {
  background-color: #E51E51;
  color: #eeeee1;
}

.btn + .btn,
a.btn + .btn {
  margin-left: 12px;
}

.btn--large,
a.btn--large {
  font-size: 28px;
  padding: 12px 24px;
}

@media screen and (max-width: 800px) {
  .btn,
  a.btn {
    line-height: 1;
  }
  .btn--large,
  a.btn--large {
    font-size: 24px;
  }
  .btn + .btn,
  a.btn + .btn {
    margin: 12px 0 0 0;
  }
}

.intro-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro-buttons .btn {
  margin: 12px;
}

.key {
  display: inline-block;
  margin-bottom: 24px;
  margin-right: 24px;
}

.key:before {
  border-left: solid 24px rgba(229, 30, 81, 0.4);
  content: " = ";
  display: inline-block;
  height: 24px;
  padding: 0 3px;
}

.key--6s:before {
  border-left-color: rgba(0, 68, 81, 0.2);
}

.key--6si:before {
  border-left-color: rgba(0, 89, 107, 0.4);
}

.key--6s-both:before {
  border-left-color: rgba(30, 218, 255, 0.4);
}

.sixes td {
  background-color: rgba(0, 68, 81, 0.2);
}

.sixesi td {
  background-color: rgba(0, 110, 132, 0.4);
}

.sixes-both td {
  background-color: rgba(30, 218, 255, 0.4);
}

.highlander td {
  background-color: rgba(229, 30, 81, 0.4);
}

.table-responsive {
  overflow-x: auto;
}

.show-on-mobile {
  display: none;
}

ul {
  padding-left: 2ch;
}

ol {
  counter-reset: item;
  margin-bottom: 12px;
  padding: 0;
}

ol > li {
  font-weight: bold;
  display: block;
  padding-left: 2ch;
  position: relative;
}

ol > li::before {
  content: counters(item, ".");
  counter-increment: item;
  left: 0;
  position: absolute;
  top: 0;
}

ol > li > p {
  font-weight: normal;
}

ol > li > ol > li {
  font-weight: normal;
  padding-left: 4ch;
}

ol > li > ol > li:nth-child(n+10) {
  padding-left: 5ch;
}

ol > li > ol > li > ol > li {
  padding-left: 4ch;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
  .show-on-mobile {
    display: block;
  }
  .site-section {
    padding: 24px 12px;
  }
  h1 {
    font-size: 28px;
    text-shadow: 1px 1px 0 #E51E51;
  }
  h2 {
    font-size: 21px;
  }
  .inline-image {
    margin: 0 0 24px 0;
    width: 100%;
  }
}

.banner {
  color: #eeeee1;
  height: 400px;
  line-height: 1;
  text-align: center;
}

.no-banner .banner {
  display: none;
}

.banner__image, .banner__date {
  display: block;
  margin: 24px auto;
  max-width: 90%;
  position: relative;
  z-index: 3;
}

.banner__image {
  display: inline-block;
  padding-bottom: 100px;
}

.banner__date {
  background-color: transparent;
  color: #E51E51;
  display: block;
  font-family: Road Rage, sans-serif;
  padding: 6px 24px;
  position: absolute;
  right: 22%;
  text-align: center;
  text-shadow: 2px 2px 0 #010104, 4px 4px 0 #eeeee1;
  top: 65%;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.banner__subtitle, .banner__title {
  background-color: #010104;
  color: #eeeee1;
  display: inline-block;
  padding: 6px 24px;
  text-shadow: 2px 2px 0 #1EDAFF;
}

.banner__inner {
  font-family: "Roboto Mono", sans-serif;
  font-size: 72px;
  overflow: hidden;
  position: relative;
}

.banner__inner:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 4, 0.7)), to(#010104));
  background-image: linear-gradient(rgba(1, 1, 4, 0.7), #010104);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.banner__video {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .banner {
    height: 250px;
  }
  .banner__inner {
    font-size: 28px;
  }
  .banner__title {
    background-color: transparent;
    padding: 0;
  }
  .banner__subtitle {
    font-size: 1.25em;
  }
  .banner__line, .banner__subtitle {
    background-color: #010104;
    display: inline-block;
    padding: 3px 6px;
  }
  .banner__image {
    padding: 24px;
    margin-top: 0;
    max-width: 400px;
  }
}

.faq {
  list-style: none;
  padding: 0;
}

.faq__item {
  margin-bottom: 24px;
}

.partners__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin: 0;
  padding: 0 0 24px 0;
}

.partners__partner {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}

.partners__link {
  display: block;
  padding: 24px;
}

.partners__image {
  display: block;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .partners__partner {
    display: block;
    width: 100%;
  }
}

.site-footer {
  background-color: #010104;
  margin-top: 12px;
}

.site-nav {
  background-color: #010104;
  -webkit-box-shadow: 0 0 3px rgba(229, 30, 81, 0.5);
          box-shadow: 0 0 3px rgba(229, 30, 81, 0.5);
  color: #eeeee1;
  overflow-x: auto;
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
  z-index: 99;
}

.site-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-nav__logo {
  display: block;
  margin-right: 12px;
  padding: 6px 0;
}

.site-nav__logo img {
  display: block;
  height: 48px;
  max-width: unset;
}

.site-nav__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.site-nav__item {
  font-size: 1rem;
  font-weight: 700;
  vertical-align: top;
}

.site-nav__item--selected .site-nav__link {
  color: #E51E51;
}

.site-nav__item--selected .site-nav__link::before {
  color: inherit;
}

.site-nav__link {
  color: #eeeee1;
  display: block;
  padding: 12px 24px;
  position: relative;
}

.site-nav__link::before {
  border-left: solid 1px #010104;
  bottom: 12px;
  color: transparent;
  content: ">";
  left: 6px;
  top: 12px;
  position: absolute;
}

.site-nav__link:hover::before {
  color: inherit;
}

.site-nav__discord {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #eeeee1;
  color: #010104;
  margin-left: auto;
  padding: 2px 5px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.site-nav__discord:hover {
  background-color: #b3b3b3;
}

.site-nav__discord svg {
  display: block;
  max-width: unset;
  width: 30px;
}

.site-nav__burger {
  background-color: transparent;
  border: none;
  color: #eeeee1;
  display: none;
  padding: 12px;
  width: 50px;
}

.site-nav__burger::before, .site-nav__burger::after {
  content: "";
  display: block;
}

.site-nav__burger::before {
  border-bottom: solid 2px;
  border-top: solid 2px;
  height: 10px;
}

.site-nav__burger::after {
  border-top: solid 2px;
  margin-top: 6px;
}

@media screen and (max-width: 800px) {
  .site-nav--open .site-nav__list {
    margin-top: 12px;
    max-height: 300px;
    -webkit-transition: margin-top 0.1s, max-height 0.2s 0.05s;
    transition: margin-top 0.1s, max-height 0.2s 0.05s;
  }
  .site-nav__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-nav__list {
    display: block;
    margin-top: 0;
    max-height: 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    overflow: hidden;
    -webkit-transition: margin-top 0.1s 0.15s, max-height 0.2s;
    transition: margin-top 0.1s 0.15s, max-height 0.2s;
    width: 100%;
  }
  .site-nav__item {
    border-top: solid 1px #1E1E1E;
    font-size: 14px;
  }
  .site-nav__item--discord {
    padding: 6px 3px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .site-nav__link {
    padding: 12px 0;
  }
  .site-nav__link::before {
    display: none;
  }
  .site-nav__discord {
    background-color: transparent !important;
  }
  .site-nav__discord path {
    fill: #eeeee1;
  }
  .site-nav__burger {
    display: block;
  }
}

.staff {
  text-align: center;
}

.staff__image {
  background-color: #E51E51;
  border: solid 2px #1EDAFF;
  border-left-color: #E51E51;
  border-top-color: #E51E51;
  height: 150px;
  margin: 12px auto;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  width: 150px;
}

.staff__image > img {
  height: 100%;
  margin: 0 0 0 -16%;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  width: 132%;
}

.staff__social {
  height: 150px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  -webkit-transition: visibility 0.15s, opacity 0.15s;
  transition: visibility 0.15s, opacity 0.15s;
  visibility: hidden;
  width: 150px;
}

.staff__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: -2px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.staff__social-link {
  color: white !important;
  text-decoration: none !important;
  -webkit-transition: -webkit-filter 0.15s !important;
  transition: -webkit-filter 0.15s !important;
  transition: filter 0.15s !important;
  transition: filter 0.15s, -webkit-filter 0.15s !important;
}

.staff__social-link:hover {
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}

.staff__social-link img {
  color: #eeeee1;
  height: auto;
  width: 24px;
}

.staff:hover .staff__image > img {
  opacity: 0;
}

.staff:hover .staff__social {
  opacity: 1;
  visibility: visible;
}

.staff-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin-bottom: 24px;
}

.stream {
  -webkit-box-shadow: 0 0 3px #1EDAFF;
          box-shadow: 0 0 3px #1EDAFF;
  position: relative;
  margin-bottom: 24px;
}

.stream:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.stream iframe {
  border: none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.stream-placeholder {
  display: none;
}
