.futura-pt-book {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal; }

.futura-pt-book-oblique {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic; }

.futura-pt-heavy {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal; }

.futura-pt-heavy-oblique {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: italic; }

.futura-pt-bold {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal; }

.futura-pt-bold-oblique {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic; }

.futura-pt-cond-book {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 400;
  font-style: normal; }

.futura-pt-cond-book-oblique {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 400;
  font-style: italic; }

.futura-pt-cond-bold {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: normal; }

.futura-pt-cond-bold-oblique {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: italic; }

.nunito-sans-book {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500; }

/* Breakpoints */
/* Colors */
/* Line Clamp Styles */
* {
  scroll-behavior: smooth; }

html, body {
  height: 100%;
  display: flex;
  flex-direction: column; }

main {
  flex: 1; }

footer {
  flex: 0; }

body {
  overflow-x: hidden;
  background-color: #111;
  color: #fff;
  padding: 0;
  margin: 0; }

.site-container {
  background-color: #111;
  max-width: 1240px;
  margin: 0 auto; }

a, a:hover, a:visited, a:focus {
  color: #1a1a1a;
  text-decoration: none; }

.grow-on-hover {
  transition: transform 0.4s ease-out; }

.grow-on-hover:hover {
  transform: scale(1.1); }

.skew {
  transform: skew(-14deg);
  -webkit-transform: skew(-14deg);
  -moz-transform: skew(-14deg); }
  .skew * {
    transform: skew(14deg);
    -webkit-transform: skew(14deg);
    -moz-transform: skew(14deg); }

.gradient {
  opacity: 0.8;
  background: none;
  position: relative; }

.gradient:after,
.gradient:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.gradient:before {
  background: linear-gradient(135deg, var(--gradient-overlay-color-2) 0%, var(--gradient-overlay-color-1) 100%);
  animation: OpacityAnim var(--anim-duration) ease-in-out 0s infinite alternate; }

.gradient:after {
  background: linear-gradient(135deg, var(--gradient-overlay-color-1) 0%, var(--gradient-overlay-color-2) 100%);
  animation: OpacityAnim var(--anim-duration) ease-in-out calc(-1 * var(--anim-duration)) infinite alternate; }

@keyframes OpacityAnim {
  0% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.grid {
  display: grid;
  gap: 1rem; }
  @media (min-width: 800px) {
    .grid {
      gap: 1.5rem; } }
  .grid--1column {
    grid-template-columns: 1fr;
    justify-items: center; }
    .grid--1column .column {
      width: 100%; }
      @media (min-width: 800px) {
        .grid--1column .column {
          width: 100%; } }
  .grid--2column {
    grid-template-columns: 1fr; }
    @media (min-width: 800px) {
      .grid--2column {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .grid--3column {
    grid-template-columns: 1fr; }
    @media (min-width: 576px) {
      .grid--3column {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (min-width: 800px) {
      .grid--3column {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 2000px) {
  .grid--1column-max {
    grid-template-columns: 1fr;
    justify-items: center; }
    .grid--1column-max .column {
      width: 60%; } }

.header {
  padding: 0.75rem 2rem;
  background-color: black;
  background-image: url("/images/bg-header.jpg");
  background-size: cover;
  display: none; }
  .header--container {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header--logo-image {
    max-height: 36px; }
    @media (min-width: 576px) {
      .header--logo-image {
        max-height: 42px; } }
  .header--title {
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.1em; }
  @media (min-width: 576px) {
    .header--menu {
      display: flex;
      align-items: center;
      flex-wrap: wrap; } }
  .header--menu a {
    margin-left: 2rem;
    color: #fff;
    font-size: 2.5rem;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    font-style: normal; }
    .header--menu a:hover {
      color: #cacaca; }
    .header--menu a.active {
      color: #fff; }

/* Hide the links inside the navigation menu (except for logo/home) */
#mobileMenu {
  display: none;
  background-color: #111;
  padding: 1rem 2rem; }
  #mobileMenu a {
    color: #acacac; }
    #mobileMenu a.active {
      color: #fff; }
  #mobileMenu a + a {
    margin-top: 0.5rem; }

/* Style the hamburger menu */
a.mobile-menu-toggle {
  display: none;
  float: right;
  color: #fff; }
  a.mobile-menu-toggle i {
    font-size: 2rem;
    margin-top: 0.3rem; }
    @media (min-width: 576px) {
      a.mobile-menu-toggle i {
        margin-top: 0.5rem; } }
  @media (min-width: 576px) {
    a.mobile-menu-toggle {
      display: none; } }
.social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem; }
  @media (min-width: 576px) {
    .social {
      margin-top: 0rem;
      margin-left: 1rem; } }
  .social a {
    font-size: 1.75rem;
    margin-top: 0rem !important;
    margin-right: 1rem; }
    @media (min-width: 576px) {
      .social a {
        margin-right: 0;
        margin-left: 1rem; } }
.footer {
  background-color: #000; }
  .footer--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .footer--logo {
    display: inline-block;
    max-width: 76px; }
    .footer--logo img {
      width: 100%;
      display: block; }
  .footer a {
    color: #666; }
  .footer--links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0 0; }
  .footer .social {
    margin-left: 0; }
    .footer .social a {
      font-size: 1rem;
      margin: 0;
      color: #333; }

.hero-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url(/images/bg-home-vert.jpg) no-repeat center bottom #0A0A0A;
  background-size: 600px;
  height: 530px; }
  @media (min-width: 576px) {
    .hero-area {
      background: url(/images/bg-home-vert.jpg) no-repeat center bottom #0A0A0A;
      background-size: 800px;
      height: 670px; } }
  @media (min-width: 800px) {
    .hero-area {
      align-items: center;
      background: url(/images/bg-home.jpg) no-repeat top center #0A0A0A;
      background-position: 40%;
      background-size: auto 100%;
      height: 500px; } }
  .hero-area .grid {
    gap: 0rem; }
    @media (min-width: 800px) {
      .hero-area .grid {
        grid-template-columns: auto 54%; } }
  .hero-area--details {
    padding-bottom: 110%;
    text-align: center; }
    @media (min-width: 576px) {
      .hero-area--details {
        padding-bottom: 60%; } }
    @media (min-width: 800px) {
      .hero-area--details {
        min-height: 440px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 2rem;
        padding-bottom: 0rem;
        text-align: justify; } }
    .hero-area--details .grid--2column {
      grid-template-columns: 1fr; }
      @media (min-width: 960px) {
        .hero-area--details .grid--2column {
          grid-template-columns: 1fr 1fr; } }
  .hero-area--content h1 {
    margin: 0;
    font-size: 2rem;
    line-height: 1em; }
    @media (min-width: 800px) {
      .hero-area--content h1 {
        font-size: 2rem; } }
  .hero-area--content p {
    margin: 0 auto;
    margin-top: 1.25em;
    max-width: 430px; }
  .hero-area--title {
    font-size: 4rem;
    line-height: 0.9em;
    text-shadow: 0 0 0.25em #000;
    margin: 0 0 2rem; }
  .hero-area--cta {
    font-size: 1.25rem;
    font-weight: 700; }
  .hero-area--copy p {
    margin: 1rem 0;
    text-shadow: 0 0 10px #000; }
  .hero-area--image {
    margin-top: -1rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 50%; }
  .hero-area--video {
    display: block;
    box-shadow: 0 0 4px #000; }
    .hero-area--video video {
      display: block; }

.irko {
  letter-spacing: -3px; }

.link-capsule, .link-capsule:hover, .link-capsule:visited, .link-capsule:focus {
  padding: 0.5em;
  border-radius: 6px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  display: inline-block;
  cursor: pointer; }

.link-capsule.small {
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  background-color: #444;
  cursor: pointer; }

.tag {
  margin-top: 0.25rem;
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 6px;
  text-decoration: none;
  background-color: #444;
  color: #fff;
  display: inline-block; }

/* Dropdown Button */
.dropbtn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  background-color: #444;
  color: #fff;
  border: none;
  cursor: pointer; }

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #000; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  right: 0;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 1rem;
  color: #444;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd; }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block; }

.bg-dimmer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.plyr {
  --plyr-color-main: #f70f5d;
  --plyr-audio-controls-background: #2a2a2a;
  --plyr-audio-control-color: #fff; }
  .plyr-playlist {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .plyr-playlist li {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      padding-bottom: 0.08em;
      background-color: #3e3e3e;
      padding: 10px 18px;
      cursor: pointer;
      line-height: 2.16em; }
    .plyr-playlist li.active {
      background-color: #000; }
    .plyr-playlist li:hover {
      background-color: #111; }
    .plyr-playlist li + li {
      margin-top: 2px; }
  .plyr-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem; }
  .plyr-next-previous {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0.6rem; }

.plyr-playlist {
  max-height: 268px;
  overflow-y: auto;
  scrollbar-color: #f70f5d #202020; }

.song-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0.08em;
  font-size: 1.1rem;
  line-height: 1.1em;
  margin: 0; }
  @media (min-width: 800px) {
    .song-title {
      display: block;
      -webkit-line-clamp: none;
      -webkit-box-orient: vertical; } }
#plyr-next-button, #plyr-previous-button, #plyr-shuffle-button,
#plyr-next-button-two, #plyr-previous-button-two, #plyr-shuffle-button-two {
  display: inline;
  font-size: 1.4rem;
  cursor: pointer; }

#plyr-next-button, #plyr-previous-button,
#plyr-next-button-two, #plyr-previous-button-two {
  color: #dadada; }

#plyr-shuffle-button, #plyr-shuffle-button-two {
  opacity: 0.4; }

#plyr-shuffle-button.active, #plyr-shuffle-button-two.active {
  opacity: 1; }

@media (min-width: 800px) {
  #song-title, #song-title-two {
    width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.credits {
  background: #121212;
  background: radial-gradient(circle, #0c0c0c 60%, #181818 100%); }
  @media (min-width: 800px) {
    .credits {
      height: 500px; } }
  .credits--title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 2rem; }
  .credits--artists {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    margin-top: 1.5;
    text-align: center; }
    @media (min-width: 800px) {
      .credits--artists {
        padding: 0 2rem;
        text-align: justify; } }
  .credits--featured-artists {
    margin: 2rem 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem; }
    @media (min-width: 576px) {
      .credits--featured-artists {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (min-width: 800px) {
      .credits--featured-artists {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
    .credits--featured-artists li {
      background-color: #111;
      padding: 1rem 1rem;
      text-align: center;
      border: solid 1px #222; }
  .credits--additional {
    text-align: left; }

@media (min-width: 800px) {
  .center-container {
    height: 500px;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr; } }

.my-mix {
  background: url("/images/bg-header.jpg") top center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: none; }

.before-and-after {
  background: #121212;
  background: radial-gradient(circle, #020202 60%, #0a0a0a 100%); }
  @media (min-width: 800px) {
    .before-and-after {
      height: 500px; } }
  @media (min-width: 800px) {
    .before-and-after--video-container {
      max-width: 896px;
      margin: 0 auto; } }
  .before-and-after video {
    width: 100%; }

.video-desktop {
  display: none; }
  @media (min-width: 800px) {
    .video-desktop {
      display: block; } }
.video-mobile {
  display: block; }
  @media (min-width: 800px) {
    .video-mobile {
      display: none; } }
.contact {
  background: #121212;
  background: radial-gradient(circle, #0c0c0c 60%, #181818 100%); }
  @media (min-width: 800px) {
    .contact {
      height: 500px; } }
  .contact form {
    margin-top: 1rem; }

/* Some nice boilerplate CSS to tidy up your form */
form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  text-align: left;
  padding: 0;
  margin: 0; }
  @media (min-width: 800px) {
    form {
      padding: 0 2rem; } }
form label {
  display: contents; }

form input[type="email"],
form input[type="text"],
form textarea,
form button {
  font-family: inherit;
  font-size: inherit;
  border: 1px solid currentColor;
  background: #d4d4d4;
  padding: 0.75rem 0.75rem;
  color: #111; }

form button {
  padding: 0.75rem 2.5rem; }
  @media (min-width: 800px) {
    form button {
      padding: 0.75rem 3.5rem; } }
form textarea {
  resize: vertical; }

form button {
  justify-self: start;
  margin-top: 0.5rem; }

.form-container {
  display: block;
  margin-top: 2.25rem; }

.name-email-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  text-align: left;
  padding: 0;
  margin: 0; }
  @media (min-width: 576px) {
    .name-email-container {
      grid-template-columns: 1fr 1fr; } }
  .name-email-container label {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    text-align: left;
    padding: 0;
    margin: 0; }

.form-container {
  width: 100%; }

.album-playlist {
  margin-top: 3rem; }
  .album-playlist p {
    margin-top: 0;
    text-align: justify; }
    @media (min-width: 800px) {
      .album-playlist p {
        margin-top: -0.45rem; } }
  .album-playlist--image {
    display: none; }
    @media (min-width: 800px) {
      .album-playlist--image {
        display: block; } }
.topbar {
  width: 100%;
  height: 5rem;
  background-color: #000; }
  @media (min-width: 800px) {
    .topbar {
      display: none; } }
.form-submit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center; }
  .form-submit button {
    height: 46px; }
  .form-submit #formStatus {
    margin-top: 0.5rem; }

img {
  width: 100%; }

.bg {
  background-color: #111; }

.bg-alt {
  background-color: black; }

main {
  background-color: #1a1a1a; }

main section, footer section {
  padding: 2.5rem 2rem; }
  @media (min-width: 800px) {
    main section, footer section {
      padding: 4rem 2rem; } }
@media (min-width: 800px) {
  footer section {
    padding: 2.25rem 2rem; } }

.site-container {
  border-left: 1px solid #222;
  border-right: 1px solid #222; }

section + section {
  border-top: 1px solid #222; }

footer {
  border-top: 1px solid #222; }

.section-container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }
  .section-container--title h2 {
    margin-top: 0; }
  .section-container--title.center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }

.title-bg {
  position: absolute;
  width: 84%; }
  @media (min-width: 576px) {
    .title-bg {
      width: auto; } }
.section-title {
  font-size: 2rem;
  text-align: center;
  line-height: 1em;
  margin: 0;
  text-shadow: 0 0 16px #000; }
  @media (min-width: 800px) {
    .section-title {
      font-size: 2rem; } }
.site-font {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 0.95rem;
  line-height: 1.5em; }
  .site-font strong {
    font-weight: 700; }
  .site-font h1, .site-font h2, .site-font h3, .site-font h4, .site-font h5 {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px; }

.headline404 {
  font-size: 8rem;
  margin: 3rem 0 0; }
  @media (min-width: 800px) {
    .headline404 {
      font-size: 18rem;
      margin: 0 0 -3rem; } }
.bg-featured-image {
  background-image: url(/images/twdb-hero-bg.jpg); }

#featured-tournaments-section--home {
  background-color: black; }
