/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
  width: 0px;  /* Additional specificity */
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer and Edge */
}
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.our-values-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f6f4fa;
  font-family: Epilogue, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 54px;
  line-height: 62px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  font-weight: 700;
  text-decoration: underline;
}

.nav-logo {
  max-height: 100px;
  max-width: 140px;
}

.nav-menu {
  display: flex;
  align-items: center;
  flex: 1;
}

.nav-right-wrap {
  display: flex;
  align-items: center;
}

.nav-container {
  position: relative;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  justify-content: space-between;
  align-items: center;
}

.nav-logo-wrap {
  z-index: 2;
  height: 100%;
  margin-right: 60px;
  flex: 0 auto;
}

.w-nav-link {
  transition: all 200ms ease;
  color: #f6f4fa;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.w-nav-link:hover {
  color: #00cacb;
}

.w-nav-link:active {
  color: #00cacb;
}

.w-nav-link.w--current {
  color: #00cacb;
  font-weight: 700;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.backdraft-logo {
  width: 708px;
  height: 200px;
}

.meet-the-team-title {
  display: flex;
  padding: 0px 0px 0rem;
  align-items: center;
  background-color: transparent;
  font-family: 'Bebas Neue', sans-serif;
  color: #f8f3f3;
  font-size: 75px;
  line-height: 72px;
  font-weight: 400;
  text-align: left;
  text-shadow: 7px 7px 6px #000;
  white-space: normal;
}

.section {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 140px;
}

.neon-text {
  padding-bottom: 20px;
  font-family: 'Bebas Neue', sans-serif;
  color: #3dfcfc;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 -1px 20px #6cfefe;
}

.neon-text.margin-top {
  padding-top: 20px;
}

.hidden {
  display: none;
}

.footer {
  position: relative;
  overflow: hidden;
  margin-top: 39px;
  margin-bottom: -65px;
  padding-top: 140px;
  padding-bottom: 78px;
  background-position: 50% 0%;
  background-size: 120%;
  background-repeat: no-repeat;
  color: #000;
}

.footer-links {
  display: flex;
  padding-top: 20px;
  flex-direction: row;
  align-items: flex-end;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
}

.footer-link {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  transition: all 200ms ease;
  color: #f7f8fa;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-icon {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.paragraph {
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
}

.link {
  color: #17191c;
}

.block-quote {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.text-block {
  color: #f7f1f1;
}

.body {
  display: flex;
  overflow: hidden;
  height: 110%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  background-color: #000;
}

.explore-ll {
  font-family: 'Bebas Neue', sans-serif;
  color: #f8f3f3;
  font-size: 75px;
  line-height: 72px;
  font-weight: 400;
}

.explore-ll:hover {
  color: #f6f4fa;
}

.explore-ll.margin-bottom {
  margin-bottom: 60px;
}

.our-story-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.meet-the-team-internal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.our-story-team-inner {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  align-items: center;
}

.our-story-team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-story-team-grid.our-story-list {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-img {
  width: 100%;
  height: 360px;
  border-style: solid;
  border-width: 2px;
  border-color: #00cacb;
  box-shadow: 0 0 15px 2px #00cacb;
  color: #00cacb;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member-img:hover {
  border-style: none;
  border-width: 0px;
  border-color: #00cacb;
  box-shadow: 0 0 15px 2px #00cacb;
  outline-color: #00cacb;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #00cacb;
  text-shadow: 1px 1px 6px #00cacb;
}

.team-member-name {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  padding: 40px 10px 10px;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  font-family: 'Bebas Neue', sans-serif;
  color: #f6f4fa;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.team-member-name:hover {
  color: #f6f4fa;
  text-shadow: 1px 1px 6px #17191c;
}

.team-member-name:active {
  color: #f6f4fa;
}

.team-member-name:focus {
  color: #6422f1;
}

.navbar-menu {
  display: flex;
  align-items: center;
  flex: 1;
  font-style: normal;
  text-decoration: none;
}

.our-story-wrapper {
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.about-ll-internal {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 32px auto 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.our-story-team-wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 140px;
}

.team-member-wrapper {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #2c3036;
  border-radius: 4px;
  transition: all 200ms ease;
}

.team-member-wrapper:hover {
  border-style: none;
  border-width: 1px;
  border-color: #6422f1;
  box-shadow: 0 0 15px 0 rgba(0, 176, 240, 0.5);
  color: #6422f1;
  text-shadow: none;
}

.navbar-logo-link {
  z-index: 2;
  height: 100%;
  margin-right: 60px;
  flex: 0 auto;
}

.navbar-logo-img {
  max-height: 100px;
  max-width: 140px;
  width: 140px;
  height: 68.625px;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.footer-internal {
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.footer-social-links {
  display: flex;
  padding-top: 20px;
  flex-direction: row;
  align-items: center;
}

.footer-right-wrap {
  text-align: right;
}

.footer-logo {
  width: 70px;
  height: 70px;
  max-height: 70px;
}

.footer-copyright {
  padding-top: 30px;
  color: #f7f1f1;
  float: left;
}

.bold-text {
  color: #f6f4fa;
}

.team-member-title {
  position: absolute;
  top: 304px;
  color: #f3f2f5;
}

.team-member-title.team-member-name {
  top: 258px;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1) 12%, rgba(0, 0, 0, 0.8) 42%);
  color: #f6f4fa;
  font-size: 24px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-linkedin-icon {
  position: relative;
  top: -10px;
  border: 1px none #000;
  box-shadow: none;
  mix-blend-mode: normal;
}

.heading {
  margin-top: 8px;
  padding-top: 0px;
  padding-bottom: 30px;
  color: #6422f1;
  text-align: center;
}

.container-2 {
  position: relative;
  top: -2px;
  right: -22px;
  margin-top: -31px;
  padding-right: 78px;
  padding-left: 0px;
  text-align: center;
}

.team-member-linkedin-link {
  position: absolute;
  right: 4px;
  bottom: 0px;
}

.container-3 {
  z-index: 20;
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.centered-sword {
  display: block;
  margin: 0 auto;
}

.h2-large {
  margin-top: -63px;
  margin-bottom: 24px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 72px;
  line-height: 105%;
  font-weight: 400;
  letter-spacing: -3px;
}

.bottom-margin-30 {
  width: 100%;
  margin-bottom: 30px;
}

.jobs-wrap {
  padding: 30px 30px 109px;
}

.button {
  margin: 15px 5px;
  padding: 10px 30px;
  border-bottom: 3px solid #a6daf0;
  border-radius: 15px;
  background-color: #6422f1;
  color: #f6f4fa;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  margin-top: 18px;
  border-bottom-style: none;
}

.button.alt {
  border-bottom-color: #62b100;
  background-color: #6422f1;
  color: #fff;
}

.button.alt:hover {
  background-color: #17191c;
}

.button.alt {
  border-bottom-color: #62b100;
  background-color: #85ce2b;
  color: #fff;
}

.button.alt.center {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-color: #6cfefe;
  background-color: #00cacb;
  -o-object-fit: fill;
     object-fit: fill;
}

.button.alt.center:hover {
  background-color: #00cacb;
}

.job-board {
  width: 80%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.job-desc-title {
  width: 100%;
  padding: 30px 40px 40px 60px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffab5a;
  background-position: 100% 17%;
  background-size: 65%;
  background-repeat: no-repeat;
  color: #fff;
}

.job-desc-title {
  margin-top: 70px;
  background-color: #00cacb;
  background-image: none;
  background-position: 0px 0px;
  text-align: center;
}

.job-board-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
}

.job-desc-div {
  padding-top: 0px;
  color: #17191c;
}

.apply-button {
  margin: 15px 5px;
  padding: 10px 30px;
  border-bottom: 3px solid #a6daf0;
  border-radius: 15px;
  background-color: #00cacb;
  color: #f6f4fa;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.apply-button:hover {
  border-bottom-style: none;
}

.footer-social-link {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 0.7;
}

.footer-social-link.linkedin {
  background-image: url('/images/footer_linkedin_socialicon.png');
}

.footer-social-link.twitter {
  background-image: url('/images/twitter.svg');
}

.footer-social-link.email {
  background-image: url('/images/footer_contact_mailicon.png');
  background-size: 100% 100%;
}

.team-member-artstation-link {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 38px;
}

.image-twitter-icon {
  position: relative;
  top: -10px;
  right: -6px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.image-twitter-icon:hover {
  color: #6422f1;
}

.image-artstation {
  position: relative;
  top: -10px;
  right: -6px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.image-artstation:hover {
  color: #6422f1;
}

.image-artstation-icon {
  position: relative;
  top: -10px;
  right: -6px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.image-artstation-icon:hover {
  color: #6422f1;
}

.navbar-anim-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 120px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: none;
}

.navbar-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
}

.section-3 {
  margin-right: -180px;
}

.home-image-wrapper {
  margin-top: 0vh;
  text-align: center;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fdfdfd;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-content {
  position: static;
  display: flex;
  height: 100%;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 130px;
  float: none;
  clear: none;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  background-image: url('/images/GateBackground.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
     object-fit: fill;
}

.our-story-body {
  padding-top: 73px;
  background-color: #000;
}

.players-first {
  position: relative;
  color: #f6f4fa;
}

.careers-body {
  display: flex;
  margin-bottom: 0px;
  flex-direction: column;
  background-color: #000;
}

.our-values {
  background-color: transparent;
  font-family: 'Bebas Neue', sans-serif;
  color: #f8f3f3;
  font-size: 75px;
  line-height: 72px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 400;
  text-align: left;
  text-shadow: 7px 7px 6px #000;
  white-space: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.our-values:hover {
  color: #f6f4fa;
}

.our-values.margin-bottom {
  margin-bottom: 60px;
}

.values-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f6f4fa;
  font-size: 36px;
  line-height: 105%;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.value-desc {
  position: relative;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-align: center;
}

.fully-staffed-header {
  margin-top: 11px;
  background-color: transparent;
  font-family: 'Bebas Neue', sans-serif;
  color: #f8f3f3;
  font-size: 75px;
  line-height: 72px;
  font-weight: 400;
  text-align: left;
  text-shadow: 7px 7px 6px #000;
  white-space: normal;
}

.fully-staffed-header:hover {
  color: #f6f4fa;
}

.fully-staffed-header.margin-bottom {
  margin-bottom: 60px;
}

.navbar-right-wrapper {
  display: flex;
  align-items: center;
}

.meet-the-team-wrapper {
  margin-top: 80px;
  padding-bottom: 40px;
}

.section---header {
  position: relative;
  z-index: 1;
}

.section---header.overlap-vert---meet-the-team---our-story {
  position: static;
  top: 0px;
  z-index: 0;
  display: flex;
  padding-top: 100px;
  background-color: #000;
}

.careers-internal {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  align-items: center;
}

.footer-class {
  margin-top: auto;
  background-color: #000;
}

.values-internal {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.value-wrapper {
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
}

.value-title {
  padding-left: 20px;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .nav-logo {
    width: 100%;
    max-height: 70px;
    margin-top: -10px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .nav-menu {
    padding: 20px 40px 40px;
    justify-content: center;
    background-color: #2c3036;
    text-align: center;
  }

  .nav-right-wrap {
    justify-content: flex-end;
    flex: 1;
  }

  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-logo-wrap {
    width: 100px;
    height: auto;
    max-height: 50px;
    margin-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    margin-left: 20px;
    padding: 12px;
    order: 1;
    font-size: 26px;
    line-height: 26px;
  }

  .navbar {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(180deg, #17191c, #17191c), linear-gradient(180deg, #000, transparent);
  }

  .w-nav-link {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .w-nav-link:hover {
    transform: none;
  }

  .meet-the-team-title {
    padding-right: 0px;
    font-size: 48px;
    line-height: 54px;
  }

  .footer-links {
    padding-top: 0px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-link {
    margin-right: 0px;
  }

  .explore-ll {
    margin-top: 65px;
    padding-bottom: 0rem;
    font-size: 48px;
    line-height: 54px;
  }

  .our-story-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-story-team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-name {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .navbar-menu {
    padding: 20px 40px 40px;
    justify-content: center;
    background-color: #2c3036;
    text-align: center;
  }

  .navbar-mobile-menu {
    margin-left: 20px;
    padding: 12px;
    order: 1;
    font-size: 26px;
    line-height: 26px;
  }

  .navbar-mobile-menu.w--open {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
  }

  .about-ll-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .navbar-logo-link {
    width: 100px;
    height: auto;
    max-height: 50px;
    margin-right: 0px;
    padding-left: 0px;
  }

  .navbar-logo-img {
    margin-top: -10px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .footer-wrapper {
    margin-top: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-internal {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0px;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-right-wrap {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .h2-large {
    font-size: 54px;
  }

  .job-board {
    width: 95%;
  }

  .job-desc-title {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .job-board-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-social-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .navbar-anim-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, #17191c, #17191c), linear-gradient(180deg, #000, transparent);
  }

  .navbar-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .menu-text:hover {
    color: #fff;
  }

  .home-content {
    margin-left: 0px;
  }

  .players-first {
    position: static;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .our-values {
    padding-right: 0px;
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .values-header {
    position: static;
    top: 0px;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
    align-self: auto;
    text-align: center;
  }

  .value-desc {
    position: static;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .fully-staffed-header {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .navbar-right-wrapper {
    justify-content: flex-end;
    flex: 1;
  }

  .value-title {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .meet-the-team-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0rem;
    flex: 0 auto;
  }
  .backdraft-logo {
    width: auto;
    height: auto;
  }
  
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  
  .meet-the-team-wrapper {
    padding-bottom: 0px;
    margin-top: 40px;
  }

  .explore-ll {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 1rem;
    font-size: 36px;
    line-height: 42px;
  }

  .our-story-team-grid.our-story-list {
    position: static;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-img {
    position: static;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .team-member-name {
    position: absolute;
    overflow: visible;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    -moz-column-count: 0;
         column-count: 0;
    -moz-column-gap: 0px;
         column-gap: 0px;
    -moz-column-rule-style: none;
         column-rule-style: none;
    -moz-column-rule-width: 0px;
         column-rule-width: 0px;
    white-space: pre-wrap;
  }
  
  .image-linkedin-icon {
    top: -4px;
    left: 10px;
    max-width: 70%;
  }
  
  .image-artstation-icon {
    top: 9px;
    right: -21px;
    max-width: 70%;
  }
  
  .image-twitter-icon {
    top: 9px;
    right: -16px;
    max-width: 70%;
  }
  
  .team-member-title.team-member-name {
    font-size: 20px;
	  top: 208px;
  }
  
  .team-member-name {
    margin-top: 1px;
    padding-bottom: 0px;
  }
  
  .team-member-artstation-link {
    right: 15px;
  }

  .about-ll-internal {
    position: static;
	  margin-top: 10px;
    padding-left: 20px;
	  padding-right: 20px;
  }

  .jobs-wrap {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .button {
    margin-right: 15px;
    margin-left: 15px;
    border-bottom-style: none;
  }

  .button:hover {
    margin-top: 15px;
  }

  .job-board {
    width: 100%;
    border-radius: 0px;
  }

  .job-desc-title {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .job-board-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .apply-button {
    margin-right: 15px;
    margin-left: 15px;
    border-bottom-style: none;
  }

  .apply-button:hover {
    margin-top: 15px;
  }

  .home-image-wrapper {
    padding-right: 13px;
    padding-left: 13px;
  }

  .team-member-block {
    width: 100%;
    height: auto;
    margin-top: 32px;
  }

  .players-first {
    margin-top: 5px;
    margin-bottom: 3px;
    padding-top: 0px;
  }

  .our-story-list-wrapper {
    margin-top: 10px;
  }

  .our-values {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0rem;
    flex: 0 auto;
  }

  .value-desc {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .value-title {
    margin-top: 0px;
  }
}