:root {
  --white: white;
  --black: black;
}

.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%;
}

.section {
  z-index: 3;
  background-color: #0000;
  background-image: url('../images/boyBal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
  position: relative;
  inset: auto;
}

.section.container {
  background-color: red;
}

.canvascode {
  width: 96%;
  height: 96%;
  position: absolute;
  inset: auto;
}

.canvascode.container {
  width: 80vh;
  max-width: none;
  height: 80vh;
  margin-top: 1rem;
  position: relative;
}

.canvascontrols {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #d6d6d6a8;
  border: .1px solid #0000004f;
  border-radius: 88px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 2rem;
  padding: 10px 16px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
  inset: auto auto 12px;
  box-shadow: 0 6px 12px 4px #0003;
}

.canvasbuttons {
  border: 1px solid #0000004f;
  border-radius: 64px;
  padding: 8px 12px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 100%;
  transition: all .2s;
}

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

.canvasbuttons.drawbutton {
  font-family: futura-pt, sans-serif;
  display: none;
}

.canvasbuttons.textbutton, .canvasbuttons.savebutton, .canvasbuttons.deletebutton {
  font-family: futura-pt, sans-serif;
}

.colorpickerinput {
  color: #000;
  min-width: 100px;
  font-family: futura-pt, sans-serif;
}

.stemssection {
  background-color: #00f;
  background-image: linear-gradient(90deg, #00000080, #000000bf 50%, #00000080), linear-gradient(#000c 25%, #0009 50%, #00000080 75%), url('../images/bg_3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 100svh;
  padding: 88px 24px 0;
  display: flex;
  position: relative;
}

.section-2 {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  min-height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.masks {
  background-image: url('../images/awolnation_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 20%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.masks.mask1 {
  transform-origin: 50% 0;
  background-image: url('../images/awolnation_bg.svg'), url('../images/awolnation_bg_frame.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.masks.mask2, .masks.mask3, .masks.mask4, .masks.mask5 {
  background-image: url('../images/awolnation_bg.svg'), url('../images/awolnation_bg_frame.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.mask {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.mask.mask1, .mask.mask2 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
}

.mask.mask3, .mask.mask4, .mask.mask5 {
  background-color: #0000;
}

.masknull {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.canvastextinput {
  color: #000;
  width: 100%;
  font-family: futura-pt, sans-serif;
}

.controlbuttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header {
  z-index: 8;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #d6d6d600;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 12px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  width: 200px;
  max-width: none;
  max-height: 80px;
}

.prompts {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.promptbuttons {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  background-color: #d6d6d6a8;
  border: 1px solid #000;
  border-radius: 40px;
  width: 64px;
  padding: 8px;
  font-family: Inconsolata, monospace;
  font-size: .75rem;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 2px 4px 2px #0003;
}

.promptbuttons:hover, .promptbuttons:active {
  color: #fff;
  background-color: #000;
}

.promptbuttons.showhidebutton {
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 24px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  display: flex;
}

.promptbuttons.prompt1 {
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 24px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  display: flex;
  position: relative;
}

.promptbuttons.prompt2, .promptbuttons.prompt3, .promptbuttons.prompt4, .promptbuttons.prompt5 {
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 24px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  display: flex;
}

.prompt {
  text-align: left;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.spline-scene {
  z-index: 1;
  text-align: right;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 0%;
}

.socials {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: drop-shadow(2px 2px 6px #00000050);
  -webkit-backdrop-filter: drop-shadow(2px 2px 6px #000);
  backdrop-filter: drop-shadow(2px 2px 6px #000);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 180px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8px;
  padding: 1rem 0;
  display: flex;
  position: absolute;
  inset: 0 0% 0 auto;
}

.templateoptions {
  mix-blend-mode: multiply;
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.templateoptions:hover {
  transform: scale(1.3);
}

.background-video {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.popupinstructions {
  z-index: 8;
  text-align: center;
  box-sizing: border-box;
  background-color: #159aad;
  border: 12px solid #000;
  border-radius: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 600px;
  height: auto;
  max-height: 80svh;
  padding: 40px;
  font-family: futura-pt-condensed, sans-serif;
  display: flex;
  position: absolute;
  inset: auto;
}

.closeinstructionsbutton {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #ededed;
  border: 1px solid #000;
  border-radius: 128px;
  margin: 1rem;
  padding: 12px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  transition: all .2s;
  position: relative;
  inset: 0% 0% auto auto;
}

.closeinstructionsbutton:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  font-size: 12px;
  line-height: 100%;
}

.text-block {
  color: #fff;
  mix-blend-mode: difference;
  font-size: 12px;
  line-height: 100%;
}

.heading {
  pointer-events: none;
  color: #000;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 100%;
}

.heading-2 {
  pointer-events: none;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.text-block-2 {
  pointer-events: none;
  color: #000;
  max-width: 480px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-3 {
  pointer-events: auto;
  color: #fff;
  mix-blend-mode: exclusion;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 8rem;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.heading-3.remixheading {
  z-index: 3;
  pointer-events: none;
  text-shadow: 0 2px 4px #0003;
  mix-blend-mode: normal;
  white-space: nowrap;
  width: auto;
  margin: 0 0 12px;
  line-height: 88%;
  overflow: hidden;
}

.heading-3.remixheading.center {
  white-space: normal;
  overflow-wrap: normal;
  width: auto;
  margin-bottom: 0;
}

.animatedtext {
  z-index: 3;
  pointer-events: auto;
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 4px #000c;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  max-width: 40vw;
  margin-bottom: .5rem;
  font-family: futura-pt-bold, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.animatedtext.rightside {
  text-align: right;
}

.animatedtext.center {
  text-align: center;
}

.stemlinks {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  max-width: none;
  margin-top: .5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.stemlinks:hover {
  color: #fff;
  font-family: futura-pt-condensed, sans-serif;
}

.stemlink {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #000;
  text-align: center;
  background-color: #d6d6d6a8;
  border: 1px solid #000;
  border-radius: 64px;
  min-width: 200px;
  margin-top: 1rem;
  padding: 1rem;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  box-shadow: 0 2px 4px 2px #0003;
}

.stemlink:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.section-3 {
  position: relative;
}

.div-block {
  width: 100vw;
  height: auto;
  min-height: 100svh;
  position: relative;
}

.stemcontent {
  padding: 40px;
}

.stemcontainer {
  z-index: 2;
  width: 100%;
  min-height: 100svh;
  padding: 40px;
  position: relative;
}

.activitysection {
  z-index: 3;
  pointer-events: auto;
  text-align: left;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100svh;
  margin-top: 88px;
  margin-bottom: 88px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.splinecontainer {
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.animatedtextrightalign {
  z-index: 3;
  pointer-events: none;
  color: #fff;
  text-align: right;
  text-shadow: 0 2px 4px #000c;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  max-width: 40vw;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  display: none;
  position: relative;
}

.embedsection {
  z-index: 3;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 100svh;
  margin-top: 12vh;
  margin-bottom: 12vh;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  max-width: 600px;
  margin-top: 8vh;
  margin-left: 0;
  margin-right: 0;
}

.youtube {
  margin-top: 33vh;
}

.background-video-2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.mobilemask {
  display: none;
}

.mainsection {
  z-index: 2;
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  mix-blend-mode: screen;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: scale(1);
}

.mainsectionmask {
  z-index: 999;
  mix-blend-mode: screen;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mainsectionmaskimage {
  transform: scale(0);
}

.awolnationhead {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  color: #fff;
  text-shadow: 0 2px 2px #0003;
  background-color: #319aad;
  margin: 0;
  padding-left: 64px;
  padding-right: 64px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 4rem;
  line-height: 100%;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000 100%);
}

.phantomfivesubhead {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  color: #fff;
  letter-spacing: 18px;
  text-indent: 18px;
  text-shadow: 0 2px 2px #0003;
  background-color: #319aad;
  margin: 8px 0;
  padding: 8px 24px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000 100%);
}

.spline-scene-main {
  z-index: 1;
  text-align: right;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 0%;
}

.spline-scene-2 {
  z-index: 2;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hoverimage {
  z-index: 1;
  background-image: url('../images/bg_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 75%;
  height: 75%;
  position: absolute;
}

.ctabutton {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-shadow: 0 2px 2px #0003;
  cursor: pointer;
  background-color: #319aad;
  border-radius: 0;
  margin-top: 1rem;
  padding: 8px 40px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 15% 85%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 15% 85%, #0000 100%);
}

.ctabutton:hover {
  color: #319aad;
  background-color: #fff;
}

.bulletinboard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bulletin {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: left;
  background-color: #fffc;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 1rem;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 8px 2px #0003;
}

.bulletin:hover {
  transform: scale(1.01);
}

.heading-4 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 2rem;
  line-height: 100%;
}

.text-block-3 {
  color: #000;
  text-align: left;
  margin-bottom: 1rem;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
}

.link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 8px 12px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

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

.bulletincta {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 8px;
  display: flex;
}

.text-block-4 {
  color: #000;
  text-align: right;
  font-family: futura-pt-bold, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 130%;
}

.maincopy {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  text-shadow: 0 2px 2px #0003;
  background-color: #319aad;
  width: 90%;
  max-width: 320px;
  margin: 8px 0;
  padding: 8px 24px;
  font-family: futura-pt-bold, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 130%;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000, #000 10% 90%, #0000 100%);
}

.gamearcadesection {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100svh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
}

.italic-text {
  font-style: normal;
}

.listensection {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .canvascontrols {
    border-radius: 24px;
    flex-flow: column;
    width: 90%;
    margin-top: 2rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .canvasbuttons.drawbutton, .canvasbuttons.textbutton, .canvasbuttons.savebutton, .canvasbuttons.deletebutton {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .colorpickerinput {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 96%;
    display: flex;
  }

  .masks.mask1 {
    background-image: url('../images/awolnation_bg.svg'), url('../images/awolnation_bg_frame.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%, cover;
    background-attachment: fixed, fixed;
  }

  .masks.mask2, .masks.mask3, .masks.mask4 {
    background-size: 80%, cover;
  }

  .masks.mask5 {
    background-image: url('../images/awolnation_bg.svg'), url('../images/awolnation_bg_frame.jpg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%, cover;
    background-attachment: fixed, fixed;
  }

  .masknull {
    display: flex;
  }

  .canvastextinput {
    width: 96%;
  }

  .controlbuttons {
    justify-content: space-around;
    width: 96%;
  }

  .prompts {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .promptbuttons.showhidebutton, .promptbuttons.prompt1, .promptbuttons.prompt2, .promptbuttons.prompt3, .promptbuttons.prompt4, .promptbuttons.prompt5 {
    width: 80px;
  }

  .prompt {
    font-size: .7rem;
  }

  .socials {
    height: 150px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
  }

  .popupinstructions {
    width: 75%;
    height: auto;
    padding: 24px;
  }

  .closeinstructionsbutton {
    margin: 1rem;
    position: relative;
    transform: none;
  }

  .closeinstructionsbutton:hover {
    position: relative;
    transform: none;
  }

  .heading-3.remixheading {
    font-size: 4rem;
  }

  .animatedtext, .animatedtextrightalign {
    max-width: 75%;
    font-size: 1.5rem;
  }

  .mobilemask {
    display: none;
  }

  .heading-4 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .canvascode.container {
    width: 96vw;
    max-width: none;
    height: 96vw;
  }

  .canvascontrols {
    width: 92vw;
    margin-top: 2rem;
  }

  .stemssection {
    background-image: linear-gradient(90deg, #00000080, #00000040 50%, #00000080), linear-gradient(#000000a8, #00000080), url('../images/bg_3.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .masks.mask1, .masks.mask2, .masks.mask3, .masks.mask4, .masks.mask5 {
    display: none;
  }

  .masknull {
    z-index: 9999;
    display: flex;
    position: absolute;
    top: 0%;
  }

  .header {
    justify-content: center;
    align-items: center;
  }

  .link-block {
    width: 150px;
  }

  .prompts {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .promptbuttons.showhidebutton, .promptbuttons.prompt1, .promptbuttons.prompt2, .promptbuttons.prompt3, .promptbuttons.prompt4, .promptbuttons.prompt5 {
    width: 80px;
    font-size: 10px;
    font-weight: 700;
  }

  .socials {
    filter: drop-shadow(2px 2px 6px #00000050);
    height: 180px;
    margin-top: auto;
    margin-bottom: auto;
    inset: 0% 0% 0% auto;
  }

  .popupinstructions {
    height: auto;
    padding: 24px;
  }

  .closeinstructionsbutton {
    margin: 1rem;
    position: relative;
    transform: none;
  }

  .closeinstructionsbutton:hover {
    position: static;
    inset: auto;
    transform: none;
  }

  .heading {
    font-family: futura-pt-bold, sans-serif;
  }

  .heading-3.remixheading {
    word-break: normal;
    overflow-wrap: break-word;
    white-space: break-spaces;
    flex-flow: wrap;
    margin: 0 0 1rem;
    font-size: 4.8rem;
    display: inline-flex;
  }

  .heading-3.remixheading.center {
    white-space: break-spaces;
  }

  .animatedtext {
    text-align: left;
    width: 100%;
  }

  .stemlinks {
    flex-flow: wrap;
  }

  .animatedtextrightalign {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: block;
  }

  .mobilemask {
    z-index: 9999;
    background-image: url('../images/bg_3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100svh;
    display: flex;
    position: absolute;
  }

  .awolnationhead {
    font-size: 2.5rem;
  }

  .phantomfivesubhead {
    letter-spacing: 12px;
    text-indent: 12px;
    font-size: .8rem;
  }

  .hoverimage {
    aspect-ratio: 1;
    background-image: url('../images/awolnation_cover.jpg');
    width: 90vw;
    height: 90vw;
  }

  .bulletinboard {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .link {
    font-size: .7rem;
    line-height: 100%;
  }

  .text-block-4 {
    font-size: .7rem;
    line-height: 120%;
  }

  .maincopy {
    letter-spacing: 0;
    text-indent: 0;
    font-size: .8rem;
  }

  .gamearcadesection {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .section {
    overflow-x: hidden;
  }

  .canvascode.container {
    width: 96vw;
    height: 96vw;
  }

  .stemssection {
    z-index: 1;
    background-image: linear-gradient(90deg, #00000080, #00000040 50%, #00000080), linear-gradient(#000000a8, #00000040), url('../images/bg_3.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    min-height: 50svh;
  }

  .masks.mask1 {
    background-image: url('../images/bg_3.jpg');
    background-position: 0%;
    background-size: cover;
    display: none;
  }

  .masks.mask2 {
    background-image: url('../images/bg_3.jpg');
    background-position: 20%;
    background-size: cover;
    background-attachment: fixed;
    display: none;
  }

  .masks.mask3 {
    background-image: url('../images/bg_3.jpg');
    background-position: 40%;
    background-size: cover;
    background-attachment: fixed;
    display: none;
  }

  .masks.mask4 {
    background-image: url('../images/bg_3.jpg');
    background-position: 60%;
    background-size: cover;
    display: none;
  }

  .masks.mask5 {
    background-image: url('../images/bg_3.jpg');
    background-position: 80%;
    background-size: cover;
    display: none;
  }

  .masknull {
    z-index: 9999;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .link-block {
    width: 240px;
  }

  .prompts {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .promptbuttons.showhidebutton, .promptbuttons.prompt1, .promptbuttons.prompt2, .promptbuttons.prompt3, .promptbuttons.prompt4, .promptbuttons.prompt5 {
    width: 80px;
  }

  .prompt {
    font-size: 12px;
  }

  .socials {
    z-index: 20;
    filter: drop-shadow(2px 2px 6px #00000050);
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    display: inline-flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .templateoptions {
    mix-blend-mode: normal;
    width: 24px;
    height: 24px;
  }

  .popupinstructions {
    border-width: 10px;
    border-radius: 24px;
    width: 88vw;
    height: auto;
    padding: 24px;
  }

  .closeinstructionsbutton {
    margin-top: 1rem;
    font-size: 12px;
    line-height: 100%;
    position: relative;
    right: auto;
    transform: none;
  }

  .closeinstructionsbutton:hover {
    transform: none;
  }

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

  .heading {
    color: #000;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
    width: auto;
    margin: 0;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 2rem;
    line-height: 100%;
    display: inline-flex;
  }

  .heading-2 {
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .text-block-2 {
    color: #000;
    margin-top: 12px;
    font-family: futura-pt, sans-serif;
    font-size: .8rem;
    font-weight: 700;
    line-height: 120%;
  }

  .heading-3.remixheading {
    mix-blend-mode: normal;
    font-size: 2.5rem;
  }

  .animatedtext {
    color: #fff;
    text-shadow: 7px 4px 16px #000;
    mix-blend-mode: normal;
    max-width: 100%;
    font-size: 1rem;
  }

  .stemlinks {
    flex-flow: column;
  }

  .stemlink {
    font-size: .8rem;
  }

  .stemcontainer {
    padding: 24px;
  }

  .activitysection {
    text-align: left;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .animatedtextrightalign {
    color: #fff;
    text-shadow: 0 0 8px #000;
    mix-blend-mode: exclusion;
    max-width: 100%;
    font-size: 1rem;
  }

  .embedsection {
    min-height: 50svh;
    margin-top: 10vh;
    margin-bottom: 5vh;
  }

  .youtube {
    margin-top: 15vh;
  }

  .mobilemask {
    z-index: 9999;
    background-image: url('../images/bg_3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100svh;
    padding: 0;
    display: flex;
    position: relative;
  }

  .awolnationhead {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 2.1rem;
  }

  .phantomfivesubhead {
    letter-spacing: 8px;
    text-indent: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: .7rem;
  }

  .hoverimage {
    background-image: url('../images/awolnation_cover.jpg');
    background-attachment: scroll;
    width: 90vw;
    height: 90vw;
  }

  .bulletinboard {
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .maincopy {
    letter-spacing: 0;
    text-indent: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: .7rem;
  }

  .gamearcadesection, .listensection {
    min-height: 50svh;
    margin-top: 0;
  }
}


