@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;
}

.goals {
  float: left;
  width: 100%;
  background: url(../../img/about/grunge.png) 100% -40px no-repeat;
  background-size: 2000px;
  padding: 240px 0 0;
  position: relative;
  top: -175px;
  margin-bottom: -260px;
  z-index: 2;
}
@media only screen and (max-width: 1308px) {
  .goals {
    z-index: 1;
  }
}
.goals__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goals h2 {
  font-size: 46px;
  color: white;
  font-weight: normal;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .goals h2 {
    text-align: center;
  }
}
.goals h5 {
  width: 100%;
  color: white;
  font-size: 30px;
  max-width: 260px;
  font-weight: normal;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
  margin: 0;
}
.goals p {
  width: 100%;
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 17px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .goals p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .goals p {
    font-size: 15px;
  }
}
.goals__content {
  float: left;
  width: 25%;
  padding: 120px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .goals__content {
    width: 35%;
  }
}
@media only screen and (max-width: 991px) {
  .goals__content {
    width: 100%;
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .goals__content p {
    text-align: center;
  }
}
.goals__boxes {
  float: left;
  width: 60%;
  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;
}
@media only screen and (max-width: 1399px) {
  .goals__boxes {
    width: 75%;
  }
}
@media only screen and (max-width: 1199px) {
  .goals__boxes {
    width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .goals__boxes {
    width: 100%;
  }
}
.goals__box {
  padding: 150px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  border: 1px solid white;
  width: 49%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .goals__box {
    width: 100%;
    padding: 180px 20px 20px;
  }
}
.goals__box p {
  margin-bottom: 0;
}
.goals__box--pve {
  background: black url(../../img/about/pve.jpg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .goals__box--pve {
    background-size: 100%;
  }
}
.goals__box--pvp {
  background: black url(../../img/about/pvp.jpg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .goals__box--pvp {
    background-size: 100%;
  }
}
.goals__box--raiding {
  background: black url(../../img/about/raiding.jpg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .goals__box--raiding {
    background-size: 100%;
  }
}
.goals__box--social {
  background: black url(../../img/about/social.jpg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .goals__box--social {
    background-size: 100%;
  }
}
.goals__sketch {
  background: url(../../img/about/sketch1.png) 100% -40px no-repeat;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1399px) {
  .goals__sketch {
    background: none;
  }
}

.haves {
  float: left;
  width: 100%;
  background: url(../../img/about/grunge.png) 100% 70px no-repeat;
  background-size: 2000px;
  padding: 140px 0 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .haves {
    width: 100%;
    padding: 60px 0 0;
  }
}
.haves__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.haves h2 {
  font-size: 46px;
  color: white;
  font-weight: normal;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .haves h2 {
    text-align: center;
  }
}
.haves h5 {
  width: 100%;
  color: white;
  font-size: 30px;
  max-width: 260px;
  font-weight: normal;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
  margin: 0;
}
.haves p {
  width: 100%;
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 17px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .haves p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .haves p {
    font-size: 15px;
  }
}
.haves__content {
  float: left;
  width: 25%;
  padding: 120px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .haves__content {
    width: 35%;
  }
}
@media only screen and (max-width: 991px) {
  .haves__content {
    width: 100%;
    padding: 50px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .haves__content p {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .haves__content--desktop {
    display: none;
  }
}
.haves__content--mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .haves__content--mobile {
    display: block;
  }
}
.haves__boxes {
  float: left;
  width: 60%;
  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;
  margin-left: 15%;
}
@media only screen and (max-width: 1399px) {
  .haves__boxes {
    width: 75%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .haves__boxes {
    width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .haves__boxes {
    width: 100%;
  }
}
.haves__box {
  padding: 150px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  border: 1px solid white;
  width: 49%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .haves__box {
    width: 100%;
    padding: 180px 20px 20px;
  }
}
.haves__box p {
  margin-bottom: 0;
}
.haves__box--friendly {
  background: black url(../../img/about/friendly.jpg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .haves__box--friendly {
    background-size: 100%;
  }
}
.haves__box--punctual {
  background: black url(../../img/about/punctual.jpg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .haves__box--punctual {
    background-size: 100%;
  }
}
.haves__box--mature {
  background: black url(../../img/about/mature.jpg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .haves__box--mature {
    background-size: 100%;
  }
}
.haves__box--friends {
  background: black url(../../img/about/friends.jpg) top center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .haves__box--friends {
    background-size: 100%;
  }
}
.haves__sketch {
  background: url(../../img/about/sketch2.png) 0 0 no-repeat;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .haves__sketch {
    background: none;
  }
}

.founders {
  float: left;
  width: 100%;
  padding-top: 50px;
}
.founders__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.founders__wrap > img {
  max-width: 852px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.founders__box-wrap {
  background: black;
  border: 1px solid white;
  position: relative;
  top: -330px;
  margin-bottom: -270px;
}
@media only screen and (max-width: 991px) {
  .founders__box-wrap {
    top: -190px;
    margin-bottom: -120px;
  }
}
@media only screen and (max-width: 575px) {
  .founders__box-wrap {
    top: -100px;
    margin-bottom: -30px;
  }
}
.founders__box-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;
}
.founders__box {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 60px 60px;
}
@media only screen and (max-width: 991px) {
  .founders__box {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .founders__box {
    width: 100%;
  }
}
.founders__img img {
  border-radius: 50%;
  border: 2px solid white;
  max-width: 281px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.founders h2 {
  font-size: 92px;
  color: white;
  font-weight: normal;
  margin: 60px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .founders h2 {
    font-size: 50px;
  }
}
.founders h3 {
  font-size: 20px;
  color: #bd93f9;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .founders h3 {
    font-size: 15px;
  }
}
.founders p {
  width: 100%;
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .founders p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .founders p {
    font-size: 15px;
  }
}