@font-face {
  font-family: Director;
  src: url('../fonts/Director-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Director;
  src: url('../fonts/Director-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gill Sans;
  src: url('../fonts/Gill-Sans.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

: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 {
  background-color: #fff;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 88px 1rem;
  display: flex;
}

.nav {
  z-index: 4;
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  color: #000;
  text-align: center;
  font-family: Gill Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: transform .2s ease-in-out;
}

.link:hover {
  transform: translate(0, -5px);
}

.logo {
  width: 96%;
  max-width: 256px;
  margin-bottom: 40px;
}

.comparisonelement {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 960px;
  margin-bottom: 40px;
  display: flex;
}

.image {
  margin-bottom: 0;
}

.missionstatement {
  text-align: center;
  width: 90%;
  max-width: 960px;
  font-family: Director, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.storesection {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding: 88px 1rem;
  display: flex;
}

.products {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 96%;
  display: flex;
}

.product {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.product:hover {
  transform: scale(1.05);
}

.musicsection {
  transform-style: preserve-3d;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 88px 1rem;
  transition: all .2s;
}

.musicsection:hover {
  transform: scale3d(1none, 1none, 1none);
}

.musicreleases {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: repeat(auto-fit, minmax(20vw, 20vw));
  grid-template-columns: minmax(20%, 1fr) minmax(20%, 1fr) minmax(20%, 1fr) minmax(20%, 1fr);
  grid-template-areas: ". . . ."
                       ". . . ."
                       ". . . ."
                       "Cell-13 . . Cell-16";
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  justify-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.release {
  aspect-ratio: 1;
  border: .25px solid #cfcfcf;
  width: 100%;
  height: 100%;
  transition: all .2s;
  box-shadow: 0 0 8px -4px #00000080;
}

.release:hover {
  transform: scale(1.05);
}

.filler {
  opacity: 0;
}

.gridfiller {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.releasedate {
  aspect-ratio: 1;
  border: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 130%;
  text-decoration: none;
}

.emailsection {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 88px 1rem;
  display: flex;
}

.emailembed {
  width: 75%;
  max-width: 960px;
  margin: 0;
}

.ugcsection {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 88px 1rem 0;
  display: flex;
}

.wyngembed {
  width: 100%;
  height: 80vh;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 0;
}

.footer {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.socials {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Director, sans-serif;
  text-decoration: underline;
}

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.image-9 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: static;
}

.image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.section-2 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 88px 1rem;
  display: flex;
}

.section-3 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
}

.shirtfront {
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.productimageholder {
  aspect-ratio: 1;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.shirtback {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: all .2s;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  padding: 12px 15px 8px;
  font-family: Gill Sans, sans-serif;
}

.text-block-2.ctabuttons {
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: relative;
}

.heading-2 {
  text-align: center;
  margin: 0 0 20px;
  font-family: Gill Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.button {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 24px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 12px;
  padding-bottom: 8px;
  font-family: Gill Sans, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  transition: all .2s;
}

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

.polaroid {
  width: 90%;
  max-width: 600px;
  margin: 1.5rem 0;
}

.ctabuttons {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 24px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 12px 24px 8px;
  font-family: Gill Sans, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  transition: all .2s;
}

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

.productimage {
  z-index: 2;
  width: 80%;
  max-width: 512px;
  height: auto;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  font-family: Gill Sans, sans-serif;
  font-weight: 400;
}

.body {
  font-family: Director, sans-serif;
}

.text-block-3 {
  text-align: center;
  width: 50vw;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 24px;
}

.disclaimer {
  text-align: center;
  width: 60vw;
  font-size: 10px;
  line-height: 12px;
}

.video-holder {
  width: 50vw;
}

.productimageholder_shark {
  aspect-ratio: 1;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.sharkpolaroids {
  width: 90%;
  max-width: 960px;
  margin: 1.5rem 0;
}

.code-embed {
  width: 50vw;
}

.rainpolaroids {
  width: 90%;
  max-width: 960px;
  margin: 1.5rem 0;
}

.code-embed-2 {
  width: 100%;
  max-width: 960px;
  height: auto;
}

.code-embed-3 {
  width: 100%;
  height: auto;
}

.toursection {
  background-color: #000;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.code-embed-4 {
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 991px) {
  .missionstatement {
    font-weight: 400;
    line-height: 130%;
  }

  .storesection {
    min-height: auto;
  }

  .product {
    width: 100%;
  }

  .musicreleases {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 88%;
  }

  .release {
    border: .25px solid #cacaca;
    box-shadow: 0 0 8px -4px #00000080;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .emailembed {
    width: 90%;
    max-width: 960px;
  }

  .section-2 {
    min-height: 0;
  }

  .section-3 {
    height: auto;
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .text-block-2 {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 12px 8px 8px;
    font-family: Gill Sans, sans-serif;
    line-height: 100%;
  }

  .text-block-2.ctabuttons {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-2 {
    text-align: center;
  }

  .polaroid {
    width: 90%;
    max-width: none;
  }

  .ctabuttons {
    margin-bottom: 1.5rem;
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-holder {
    width: 70vw;
  }

  .sharkpolaroids {
    width: 90%;
    max-width: none;
  }

  .code-embed {
    width: 70vw;
  }

  .rainpolaroids {
    width: 90%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .missionstatement {
    font-size: .9rem;
  }

  .storesection {
    min-height: auto;
  }

  .product {
    width: 100%;
  }

  .musicreleases {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .release {
    border: .3px solid #b6b6b6;
    box-shadow: 0 0 11px -9px #00000080;
  }

  .text-block {
    font-size: 1rem;
  }

  .emailembed {
    width: 90%;
    margin: 2rem 0 0;
  }

  .ugcsection {
    min-height: auto;
  }

  .section-3 {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .text-block-2.ctabuttons {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-2 {
    text-align: center;
  }

  .polaroid {
    max-width: none;
  }

  .ctabuttons {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sharkpolaroids, .rainpolaroids {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .link {
    font-size: 12px;
  }

  .logo {
    width: 90%;
  }

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

  .storesection {
    min-height: 0;
  }

  .products {
    flex-flow: column;
  }

  .product {
    width: 100%;
  }

  .musicsection {
    padding-left: 12px;
    padding-right: 12px;
  }

  .musicreleases {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template: "."
    / minmax(20vw, 1fr) minmax(20vw, 1fr);
  }

  .filler, .gridfiller {
    display: none;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .emailembed {
    width: 90%;
  }

  .ugcsection {
    min-height: 0;
  }

  .section-2 {
    min-height: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-3 {
    min-height: 0;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .text-block-2.ctabuttons {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-2 {
    text-align: center;
  }

  .polaroid {
    max-width: none;
  }

  .ctabuttons {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-holder {
    width: 90vw;
  }

  .sharkpolaroids {
    max-width: none;
  }

  .code-embed {
    width: 90vw;
  }

  .rainpolaroids {
    max-width: none;
  }
}

#w-node-_87f8f63e-c0de-8a89-336b-1333882faea3-48b002f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Director';
  src: url('../fonts/Director-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Director';
  src: url('../fonts/Director-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}