:root {
  --white: white;
  --white-smoke: #f2f2f2;
  --black: black;
  --gold: #fc3;
  --dark-slate-grey: #414141;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.djt-menu {
  opacity: 1;
  background-color: #0000;
  border: 1px solid #0000;
  margin-top: 0;
  position: static;
  inset: 0% 0% auto;
}

.menu-bar {
  z-index: 1;
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 20px;
  position: sticky;
  top: 0;
}

.djt-nav-bar {
  opacity: 1;
  color: var(--white);
  background-color: #0000;
  background-image: linear-gradient(#090909 46%, #0000);
  border: 0 #0000;
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.djtrivia-logo {
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50% 0;
  transform: ;
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('../images/DJTRIVIA-woodsign-smw.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #0000;
  width: auto;
  min-width: 300px;
  max-width: 300px;
  height: auto;
  min-height: 213px;
  max-height: 213px;
  margin-bottom: -200px;
  padding-bottom: 0;
  position: static;
}

.djtrivia-logo.logoanimation {
  background-image: url('../images/DJTRIVIA-woodsign-smw.png');
}

.djtrivia-logo.logoanimation.w--current {
  background-image: url('../images/DJTRIVIA-woodsign-smw.png');
}

.navmenu {
  color: var(--white);
  text-align: left;
  border: 1px solid #0000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.nav-link {
  color: #fff;
  border: 1px solid #0000;
  font-family: Oswald, sans-serif;
  transition: color .6s;
}

.nav-link:hover {
  color: #ffd862;
}

.nav-link:focus {
  color: var(--white);
}

.nav-link.w--current {
  color: #fff;
  text-shadow: 0 -7px 10px var(--white-smoke);
  font-size: 20px;
  font-style: normal;
  transition-property: none;
}

.menu-button {
  z-index: 5;
  position: sticky;
}

.nav-menu {
  background-color: #0000;
  border: 1px solid #0000;
  font-size: 20px;
}

.body {
  background-color: #090909;
  border: 1px solid #0000;
}

.slider {
  background-color: #0000;
  width: auto;
  height: 90vh;
  margin-top: 60px;
  margin-bottom: 0;
}

.master-slide-1 {
  background-image: linear-gradient(#090909, #0000 7%), url('../images/DJTrivia-Award-slider.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  width: auto;
  height: 90vh;
  margin-top: 60px;
}

.fff-slide.master-slide-1 {
  background-image: url('../images/DJTrivia-JOINFUN-1.png'), linear-gradient(#0000 80%, #090909), linear-gradient(#090909, #0000 20%), url('../images/DJTrivia-Slider2-2.jpg');
  background-position: 63% 12%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 25vh, auto, auto, cover;
  height: 100%;
}

.icon-2, .icon-3 {
  opacity: .33;
}

.slide-nav {
  opacity: .5;
}

.cruise-slide.master-slide-1 {
  background-image: linear-gradient(#0000 93%, #090909), linear-gradient(#090909, #0000 20%), url('../images/Cruise-Slider.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.what-is-section {
  color: #333;
  background-color: #ffcc33e6;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 49px, 100% 62px;
  margin-top: -5px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.centered-container {
  text-align: center;
  flex: 1;
  align-self: flex-end;
}

.djtblockcontainer {
  grid-column-gap: 40px;
  grid-row-gap: 75px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.what-is-heading {
  text-shadow: 2px 2px 0 var(--white);
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Architects Daughter, sans-serif;
  font-size: 68px;
}

.block-links {
  background-color: #ffcc33f2;
  border: 4px solid #8b8a8a;
  border-radius: 0;
  text-decoration: none;
}

.block-title {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 7px;
  font-family: Architects Daughter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.block-title.h3txtsm {
  color: #000;
  text-shadow: 1px 1px #fff;
  white-space: normal;
  white-space: normal;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.paragraph-3 {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
}

.dj-trivia-desc {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
}

.bold-text-1 {
  font-size: 28px;
  line-height: 28px;
}

.djtlinksection {
  background-color: #090909;
  border: 1px solid #090909;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.getdjt-section {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

.getdjt-section.red {
  text-align: center;
  background-color: #de1f26;
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-2 {
  text-align: center;
  position: relative;
}

.getdjt-h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -1px -2px #090909;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 55px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #de1f26;
  border: 3px solid #353538;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 0;
  padding: 11px 15px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.button:hover {
  background-color: #d90246;
}

.button.orange {
  border-color: var(--black);
  opacity: 1;
  color: #090909;
  text-shadow: 1px 1px 0 var(--white);
  background-color: #f1c24a;
  border-radius: 12px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .5s;
}

.button.orange:hover {
  color: #000;
  text-shadow: 1px 1px #fff;
  background-color: #517fff;
}

.button.orange.w--current {
  text-shadow: none;
  background-color: #ffc32a;
  transition-property: background-color;
}

.button.orange {
  opacity: 1;
  color: #090909;
  text-shadow: 1px 1px #fff;
  background-color: #f1c24a;
  border-color: #000;
  border-radius: 12px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .5s;
}

.button.orange:hover {
  color: #000;
  background-color: #fff;
}

.button.orange.w--current {
  text-shadow: 1px 1px #fff;
  background-color: #ffc32a;
}

.button.orange.w--current:hover {
  color: #090909;
  background-color: #3f0;
  font-size: 18px;
}

.button.black {
  color: #090909;
  text-shadow: 1px 1px 2px var(--white);
  background-color: #fc3;
  border-color: #020202;
  border-radius: 7px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 22px;
  line-height: 30px;
}

.button.black:hover {
  background-color: var(--white);
  color: #000;
}

.heading {
  color: var(--white-smoke);
  text-shadow: 2px 2px 2px #000;
  margin-top: 0;
  margin-bottom: -25px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.djblogo {
  padding-top: 32px;
}

.footer {
  opacity: 1;
  color: #fff;
  background-color: #2e2d2e;
  background-image: url('../images/bg-grid.jpg');
  background-position: 0 0;
  background-size: 125px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 23px;
  position: relative;
}

.social-clm {
  text-align: center;
  margin-top: 60px;
}

.footer-icon-circle {
  background-color: #de1f26;
  border: 2px solid #090909;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.link-block {
  text-decoration: none;
}

.link {
  color: #d90246;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.bottom-footer-link {
  color: #828282;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.link.bottom-footer-link:hover {
  color: #e30d18;
}

.bottom-footer-text {
  margin-left: 20px;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.bottom-footer {
  text-align: center;
  background-color: #090909;
  height: 110%;
  margin-top: 20px;
  padding-top: 27px;
  position: relative;
}

.column {
  margin-top: 25px;
  font-family: Oswald, sans-serif;
}

.footer-logo {
  opacity: .4;
  margin-bottom: 10px;
  padding-right: 0;
}

.body-3 {
  background-color: #090909;
}

.store-header {
  order: 0;
  align-self: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.form-group {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  width: 280px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.form-block {
  text-align: center;
  justify-content: center;
  width: 325px;
  padding-left: 0;
  display: flex;
}

.form-control {
  border: 2px solid #999;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.location-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: auto;
  padding-bottom: 0;
  position: relative;
}

.location-sect {
  background-color: #090909;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.location-sect.tint {
  color: #000;
  background-color: #0000;
  background-image: none;
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.host-info-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #de1f26;
  padding: 20px 12px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-block-list-item {
  border-bottom: 1px #0000001a;
  padding: 25px 12px 22px;
}

.pricing-block-list-item.odd {
  background-color: #e0e0e0;
}

.pricing-block-list-item.price {
  color: #fff;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 30px;
}

.pricing-block-item-title {
  color: #de1f26;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.hostdjb-contact {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #de1f26;
  border: 3px solid #353538;
  border-radius: 5px;
  margin-top: 15px;
  margin-left: 0;
  padding: 11px 15px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.hostdjb-contact:hover {
  background-color: #d90246;
}

.hostdjb-contact.host-it-button {
  text-shadow: 2px 2px 3px #000;
  background-color: #de1f26;
  border-color: #999;
  border-radius: 7px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  line-height: 32px;
}

.hostdjb-contact.host-it-button:hover {
  color: #000;
  background-color: #fff;
}

.background-host-info-overlay {
  background-color: #fff0;
  background-image: linear-gradient(#fff, #fff 31%, #2e2d2e 94%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-host-info-overlay.hostinfo {
  background-color: #090909;
  background-image: url('../images/bg-grid.jpg');
  background-size: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.pricing-description {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.host-it-block {
  text-align: center;
  background-color: #fff;
  border: 6px solid #090909;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 15px #0000001f;
}

.host-it-block:hover {
  z-index: 2;
  position: relative;
}

.youtube {
  border: 1px solid #000;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.slider-text-block {
  z-index: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: auto 0% -5%;
}

.slider-text-block.fal-txt-block {
  margin-bottom: 0;
  inset: auto 0% 5%;
}

.home-slide-title {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 7px 0 7px #000000d1;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: 81px;
}

.home-slide-title._2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
}

.swag-link {
  width: 100%;
  height: 90%;
  margin-top: 130px;
}

.getdjthero {
  color: #fff;
  background-image: linear-gradient(#0000 91%, #000), url('../images/DJTHostHeader.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 78px;
  display: flex;
}

.djtsshero {
  color: #fff;
  background-image: linear-gradient(#0000 91%, #090909), url('../images/DJTriviaStore.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 78px;
  display: flex;
}

.html-embed {
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  position: static;
}

.ss-sect {
  background-color: #fdfdfd;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 62px, 100% 62px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 65px 100px 60px;
}

.body-4 {
  background-color: #090909;
}

.djt-head-ctr {
  align-self: flex-end;
  margin-top: 0;
  padding-top: 0;
}

.cod-h1, .cod-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.cod-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  font-size: 48px;
  font-weight: 300;
  line-height: 28px;
}

.cod-container {
  color: #090909;
  padding-top: 0;
  padding-bottom: 40px;
}

.html-embed-2 {
  color: #090909;
  font-size: 20px;
}

.cod-sect {
  color: #333;
  background-color: #fc3;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 62px, 100% 62px;
  margin-top: -5px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.body-5 {
  background-color: #090909;
  height: auto;
  overflow: auto;
}

.fal-hero {
  color: #fff;
  background-image: linear-gradient(#00000054, #00000054), url('../images/DJTHostHeader.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  max-height: none;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 78px;
  display: flex;
}

.contact-hero {
  color: #fff;
  background-image: linear-gradient(#0000 86%, #090909), linear-gradient(#00000054, #00000054), url('../images/DJTHostHeader.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  max-height: none;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 78px;
  display: flex;
}

.contact-sect {
  color: var(--white-smoke);
  background-color: #333;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 62px, 100% 62px;
  margin-top: -5px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.master-hero {
  color: #fff;
  background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#00000054, #00000054), url('../images/SAQ.jpg');
  background-position: 0 0, 0 0, 50% 75%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  max-height: none;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 78px;
  display: flex;
}

.master-hero.saq-hero {
  background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#00000054, #00000054), url('../images/SAQ.jpg');
  background-position: 0 0, 0 0, 50% 75%;
  background-size: auto, auto, cover;
  padding-bottom: 20px;
}

.master-hero.sc-hero {
  background-image: linear-gradient(#0000 72%, #090909 97%), linear-gradient(#0000, #0000), url('../images/DJTSecretClue.jpg');
  background-position: 0 0, 0 0, 50% 57%;
  background-size: auto, auto, cover;
  padding-bottom: 10px;
}

.master-hero.fal-hero {
  background-image: linear-gradient(#0000 66%, #090909), linear-gradient(#0000, #0000), url('../images/FAL.jpg');
  background-position: 0 0, 0 0, 50%;
  padding-bottom: 40px;
}

.master-hero.getdjthero {
  background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg');
  background-repeat: repeat, repeat, no-repeat;
  padding-bottom: 40px;
}

.master-hero.djtsshero {
  background-image: linear-gradient(#0000 76%, #090909), linear-gradient(#0000, #0000), url('../images/DJTriviaStore3.jpg');
  background-position: 0 0, 0 0, 50% 60%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.master-hero.cod-hero {
  background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#0000, #0000), url('../images/SC3.jpg');
  background-position: 0 0, 0 0, 50% 75%;
  padding-bottom: 0;
}

.master-hero._404-hero {
  background-color: #090909;
  background-image: linear-gradient(#0000 89%, #090909 97%), linear-gradient(#0000, #0000), url('../images/DJT-404-3.jpg');
  background-position: 0 0, 0 0, 50% 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-bottom: 0;
}

.saq-sect {
  color: #333;
  background-color: #333;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 62px, 100% 62px;
  margin-top: -5px;
  margin-bottom: 0;
  padding: 30px 40px 47px;
}

.secretclue-sect {
  color: #333;
  background-color: #fc3;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 62px, 100% 62px;
  margin-top: -5px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.sc-h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.sc-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.sc-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  padding-top: 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 28px;
}

.contactdjt-h1, .contactdjt-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.contactdjt-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  font-size: 48px;
  font-weight: 300;
  line-height: 28px;
}

.saq-h1, .saq-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.saq-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  font-size: 48px;
  font-weight: 300;
  line-height: 28px;
}

.fal-h1, .fal-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.fal-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  font-size: 48px;
  font-weight: 300;
  line-height: 28px;
}

.fal-head {
  align-self: flex-end;
}

.getdjt-h1, .getdjt-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.getdjt-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  font-size: 38px;
  font-weight: 300;
  line-height: 28px;
}

.getdjt-head {
  order: 0;
  align-self: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.swag-h1 {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.swag-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.swag-h2.subtitle {
  color: var(--white-smoke);
  text-transform: uppercase;
  text-shadow: 2px 0 1px #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.html-embed-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sb-frm {
  color: #090909;
  text-align: center;
  background-color: #0000;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.sc-clm {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.sc-container {
  text-align: center;
  padding-bottom: 20px;
}

.djt-secret-lft-clm {
  color: #090909;
  text-align: center;
  text-shadow: 2px 2px 3px var(--white);
  padding-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px;
}

.djtsb-rt-clm {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

._404-sect {
  color: #333;
  background-color: #9cbce7;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 49px, 100% 62px;
  margin-top: -5px;
  padding-top: 100px;
  padding-bottom: 80px;
}

._404-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

._404-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  padding-top: 0;
  font-size: 45px;
  font-weight: 300;
  line-height: 28px;
}

.text-block {
  font-size: 36px;
  line-height: 40px;
}

.form-group-button {
  text-shadow: 2px 2px 2px #000;
  background-color: #de1f26;
  border: 4px solid #999;
  border-radius: 7px;
  font-size: 32px;
  line-height: 38px;
}

.no-results-container {
  color: #fc3;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto auto 40px;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  display: block;
  position: relative;
  overflow: visible;
}

.location-search-results-2 {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.location-search-form {
  text-align: center;
  justify-content: center;
  margin-top: -3px;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: static;
}

.location-search-results {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.djt-map-wrapper {
  text-align: center;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 760px;
  max-width: 910px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 24px;
  display: block;
  position: relative;
}

.map-canvas {
  flex-direction: row;
  justify-content: space-between;
  margin-top: -73px;
  display: block;
}

.venue-list-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 16px;
  color: var(--white);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: space-between;
  justify-items: stretch;
  font-size: 22px;
  line-height: 24px;
  display: block;
}

.location-search-results-dv {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  display: block;
  position: relative;
}

.fal-link {
  width: 100%;
  height: 90%;
  margin-top: 130px;
}

.search-results-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  margin-top: -50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.dj-map-canvas {
  flex-direction: row;
  flex: 1;
  order: 0;
  align-self: center;
  align-items: center;
  min-width: 760px;
  max-width: 910px;
  min-height: 280px;
  max-height: 300px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.djt-venue-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: auto;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 5fr 5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: center start;
  min-width: auto;
  display: flex;
}

.imagelink {
  align-self: flex-end;
  display: flex;
}

.leagueframe {
  color: #999;
  text-align: center;
  object-fit: contain;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0 0;
  font-size: 12px;
  display: block;
  position: relative;
  overflow: auto;
}

.league-sort-txt {
  color: var(--white);
  text-align: center;
  text-shadow: 4px 4px 3px var(--black);
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.league-h1, .league-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.league-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  font-size: 38px;
  font-weight: 300;
  line-height: 28px;
}

.league-txt-sect {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: grid;
}

.league-score-sect {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  width: 100%;
  height: 80%;
  margin-top: 130px;
}

.privacypolicy-h1, .privacypolicy-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.privacypolicy-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  font-size: 48px;
  font-weight: 300;
  line-height: 28px;
}

.ppsect {
  background-color: var(--white-smoke);
  color: #090909;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 62px, 100% 62px;
  margin-top: -5px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.text-block-2 {
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

.link-2 {
  font-style: normal;
  text-decoration: none;
}

.affl-store-sec {
  background-color: #fdfdfd;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 62px, 100% 62px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 65px 100px 60px;
}

.ppolicy {
  color: #ccc;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 25px;
  text-decoration: none;
}

.ppolicy:hover {
  color: var(--gold);
}

.ppolicy.bottom-footer-link {
  color: #828282;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.ppolicy.bottom-footer-link:hover {
  color: #e30d18;
}

.footer-h5 {
  color: var(--white-smoke);
  text-shadow: 2px 2px 2px #000;
  margin-top: 0;
  margin-bottom: -25px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.play-at-home-h1, .play-at-home-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 5px 5px 7px #000, -3px -2px 18px #000;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}

.play-at-home-h2.subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 9px #000, 3px 0 3px #000;
  font-size: 48px;
  font-weight: 300;
  line-height: 28px;
}

.play-sect {
  background-color: var(--white-smoke);
  color: #090909;
  background-image: url('../images/DJT-TEAR-bottom.png'), url('../images/DJT-TEAR-TopK.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 62px, 100% 62px;
  margin-top: -5px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-4 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.rich-text-block {
  font-family: Inconsolata, monospace;
  font-size: 22px;
  line-height: 26px;
}

.text-block-3, .djt-host-times {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.how-it-works {
  font-family: Inconsolata, monospace;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.body-6 {
  background-color: #090909;
}

.league-rules-link {
  color: var(--white-smoke);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.version-header {
  font-weight: 400;
}

.col-league-rules {
  cursor: pointer;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  overflow: visible;
}

.qa-down-arrow {
  width: 36px;
  max-width: none;
  height: 38px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.bold-text-3 {
  font-size: 14px;
  font-weight: 300;
}

.bold-text {
  color: #d8070a;
  font-size: 22px;
}

.heading-2 {
  color: var(--white-smoke);
  cursor: pointer;
  font-size: 18px;
  display: inline;
}

.league-rules-sec {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.ac-answer {
  color: #f2f2f2;
  object-fit: fill;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  display: block;
  overflow: hidden;
}

.list-item-2 {
  color: var(--white-smoke);
  margin-top: 20px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-5 {
  color: var(--white-smoke);
  text-align: left;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.text-block-4 {
  text-align: center;
}

.text-block-5 {
  color: #f2f2f2;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 22px;
}

.news-list-wrapper-ctr {
  color: var(--white-smoke);
}

.news-list-wrapper-div {
  color: var(--white-smoke);
  font-size: 22px;
  line-height: 30px;
}

.cookie-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.me-likes-cookie-wrapper {
  background-color: #1f1f1f;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.white-x {
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
  width: 17px;
  height: 17px;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-button-bottom {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

.league-display4-txt {
  color: #f5d164;
  text-align: center;
  text-shadow: 4px 4px 3px var(--black);
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.heading-3 {
  color: #ede262;
}

.paragraph-6 {
  color: #f2f2f2;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.swag-slide.master-slide-1 {
  background-image: linear-gradient(#0000 80%, #090909), linear-gradient(#090909, #0000 20%), url('../images/DJTrivia-Slider3-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.cruise-link {
  width: 100%;
  height: 90%;
  margin-top: 130px;
}

@media screen and (max-width: 991px) {
  .djt-menu {
    background-color: #0000;
    margin-top: 0;
  }

  .djt-nav-bar {
    background-color: #0000;
    background-image: linear-gradient(#000, #0000);
    transition-property: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .djtrivia-logo {
    background-size: 80% 80%;
  }

  .nav-link.w--current {
    font-size: 32px;
  }

  .menu-button {
    text-align: center;
    background-color: #cc2121;
    border: 3px solid #d8c4c4;
    border-radius: 20px;
    margin-top: 10px;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
  }

  .menu-button.w--open {
    border-style: solid;
    border-color: var(--white);
    background-color: #cc2121;
  }

  .nav-menu {
    color: #0000;
    text-align: left;
    background-color: #000000bf;
    width: 100%;
    height: auto;
    margin-top: 0;
    font-size: 32px;
    line-height: 38px;
    inset: 0%;
  }

  .body {
    background-color: #090909;
  }

  .slider {
    object-fit: fill;
    background-color: #0000;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 60vw;
    min-height: auto;
    max-height: none;
    margin-top: 60px;
    display: block;
    overflow: visible;
  }

  .master-slide-1 {
    background-image: linear-gradient(#090909, #0000 8%), url('../images/DJTrivia-Award-slider.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100.083%;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mask {
    width: auto;
    height: 60vw;
    overflow: hidden;
  }

  .fff-slide.master-slide-1 {
    background-image: url('../images/DJTrivia-JOINFUN-1.png'), linear-gradient(#0000 80%, #090909), linear-gradient(#090909, #0000 20%), url('../images/DJTrivia-Slider2-2.jpg');
    background-position: 67% 10%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: 150px, auto, auto, cover;
  }

  .cruise-slide.master-slide-1 {
    height: 100%;
  }

  .what-is-section {
    background-position: 50% 100%, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .djtblockcontainer {
    grid-column-gap: 20px;
    grid-row-gap: 57px;
  }

  .hamburger-lf {
    width: 30px;
    height: 30px;
  }

  .block-title {
    font-size: 24px;
  }

  .dj-trivia-desc {
    margin-top: 5px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .bold-text-1 {
    font-size: 22px;
  }

  .djtlinksection {
    margin-top: 0;
  }

  .getdjt-section {
    padding: 55px 45px;
  }

  .getdjt-section.red {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .getdjt-h3 {
    margin-left: 0;
    font-size: 36px;
    line-height: 43px;
  }

  .button {
    margin-top: 10px;
    margin-left: auto;
  }

  .footer {
    padding-top: 70px;
    font-size: 12px;
    line-height: 17px;
  }

  .social-clm {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-icon-circle {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
  }

  .bottom-footer {
    margin-top: 35px;
  }

  .store-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .location-sect {
    padding: 10px 45px 55px;
  }

  .host-info-block {
    font-size: 25px;
    line-height: 28px;
  }

  .hostdjb-contact {
    margin-top: 10px;
    margin-left: auto;
  }

  .background-host-info-overlay {
    opacity: 1;
    background-color: #fff;
    padding: 65px 45px 90px;
  }

  .host-info-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-text-block {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 10%;
  }

  .slider-text-block.fal-txt-block {
    margin-bottom: 0;
    bottom: 8%;
  }

  .home-slide-title {
    z-index: auto;
    float: none;
    clear: none;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 10px 0 7px #000000d1;
    white-space: normal;
    object-fit: fill;
    object-position: 50% 100%;
    border: 1px #000;
    border-radius: 0;
    margin: auto auto 0;
    font-family: Oswald, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px;
    display: block;
    position: static;
    inset: auto;
    overflow: visible;
  }

  .home-slide-title._2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .getdjthero {
    background-image: linear-gradient(#0000 91%, #000), linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0 0, 100% 100%;
    background-size: auto, auto, 100vh;
    height: 380px;
    padding-bottom: 40px;
  }

  .djtsshero {
    background-image: linear-gradient(#0000 91%, #000), linear-gradient(#0000, #0000), url('../images/DJTriviaStore.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, 100vh;
    height: 380px;
    padding-bottom: 40px;
  }

  .ss-sect {
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    margin-top: auto;
    padding: 50px 20px 40px;
  }

  .djt-head-ctr {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cod-h1, .cod-h2 {
    padding-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .cod-h2.subtitle {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 32px;
  }

  .cod-sect {
    background-position: 50% 100%, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .fal-hero {
    background-image: linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, 100vh;
    height: 380px;
    padding-bottom: 40px;
  }

  .contact-hero {
    background-image: linear-gradient(#0000 74%, #090909), linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0 0, 0 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 380px;
    padding-bottom: 40px;
  }

  .contact-sect {
    background-position: 50% 100%, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .master-hero {
    background-image: linear-gradient(#0000 76%, #090909), linear-gradient(#000, #0000 32%), linear-gradient(#00000042, #00000042), url('../images/SAQ.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 75%;
    background-size: auto, auto, auto, 100vh;
    height: 380px;
    padding-bottom: 40px;
  }

  .master-hero.saq-hero {
    background-image: linear-gradient(#0000 78%, #090909), linear-gradient(#0000, #0000), url('../images/SAQ.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .master-hero.sc-hero {
    background-image: linear-gradient(#0000 70%, #090909 93%), linear-gradient(#0000, #0000), url('../images/DJTSecretClue.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .master-hero.fal-hero {
    background-image: linear-gradient(#0000 63%, #090909), linear-gradient(#0000, #0000), url('../images/FAL.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 50%, 0 0;
    background-size: auto, auto, cover, auto;
  }

  .master-hero.getdjthero {
    background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 100%, 0 0;
    background-size: auto, auto, cover, auto;
  }

  .master-hero.djtsshero {
    background-image: linear-gradient(#0000 64%, #090909), linear-gradient(#0000, #0000), url('../images/DJTrivia-Slider3-2.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 50%, 0 0;
    background-size: auto, auto, cover, auto;
    margin-bottom: -22px;
    padding-bottom: 20px;
  }

  .master-hero.cod-hero {
    background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#0000, #0000), url('../images/SC3.jpg'), linear-gradient(#0000, #0000);
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, cover, auto;
  }

  .saq-sect {
    background-position: 50% 100%, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 47px;
  }

  .secretclue-sect {
    background-position: 50% 100%, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .sc-h1, .sc-h2 {
    padding-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .sc-h2.subtitle {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .contactdjt-h1, .contactdjt-h2 {
    padding-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .contactdjt-h2.subtitle {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 32px;
  }

  .saq-h1, .saq-h2 {
    padding-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .saq-h2.subtitle {
    margin-bottom: 0;
    font-size: 33px;
    line-height: 32px;
  }

  .fal-h1, .fal-h2 {
    padding-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .fal-h2.subtitle {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 32px;
  }

  .fal-head {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .getdjt-h1, .getdjt-h2 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 60px;
    line-height: 50px;
  }

  .getdjt-h2.subtitle {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .getdjt-head {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .swag-h1, .swag-h2 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 60px;
    line-height: 50px;
  }

  .swag-h2.subtitle {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .djt-secret-lft-clm {
    font-size: 32px;
    line-height: 50px;
  }

  ._404-sect {
    background-position: 50% 100%, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  ._404-h2 {
    padding-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  ._404-h2.subtitle {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .text-block {
    padding-bottom: 20px;
  }

  .djt-map-wrapper {
    min-width: 760px;
    max-width: 910px;
  }

  .dj-map-canvas {
    object-fit: fill;
    min-width: 750px;
    max-width: 910px;
  }

  .djt-venue-list-wrap {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center start;
    min-width: auto;
    display: block;
  }

  .leagueframe {
    margin-left: 0;
    margin-right: 0;
  }

  .league-sort-txt {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .league-h1, .league-h2 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 60px;
    line-height: 50px;
  }

  .league-h2.subtitle {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .link-block-2 {
    height: 60%;
  }

  .privacypolicy-h1, .privacypolicy-h2 {
    padding-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .privacypolicy-h2.subtitle {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 32px;
  }

  .ppsect {
    background-position: 50% 100%, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .text-block-2 {
    padding-bottom: 20px;
  }

  .affl-store-sec {
    background-size: auto, auto;
    margin-top: auto;
    padding: 50px 20px 40px;
  }

  .play-at-home-h1, .play-at-home-h2 {
    padding-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .play-at-home-h2.subtitle {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 32px;
  }

  .play-sect {
    background-position: 50% 100%, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .league-rules-sec {
    color: var(--white-smoke);
    margin-left: auto;
    margin-right: auto;
  }

  .ac-answer {
    margin-left: 5px;
    margin-right: 5px;
  }

  .paragraph-5 {
    color: var(--white-smoke);
    margin-left: auto;
    margin-right: auto;
  }

  .me-likes-cookie-wrapper {
    height: auto;
  }

  .league-display4-txt {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .swag-slide.master-slide-1 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu-bar {
    position: relative;
  }

  .djt-nav-bar {
    background-image: linear-gradient(#000, #0000);
  }

  .menu-button {
    margin-top: 10px;
    margin-right: 20px;
  }

  .nav-menu {
    width: 100%;
    margin-top: 0;
  }

  .body {
    background-color: #090909;
  }

  .slider {
    height: 68vw;
    margin-top: 70px;
  }

  .master-slide-1 {
    object-fit: fill;
    background-image: linear-gradient(#090909, #0000 6%), url('../images/DJTrivia-Award-slider.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .mask {
    width: auto;
    height: 68vw;
    margin-top: 0;
  }

  .fff-slide.master-slide-1 {
    background-image: url('../images/DJTrivia-JOINFUN-1.png'), linear-gradient(#090909, #0000 20%), linear-gradient(#0000 80%, #090909), url('../images/DJTrivia-Slider2-2.jpg');
    background-position: 74% 10%, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: 125px, auto, auto, cover;
  }

  .cruise-slide.master-slide-1 {
    background-image: linear-gradient(#090909, #0000 20%), linear-gradient(#0000 80%, #090909), url('../images/Cruise-Slider.jpg');
    background-position: 0 0, 0 0, 55%;
    background-repeat: repeat, repeat, no-repeat;
  }

  .what-is-section {
    padding: 55px 20px 40px;
  }

  .djtblockcontainer {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr) 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
    place-content: stretch;
    align-self: stretch;
    max-width: none;
  }

  .what-is-heading {
    padding-bottom: 10px;
    font-size: 48px;
  }

  .block-title, .block-title.h3txtsm, .block-title.h3txtsm {
    font-size: 32px;
  }

  .dj-trivia-desc {
    font-size: 28px;
  }

  .bold-text-1 {
    font-size: 4.2vw;
  }

  .djtlinksection {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .getdjt-section {
    padding: 35px 25px;
  }

  .getdjt-section.red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .getdjt-h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .button {
    margin-left: 10px;
  }

  .heading {
    margin-top: 40px;
    margin-bottom: -65px;
  }

  .djblogo {
    padding-top: 75px;
  }

  .footer {
    padding-top: 10px;
  }

  .footer-icon-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .column {
    margin-top: 0;
  }

  .store-header {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .location-sect {
    padding: 10px 25px 35px;
  }

  .hostdjb-contact {
    margin-left: 10px;
  }

  .background-host-info-overlay {
    background-color: #fff;
    height: auto;
    padding: 35px 25px;
  }

  .host-info-column {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-text-block {
    text-align: center;
    text-transform: none;
    text-shadow: 1px 1px 6px #000;
    white-space: normal;
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    padding-left: 85px;
    padding-right: 85px;
    font-style: italic;
    text-decoration: none;
    position: absolute;
    inset: auto 0% 57px;
  }

  .slider-text-block.fal-txt-block {
    bottom: 40px;
  }

  .home-slide-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 8vw;
    line-height: 8vw;
  }

  .home-slide-title._2 {
    font-size: 3.3vw;
    line-height: 3vw;
  }

  .getdjthero {
    background-image: linear-gradient(#0000 94%, #000), linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0 0, 0 100%;
    background-size: auto, auto, 100vh;
    height: 350px;
    padding: 40px 20px;
  }

  .djtsshero {
    background-image: linear-gradient(#0000 94%, #000), linear-gradient(#0000, #0000), url('../images/DJTriviaStore.jpg');
    background-position: 0 0, 0 0, 50% 40%;
    background-size: auto, auto, 100vh;
    height: 350px;
    padding: 40px 20px;
  }

  .ss-sect {
    background-size: auto, auto;
    padding-top: 40px;
  }

  .djt-head-ctr {
    margin-bottom: 0;
    padding-top: 0;
  }

  .cod-h1, .cod-h2 {
    font-size: 58px;
    line-height: 50px;
  }

  .cod-h2.subtitle {
    font-size: 34px;
    line-height: 24px;
  }

  .cod-sect {
    padding: 55px 20px 40px;
  }

  .fal-hero {
    background-image: linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0%;
    background-size: auto, 100vh;
    height: 350px;
    padding: 40px 20px;
  }

  .contact-hero {
    background-image: linear-gradient(#0000 83%, #090909), linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0 0, 0 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 350px;
    padding: 40px 20px;
  }

  .contact-sect {
    padding: 50px 20px;
  }

  .master-hero {
    background-image: linear-gradient(#0000 76%, #090909 94%), linear-gradient(#00000040, #00000040), url('../images/SAQ.jpg');
    background-position: 0 0, 0 0, 50% 57%;
    background-size: auto, auto, 100vh;
    height: 350px;
    padding: 40px 20px;
  }

  .master-hero.saq-hero {
    background-image: linear-gradient(#0000 76%, #090909 95%), linear-gradient(#0000, #0000), url('../images/SAQ.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    margin-top: 0;
  }

  .master-hero.sc-hero {
    background-image: linear-gradient(#0000 73%, #090909 95%), linear-gradient(#0000, #0000), url('../images/DJTSecretClueSM.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .master-hero.fal-hero {
    background-image: linear-gradient(#0000 64%, #090909), linear-gradient(#0000, #0000), url('../images/FAL.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-size: auto, auto, cover;
  }

  .master-hero.getdjthero {
    background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 100%, 0 0;
    padding-bottom: 30px;
  }

  .master-hero.djtsshero {
    background-image: linear-gradient(#0000 69%, #090909), linear-gradient(#0000, #0000), url('../images/DJTrivia-Slider3-2.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 50%, 0 0;
    background-size: auto, auto, cover, auto;
    margin-bottom: -13px;
    padding-bottom: 20px;
  }

  .saq-sect {
    margin-top: -8px;
    padding: 50px 20px 47px;
  }

  .secretclue-sect {
    padding: 55px 20px 40px;
  }

  .sc-h1, .sc-h2 {
    font-size: 58px;
    line-height: 50px;
  }

  .sc-h2.subtitle {
    font-size: 30px;
    line-height: 24px;
  }

  .contactdjt-h1, .contactdjt-h2 {
    font-size: 58px;
    line-height: 50px;
  }

  .contactdjt-h2.subtitle {
    font-size: 36px;
    line-height: 24px;
  }

  .saq-h1 {
    font-size: 54px;
    line-height: 50px;
  }

  .saq-h2 {
    font-size: 58px;
    line-height: 50px;
  }

  .saq-h2.subtitle {
    font-size: 28px;
    line-height: 24px;
  }

  .fal-h1, .fal-h2 {
    font-size: 58px;
    line-height: 50px;
  }

  .fal-h2.subtitle {
    font-size: 36px;
    line-height: 24px;
  }

  .fal-head {
    margin-bottom: 0;
    padding-top: 0;
  }

  .getdjt-h1, .getdjt-h2 {
    padding-bottom: 10px;
    font-size: 58px;
    line-height: 50px;
  }

  .getdjt-h2.subtitle {
    font-size: 25px;
    line-height: 24px;
  }

  .getdjt-head {
    margin-bottom: 0;
    padding-top: 0;
  }

  .swag-h1, .swag-h2 {
    padding-bottom: 10px;
    font-size: 58px;
    line-height: 50px;
  }

  .swag-h2.subtitle {
    font-size: 31px;
    line-height: 24px;
  }

  .sb-frm {
    margin-left: 20px;
    margin-right: 20px;
  }

  .djt-secret-lft-clm {
    font-size: 32px;
    line-height: 50px;
  }

  ._404-sect {
    padding: 55px 20px 40px;
  }

  ._404-h2 {
    font-size: 58px;
    line-height: 50px;
  }

  ._404-h2.subtitle {
    font-size: 30px;
    line-height: 24px;
  }

  .text-block {
    padding-bottom: 30px;
  }

  .djt-map-wrapper {
    min-width: 470px;
    max-width: 760px;
  }

  .dj-map-canvas {
    object-fit: fill;
    min-width: 470px;
    max-width: 760px;
  }

  .djt-venue-list-wrap {
    flex-wrap: nowrap;
    align-items: flex-start;
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .leagueframe {
    margin-left: 0;
    margin-right: 0;
  }

  .league-sort-txt {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 25px;
  }

  .league-h1, .league-h2 {
    padding-bottom: 10px;
    font-size: 58px;
    line-height: 50px;
  }

  .league-h2.subtitle {
    font-size: 25px;
    line-height: 24px;
  }

  .link-block-2 {
    height: 60%;
    margin-top: 100px;
  }

  .privacypolicy-h1, .privacypolicy-h2 {
    font-size: 58px;
    line-height: 50px;
  }

  .privacypolicy-h2.subtitle {
    font-size: 36px;
    line-height: 24px;
  }

  .ppsect {
    padding: 55px 20px 40px;
  }

  .affl-store-sec {
    padding-top: 40px;
  }

  .footer-h5 {
    margin-top: 40px;
    margin-bottom: -65px;
  }

  .play-at-home-h1, .play-at-home-h2 {
    font-size: 58px;
    line-height: 50px;
  }

  .play-at-home-h2.subtitle {
    font-size: 36px;
    line-height: 24px;
  }

  .play-sect {
    padding: 55px 20px 60px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .league-rules-sec {
    margin-top: 10px;
  }

  .paragraph-5 {
    color: var(--white-smoke);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .league-display4-txt {
    font-size: 20px;
    line-height: 25px;
  }

  .swag-slide.master-slide-1 {
    background-image: linear-gradient(#090909, #0000 20%), linear-gradient(#0000 80%, #090909), url('../images/DJTrivia-Slider3-2.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }
}

@media screen and (max-width: 479px) {
  .djt-menu {
    margin-top: 0;
    padding-top: 0;
  }

  .menu-bar {
    padding: 0;
  }

  .djt-nav-bar {
    margin-top: 0;
    padding-top: 0;
  }

  .djtrivia-logo {
    background-position: 0 0;
    border: 0 #0000;
    min-width: 260px;
    min-height: 173px;
    margin-bottom: -165px;
    margin-left: 10px;
    padding-left: 10px;
  }

  .navmenu {
    margin-top: 0;
  }

  .nav-link.w--current {
    font-size: 28px;
  }

  .menu-button {
    margin-top: 5px;
    margin-right: 10px;
  }

  .nav-menu {
    padding-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .body {
    background-color: #090909;
  }

  .slider {
    height: 67vw;
    margin-top: 74px;
  }

  .master-slide-1 {
    background-image: linear-gradient(360deg, #0000 80%, #090909), url('../images/DJTrivia-Award-slider.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
  }

  .mask {
    height: 67vw;
    margin-top: 0;
  }

  .fff-slide.master-slide-1 {
    background-image: linear-gradient(360deg, #0000 75%, #090909), linear-gradient(#0000 88%, #090909), url('../images/DJTrivia-Slider2-2.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .cruise-slide.master-slide-1 {
    background-image: linear-gradient(360deg, #0000 73%, #090909), linear-gradient(#0000 86%, #090909), url('../images/Cruise-Slider.jpg');
    background-position: 0 0, 0 0, 55%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .what-is-section {
    margin-top: -6px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .centered-container {
    text-align: left;
  }

  .djtblockcontainer {
    grid-row-gap: 70px;
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-image-mask {
    background-image: url('../images/DJT-Location.jpg');
    background-position: 0 0;
    background-size: contain;
  }

  .what-is-heading {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 9vw;
  }

  .block-title {
    margin-top: 0;
    padding-top: 5px;
    font-size: 7vw;
    font-weight: 400;
  }

  .block-title.h3txtsm {
    padding-top: 5px;
    font-size: 7vw;
  }

  .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dj-trivia-desc {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .bold-text-1 {
    font-size: 8.5vw;
  }

  .djtlinksection {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .getdjt-section {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .getdjt-h3 {
    font-size: 19px;
    line-height: 24px;
  }

  .button {
    margin-top: 3px;
  }

  .footer {
    padding-top: 0;
  }

  .social-clm {
    padding-left: 35px;
    padding-right: 35px;
  }

  .bottom-footer-text {
    font-size: 12px;
    display: block;
  }

  .store-header {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .location-sect {
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .host-info-block {
    font-size: 21px;
    line-height: 18px;
  }

  .pricing-block-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing-block-item-title {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .hostdjb-contact {
    margin-top: 3px;
  }

  .background-host-info-overlay {
    background-color: #fff;
    height: auto;
    padding: 25px 20px;
  }

  .background-host-info-overlay.hostinfo {
    padding-bottom: 10px;
  }

  .slider-text-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 55px;
    padding-right: 55px;
    display: inline-block;
    inset: auto 0% 5%;
  }

  .home-slide-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 7vw;
    line-height: 10vw;
  }

  .home-slide-title._2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
    line-height: 0;
  }

  .getdjthero {
    background-image: linear-gradient(#0000 89%, #000), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, 60vh;
    height: 280px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .djtsshero {
    background-image: linear-gradient(#0000 89%, #000), url('../images/DJTriviaStore.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, 60vh;
    height: 280px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .ss-sect {
    padding: 40px 10px 30px;
  }

  .djt-head-ctr {
    margin-bottom: 0;
    padding-top: 0;
  }

  .cod-h1, .cod-h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 32px;
  }

  .cod-h2.subtitle {
    font-size: 21px;
    line-height: 20px;
  }

  .cod-sect {
    margin-top: -6px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .fal-hero {
    background-image: linear-gradient(#00000054, #00000054), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, 80vh;
    height: 280px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .contact-hero {
    background-image: linear-gradient(#0000 69%, #090909), url('../images/DJTHostHeader.jpg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 280px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .contact-sect {
    margin-top: -6px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .master-hero {
    background-image: linear-gradient(#0000 72%, #090909 96%), linear-gradient(#00000029, #00000029), url('../images/SAQ.jpg');
    background-position: 0 0, 0 0, 50% 60%;
    background-size: auto, auto, 80vh;
    height: 280px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .master-hero.saq-hero {
    background-image: linear-gradient(#0000 76%, #090909 92%), linear-gradient(#0000, #0000), url('../images/SAQ.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .master-hero.sc-hero {
    background-image: linear-gradient(#0000 76%, #090909 97%), linear-gradient(#0000, #0000), url('../images/DJTSecretClueSM.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .master-hero.fal-hero {
    background-image: linear-gradient(#0000 74%, #090909), linear-gradient(#0000, #0000), url('../images/FAL.jpg');
    background-position: 0 0, 0 0, 50% 100%;
  }

  .master-hero.getdjthero {
    background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#0000, #0000), url('../images/DJTHostHeader.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 100%, 0 0;
    padding-bottom: 20px;
  }

  .master-hero.djtsshero {
    background-image: linear-gradient(#0000 76%, #090909), linear-gradient(#0000, #0000), url('../images/SWAG-SHOP.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 50% 60%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, cover, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    margin-bottom: -6px;
    padding-bottom: 80px;
  }

  .master-hero.cod-hero {
    background-image: linear-gradient(#0000 76%, #090909 98%), linear-gradient(#0000, #0000), url('../images/SC-SM.jpg'), linear-gradient(#0000, #0000);
  }

  .saq-sect {
    background-color: #333;
    margin-top: -12px;
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .secretclue-sect {
    margin-top: -6px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .sc-h1 {
    margin-bottom: 0;
    padding-bottom: 7px;
    font-size: 36px;
    line-height: 32px;
  }

  .sc-h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 32px;
  }

  .sc-h2.subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .contactdjt-h1, .contactdjt-h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 32px;
  }

  .contactdjt-h2.subtitle {
    font-size: 24px;
    line-height: 20px;
  }

  .saq-h1 {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 32px;
  }

  .saq-h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 32px;
  }

  .saq-h2.subtitle {
    font-size: 19px;
    line-height: 20px;
  }

  .fal-h1, .fal-h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 32px;
  }

  .fal-h2.subtitle {
    font-size: 24px;
    line-height: 20px;
  }

  .fal-head {
    margin-bottom: 0;
    padding-top: 0;
  }

  .getdjt-h1 {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 32px;
  }

  .getdjt-h2 {
    margin-bottom: 12px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 32px;
  }

  .getdjt-h2.subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .getdjt-head {
    margin-bottom: 0;
    padding-top: 0;
  }

  .swag-h1 {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 32px;
  }

  .swag-h2 {
    margin-bottom: 12px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 32px;
  }

  .swag-h2.subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .html-embed-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sb-frm {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sc-container {
    padding-bottom: 40px;
  }

  .djt-secret-lft-clm {
    font-size: 26px;
    line-height: 40px;
  }

  ._404-sect {
    margin-top: -6px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  ._404-h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 32px;
  }

  ._404-h2.subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block {
    font-size: 28px;
  }

  .location-search-results-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .djt-map-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 310px;
    max-width: 470px;
    display: flex;
  }

  .search-results-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    display: flex;
  }

  .dj-map-canvas {
    align-self: center;
    min-width: 310px;
    max-width: 470px;
  }

  .djt-venue-list-wrap {
    flex-wrap: nowrap;
    place-content: space-between center;
    align-items: flex-start;
    min-width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    display: block;
  }

  .leagueframe {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .league-sort-txt {
    font-size: 20px;
    line-height: 23px;
  }

  .league-h1 {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 32px;
  }

  .league-h2 {
    margin-bottom: 12px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 32px;
  }

  .league-h2.subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-2 {
    height: 55%;
    margin-top: 60px;
  }

  .privacypolicy-h1, .privacypolicy-h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 32px;
  }

  .privacypolicy-h2.subtitle {
    font-size: 24px;
    line-height: 20px;
  }

  .ppsect {
    margin-top: -6px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .text-block-2 {
    font-style: normal;
  }

  .affl-store-sec {
    padding: 40px 10px 30px;
  }

  .play-at-home-h1, .play-at-home-h2 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 32px;
  }

  .play-at-home-h2.subtitle {
    font-size: 24px;
    line-height: 20px;
  }

  .play-sect {
    margin-top: -6px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .paragraph-4 {
    margin-bottom: 40px;
  }

  .djt-host-times {
    color: var(--dark-slate-grey);
    font-weight: 300;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .html-embed-4 {
    margin-bottom: 10px;
  }

  .qa-down-arrow {
    text-align: center;
  }

  .heading-2 {
    text-align: left;
    font-size: 16px;
  }

  .league-rules-sec {
    margin-top: 10px;
    padding-top: 10px;
  }

  .paragraph-5 {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .me-likes-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .league-display4-txt {
    font-size: 20px;
    line-height: 23px;
  }

  .swag-slide.master-slide-1 {
    background-image: linear-gradient(360deg, #0000 73%, #090909), linear-gradient(#0000 86%, #090909), url('../images/DJTrivia-Slider3-2.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }
}

#venue-list-wrapper.w-node-_7873dd13-1c50-556e-c407-c94ce53becdf-fb9c4a53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_8e8243ce-5fb9-25b3-59c9-5a7310b603ff-e69c4a5d {
  align-self: auto;
}

#venue-list-wrapper.w-node-_7873dd13-1c50-556e-c407-c94ce53becdf-5b16b0f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}


