@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;0,900;1,300;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@font-face {
  font-family: "requiem";
  src: url("../../font/requiem-webfont.woff2") format("woff2"), url("../../font/requiem-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  background: black;
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  max-width: 2000px;
  width: 100%;
}

h1, h2 {
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}

h3, h4, h5, h6, p {
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.5em;
}

a.grunge-btn {
  font-size: 18px;
  text-align: center;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 auto;
  text-decoration: none;
  background: url(../../img/global/btn-bg.png) center no-repeat;
  background-size: contain;
  padding: 24px 0;
  max-width: 298px;
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.grunge-btn:hover {
  color: #bd93f9;
}
a.grunge-btn--youtube {
  background: url(../../img/global/youtube-bg.png) center no-repeat;
  font-size: 11px;
  margin: 10px 0;
  max-width: 180px;
  padding: 15px 0;
  color: white;
}
@media only screen and (max-width: 991px) {
  a.grunge-btn--youtube {
    margin: 10px auto;
  }
}
a.grunge-btn--youtube:hover {
  color: #e86868;
}
a.grunge-btn--twitch {
  background: url(../../img/global/twitch-bg.png) center no-repeat;
  font-size: 11px;
  margin: 10px 0;
  max-width: 180px;
  padding: 15px 0;
  color: white;
}
@media only screen and (max-width: 991px) {
  a.grunge-btn--twitch {
    margin: 10px auto;
  }
}

.rank-colour--founder {
  color: #BD93F9;
}
.rank-colour--guide {
  color: #50FA7B;
}
.rank-colour--ascendant {
  color: #F04444;
}
.rank-colour--member {
  color: #0088CC;
}
.rank-colour--initiate {
  color: #f7941d;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 37px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 22px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 36px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}
.header {
  background: url(../../img/global/header/fade.png) top center repeat-x;
  padding: 50px 0 100px;
  margin-bottom: -240px;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header .header__logo img {
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.header .header__subtitle {
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A9AAAA));
  background: linear-gradient(to bottom, #FFFFFF 0%, #A9AAAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  margin: 7px 0 11px;
}
.header .header__band img {
  max-width: 1040px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.header__nav-bg {
  background: url(../../img/global/header/flame.png) top center no-repeat;
  min-height: 97px;
}

.header__nav {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}
.header__nav a {
  text-decoration: none;
}
.header__nav nav {
  font-family: monospace;
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  left: 50%;
}
.header__nav li {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border-bottom: 1px solid transparent;
}
.header__nav li a {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.header__nav li:hover,
.header__nav li:focus-within {
  border-bottom: 1px solid #bd93f9;
  cursor: pointer;
}
.header__nav li:focus-within a {
  outline: none;
}
.header__nav li.active {
  border-bottom: 1px solid #bd93f9;
}
.header__nav ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 1rem;
  display: none;
  background: black;
  border: 1px solid white;
  width: 150px;
  left: -30%;
  overflow: hidden;
  padding: 20px 0;
}
.header__nav ul li ul::after {
  content: "";
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__nav ul li:hover > ul,
.header__nav ul li:focus-within > ul,
.header__nav ul li ul:hover,
.header__nav ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header__nav ul li ul li {
  clear: both;
  width: 100%;
  float: none;
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .header__desktop {
    display: none;
  }
}

.header__mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  /* header */
  .header {
    -webkit-box-shadow: 0 -6px 7px 10px #000;
            box-shadow: 0 -6px 7px 10px #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: url(../../img/homepage/intro-bg.jpg) top center no-repeat;
    background-size: 100%;
  }
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  .header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
  }
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #222;
  }
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }
  /* menu */
  .header .menu {
    clear: both;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }
  /* menu icon */
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 18px;
  }
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: white;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  ul.menu {
    background: black;
  }
  ul.menu li {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    border-bottom: 1px solid transparent;
  }
  ul.menu li a {
    color: white;
  }
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  /* menu btn */
  .header .menu-btn {
    display: none;
  }
  .header .menu-btn:checked ~ .menu {
    max-height: 1000px;
  }
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
}
.footer {
  float: left;
  width: 100%;
  background: #151515 url(../../img/global/footer/footer-bg.jpg) center no-repeat;
  text-align: center;
  padding: 90px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer p {
  font-size: 13px;
  max-width: 765px;
  margin: 20px auto;
  color: white;
}
.footer p a {
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer p a:hover {
  color: #bd93f9;
}
.footer__links {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-transform: uppercase;
}
.footer__link {
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link:hover {
  color: #bd93f9;
}
.footer__brand {
  max-width: 664px;
  width: 100%;
}

.notices {
  z-index: 2;
  background: #DC3545;
  width: 100%;
  text-align: center;
  float: left;
}
.notices p {
  color: white;
  max-width: 1200px;
  width: 100%;
  margin: 11px auto;
}
.notices p a {
  color: white;
}

.page {
  float: left;
  width: 100%;
  padding: 260px 20px 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -195px;
  margin-bottom: -195px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page {
    top: 0;
    margin-bottom: 0;
    padding: 130px 20px 60px;
  }
}
.page--about {
  background: url(../../img/about/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--structure {
  background: url(../../img/structure/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--recruitment {
  background: url(../../img/recruitment/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--events {
  background: url(../../img/events/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--streams {
  background: url(../../img/streams/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--stats {
  background: url(../../img/stats/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--roster {
  background: url(../../img/roster/header.jpg) bottom center no-repeat;
  background-size: 100%;
}
.page h1 {
  font-size: 92px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page h1 {
    font-size: 50px;
  }
}
.page h3 {
  font-size: 20px;
  text-align: center;
  color: #bd93f9;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .page h3 {
    font-size: 15px;
  }
}
.page p {
  max-width: 930px;
  width: 100%;
  margin: 0 auto 30px;
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .page p {
    font-size: 15px;
  }
}
.page .small {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
}

.join {
  float: left;
  width: 100%;
  background: url(../../img/recruitment/grunge.png) 100% -40px no-repeat;
  background-size: 2000px;
  padding: 180px 0 290px;
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .join {
    width: 100%;
    padding: 0;
    position: relative;
    top: -140px;
    margin-bottom: -140px;
  }
}
@media only screen and (max-width: 767px) {
  .join {
    top: -40px;
    margin-bottom: -40px;
  }
}
.join__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.join h2 {
  font-size: 46px;
  color: white;
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .join h2 {
    text-align: center;
    font-size: 35px;
  }
}
.join h4 {
  width: 100%;
  margin: 10px auto 40px;
  color: white;
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}
.join p {
  width: 100%;
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .join p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .join p {
    max-width: 100%;
  }
}
.join p a {
  font-weight: bold;
  color: white;
  text-decoration: underline;
}
.join__char {
  width: 45%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .join__char {
    width: 100%;
  }
}
.join__char img {
  width: 117%;
  position: absolute;
  top: -30%;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .join__char img {
    top: -10%;
  }
}
@media only screen and (max-width: 991px) {
  .join__char img {
    position: static;
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
}
.join__box {
  width: 55%;
}
@media only screen and (max-width: 991px) {
  .join__box {
    width: 100%;
  }
}
.join__needs {
  background: black;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 10%;
  margin: 50px 0;
}
.join__needs span {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.join__info span {
  color: #bd93f9;
  font-weight: bold;
}
.join__who {
  max-width: 80%;
  margin: 0 auto;
}

.classes {
  float: left;
  width: 100%;
  background: url(../../img/recruitment/grunge2.png) 100% -40px no-repeat;
  background-size: 2000px;
  padding: 170px 0 320px;
  position: relative;
  top: -200px;
  margin-bottom: -150px;
}
@media only screen and (max-width: 991px) {
  .classes {
    padding: 120px 0;
    top: 0;
    margin-bottom: 0;
  }
}
.classes__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.classes__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.classes__class {
  width: 13.5%;
  margin-bottom: 20px;
  background: black;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 10px;
}
@media only screen and (max-width: 1199px) {
  .classes__class {
    width: 24%;
  }
}
@media only screen and (max-width: 991px) {
  .classes__class {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .classes__class {
    width: 49%;
  }
}
.classes__class--green {
  border: 1px solid #50fa7b;
}
.classes__class--red {
  border: 1px solid #f71d5b;
}
.classes__class img {
  max-width: 45px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.classes__class h5 {
  width: 100%;
  color: white;
  font-weight: 300;
  line-height: 0.5em;
  margin: 20px 0 0;
  font-size: 16px;
  text-align: center;
}
.classes__class h6 {
  width: 100%;
  color: #adadad;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.5em;
  margin: 15px 0 0;
  font-size: 11px;
  text-align: center;
}
.classes__indicator {
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.classes__square {
  color: white;
  font-weight: 300;
  line-height: 0.5em;
  margin: 20px 15px 0 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  float: left;
}
.classes__square span {
  background: black;
  border: 1px solid white;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.classes__square--green span {
  border: 1px solid #50fa7b;
}
.classes__square--red span {
  border: 1px solid #f71d5b;
}