:root {
  --black: black;
  --light: #dddcdc;
  --white: white;
  --dark: black;
  --medium: #838383;
  --dark-transparent: #00000080;
}

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

body {
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--light);
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: var(--black);
  height: 100%;
  text-decoration: underline;
}

.navbar {
  background-color: #0000;
  flex: 0 auto;
}

.homepage-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.title-text {
  float: right;
  color: #fff;
  letter-spacing: 3px;
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  transition: opacity .5s;
  display: inline-block;
  position: static;
}

.title-text:hover {
  opacity: .7;
}

.site-navigation {
  color: #000;
  background-color: #000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.logo-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-block {
  float: left;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/Logofortopbar-New.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  align-self: center;
  width: 50px;
  height: 45px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: auto;
}

.logo-block:hover {
  background-image: url('../images/logofortopbar-New.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  overflow: auto;
}

.body {
  display: block;
}

.navbar-2 {
  z-index: 100;
  opacity: .9;
  position: sticky;
  top: 0;
}

.founder-grid {
  grid-column-gap: 0px;
  grid-template: "." 1fr
                 "."
                 / 1fr .75fr 1fr;
  align-content: end;
  justify-items: center;
  margin-top: 90px;
  margin-bottom: 233px;
  padding-left: 220px;
  padding-right: 220px;
  overflow: hidden;
}

.block-quote {
  z-index: 50;
  text-align: justify;
  background-color: #fff;
  border-left-width: 0;
  padding-left: 65px;
  padding-right: 0;
  line-height: 25px;
  position: relative;
}

.text-span-3 {
  font-size: 25px;
}

.julian {
  width: 100%;
}

.texture-1 {
  z-index: 50;
  width: 500px;
  margin-top: 100px;
  position: absolute;
  top: 341px;
  left: 105px;
}

.youtube-container {
  max-width: 100%;
  height: auto;
  max-height: 8%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.paragraph {
  color: #868686;
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  position: relative;
}

.image-4 {
  margin: 0 auto 12px;
  position: relative;
}

.about-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  position: relative;
  top: auto;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 50px;
  margin: 0 auto;
  display: block;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-span-5 {
  font-size: 25px;
}

.homepage-grid {
  grid-column-gap: 0px;
  grid-template: "Area-2"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 40px;
  margin-bottom: 50px;
}

.a-new-livestream-event {
  color: #303030;
  font-size: 24px;
}

.watch-button {
  text-align: center;
  background-color: #e12f7e;
  border: 1px #000;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 270px;
}

.arrow-down {
  width: 150px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: auto 0% -4%;
}

.hosted-by-block {
  align-self: center;
}

.hosted-by {
  margin-top: 42px;
  margin-bottom: 0;
  font-size: 24px;
  display: block;
}

.edm-identity-gif {
  cursor: pointer;
  transition: opacity .2s;
}

.edm-identity-gif:hover {
  opacity: .7;
  filter: blur(2px);
}

.graydient-gif {
  cursor: pointer;
  transition: opacity .2s;
}

.graydient-gif:hover {
  opacity: .7;
  filter: blur(2px);
}

.section {
  clear: left;
  width: 100%;
  height: auto;
  min-height: 1500px;
  position: absolute;
  inset: 0% 0 0 0%;
  overflow: hidden;
}

.link-block {
  align-self: center;
  position: static;
}

.link-block.logo-block.w--current {
  clear: none;
  position: static;
}

.about-artist-link {
  color: #fff;
  text-decoration: none;
}

.bold-text {
  color: #f39865;
  transition: opacity .15s;
}

.bold-text:hover {
  opacity: .65;
}

.col-v1-hub-cd-out-now {
  background-image: url('../images/CD-Ad-4-p-800.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
  padding-right: 0;
}

.animated-slider {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
}

.col-v1-hub-limited-edition-cd {
  background-image: url('../images/CD-Ad-1-p-800.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-v1-hub-backcover {
  background-image: url('../images/VOL-1-BACK-01-p-800.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
  padding-right: 0;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  opacity: 0;
}

.arrow {
  z-index: 100;
  position: relative;
}

.col-v1-hub-cover {
  background-image: url('../images/VOL-1-FRONT-01-p-800.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.blog-columns {
  margin: 39px 200px 60px;
}

.image-7 {
  clear: none;
  opacity: .85;
  width: auto;
  height: 30px;
  margin-top: -19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.paragraph-3 {
  color: #525252;
  text-align: center;
  margin-bottom: 21px;
  font-size: 20px;
}

.bold-text-2 {
  color: #848484;
  font-size: 15px;
  font-weight: 400;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-3 {
  position: relative;
  top: 10px;
}

.stream-on-your-favorite-platforms {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  text-decoration: none;
  position: relative;
}

.stream-digital {
  z-index: 40;
  min-width: 100%;
  margin-top: -45px;
  position: relative;
}

.bold-text-4 {
  font-size: 24px;
  text-decoration: none;
}

.read-more-magnetic-text {
  z-index: 60;
  color: #f39865;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.read-more-magnetic-text:hover {
  opacity: .65;
}

.read-more {
  cursor: pointer;
  text-decoration: none;
}

.stream-colors-vol-1 {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #e8327f;
  border: 1px #000;
  border-radius: 20px;
  width: 100px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

.available-digital {
  margin-top: 18px;
}

.cd-available {
  position: relative;
}

.buy-physical {
  z-index: 30;
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.purchase-link {
  z-index: 60;
  color: #ff9460;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.purchase-link:hover {
  opacity: .65;
}

.this-song-slaps, .magnetic-magazine-link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.your-edm-link {
  display: block;
}

.link-block-2 {
  z-index: 30;
  text-decoration: none;
  display: block;
  position: relative;
}

.colors-vol-1-clothing {
  z-index: 40;
  min-width: 100%;
  margin-top: 0;
  position: relative;
}

.purchase-link-sold-out {
  z-index: 60;
  color: #e12f7e;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.purchase-link-sold-out:hover {
  opacity: .65;
}

.read-more-sold-out {
  cursor: not-allowed;
  text-decoration: none;
}

.div-block-2 {
  background-image: url('../images/Narrow-Banner-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  max-height: 50px;
  margin-top: 80px;
}

.columns-3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.artist-hub-image {
  aspect-ratio: 1;
  cursor: pointer;
  object-fit: cover;
  min-width: 100%;
  transition: filter .25s;
  display: block;
  position: static;
  overflow: hidden;
}

.artist-hub-image:hover {
  filter: brightness(78%) blur(2px);
}

.title-heading-container {
  font-size: 30px;
}

.title-heading {
  color: #000;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  display: block;
  position: relative;
  top: 20px;
}

.title-heading.white {
  color: var(--white);
}

.title-subheading {
  color: #6b6b6b;
  position: relative;
  left: 0;
  right: 0;
}

.title-box {
  color: #3d3d3d;
  text-align: center;
  margin: 40px auto 20px;
  font-size: 18px;
  display: block;
  position: relative;
}

.col-v2-hub-cover {
  background-image: url('../images/VOL-2_Colors-Vol.-2-Front-p-500_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.col-v2-hub-back-cover {
  background-image: url('../images/VOL-2_Colors-Vol.-2-Back_Colors-Vol.-2-Back-p-800.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.colors-vol-2-bottom-bar {
  background-image: url('../images/VOL-2_Colors-Vol.-2-Front.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  max-height: 50px;
  margin-top: 80px;
}

.collage {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 0;
  padding-left: 220px;
  padding-right: 220px;
}

.text-span-11 {
  color: #f4a679;
}

.bold-text-5 {
  color: #000;
}

.bold-text-3-copy {
  color: #ea3180;
  position: relative;
  top: 0;
}

.read-more-text-col-vol-1 {
  z-index: 60;
  color: #ea3180;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.read-more-text-col-vol-1:hover {
  opacity: .65;
}

.purchase-link-copy.col-vol-1 {
  color: #fc199b;
}

.purchase-link-copy.discography-color {
  color: #f39865;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.buy-physical-button-col-vol-1 {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #ea3180;
  border: 1px #000;
  border-radius: 20px;
  width: 100px;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

.purchase-link-col-vol-1 {
  z-index: 60;
  color: #e93380;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.purchase-link-col-vol-1:hover {
  opacity: .65;
}

.stream-colors-vol-2 {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #fe9662;
  border: 1px #000;
  border-radius: 20px;
  width: 100px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

.paragraph-colors-vol-1 {
  color: #525252;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.5;
}

.image-9 {
  float: right;
  filter: brightness(200%);
  height: 70px;
  margin-top: 15px;
  margin-bottom: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  top: auto;
}

.text-block {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.beatport-columns {
  background-image: linear-gradient(#000, #000);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  float: right;
  clear: right;
  color: #fff;
  text-align: right;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
  padding: 40px 50px;
  display: flex;
}

.link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.link:hover {
  opacity: 1;
}

.link:active {
  opacity: .8;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.col-v2-hub-cd {
  background-image: url('../images/Colors-Vol-2-Ads_Square-AD-p-800.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.colors-vol-2-youtube {
  max-width: 100%;
  height: auto;
  max-height: 8%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.image-edmid {
  clear: none;
  opacity: .85;
  width: auto;
  height: 30px;
  margin-top: -19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.our-artists-link {
  z-index: 60;
  color: #f39865;
  text-align: center;
  margin: 0 auto 58px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.our-artists-link:hover {
  opacity: .65;
}

.homepage-subhead-2 {
  clear: left;
  color: #00000080;
  text-align: left;
  margin: 0 auto 15px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  left: -370px;
}

.gallery-live-slider-flyer {
  background-image: url('../images/Logo-Line-Art.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.gallery-live-slider-flyer.logo {
  background-image: url('../images/Gallery-Live-Website-Slide--p-800.jpeg');
  background-size: cover;
}

.gallery-live-hub-slide-2 {
  background-image: url('../images/Gallery-Live_Slide-for-website-p-800.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-10 {
  z-index: 1000;
  background-color: #0000;
  width: 550px;
  position: absolute;
  top: 1009px;
  left: 910px;
}

.heading-2 {
  clear: left;
  color: #000;
  text-align: left;
  letter-spacing: .01px;
  align-self: flex-start;
  margin: 78px auto 8px 215px;
  font-family: DM Sans, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  position: static;
  left: -327px;
}

.subhead-2 {
  clear: left;
  color: #00000080;
  text-align: left;
  margin: 0 auto 15px 218px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  left: -370px;
}

.container {
  display: block;
}

.buy-physical-copy {
  z-index: 30;
  min-width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
  position: relative;
}

.buy-physical-button-copy {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #f0bf0f;
  border: 1px #000;
  border-radius: 20px;
  width: 125px;
  height: 40px;
  margin: 0 auto 83px;
  display: block;
  position: relative;
  top: auto;
}

.edm-identity-class {
  display: block;
}

.buy-physical-button-copy {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #ff9864;
  border: 1px #000;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

.image-grayident {
  clear: none;
  opacity: .85;
  width: auto;
  height: 30px;
  margin-top: -19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.graydient-link-class {
  display: block;
}

.dancing-astronaut {
  clear: none;
  opacity: .85;
  filter: grayscale();
  width: auto;
  height: 35px;
  margin-top: -19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-electric-hawk {
  clear: none;
  opacity: .85;
  filter: grayscale();
  width: auto;
  height: 50px;
  margin-top: -19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-3 {
  margin-left: 250px;
  margin-right: 250px;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  color: #585858;
}

.nav-link-2 {
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.nav-link-2:hover {
  opacity: .8;
}

.nav-link-2.w--current {
  color: #585858;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 3px;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.nav-link-3:hover {
  opacity: .8;
  font-weight: 700;
}

.nav-link-3.w--current {
  color: #585858;
}

.nav-menu {
  clear: none;
}

.youtube-2 {
  font-weight: 700;
}

.navbar-3 {
  opacity: .9;
  background-color: #000;
  position: sticky;
  top: 0;
}

.space-yacht-slider-flyer {
  background-image: url('../images/Logo-Line-Art.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.space-yacht-slider-flyer.logo {
  background-image: url('../images/Graydient-X-Space-Yacht.jpg');
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.graydient-spaceyacht {
  cursor: pointer;
  transition: opacity .2s;
}

.graydient-spaceyacht:hover {
  opacity: .7;
  filter: blur(2px);
}

.stream-link-spaceyacht {
  z-index: 60;
  color: #681397;
  text-decoration: none;
  transition: opacity .15s;
  position: relative;
}

.stream-link-spaceyacht:hover {
  opacity: .65;
}

.watch-button-spaceyacht {
  text-align: center;
  background-color: #813ba9;
  border: 1px #000;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 270px;
}

.image-11 {
  text-align: center;
  align-self: center;
  width: 500px;
  margin-bottom: -49px;
}

.space-yacht-x-graydient-sy-logo-gif {
  cursor: pointer;
  transition: opacity .2s;
}

.space-yacht-x-graydient-sy-logo-gif:hover {
  opacity: .7;
  filter: blur(2px);
}

.spaceyacht-x-graydient-flyer {
  background-image: url('../images/Ejx5LGzVkAEnAxP.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.graydient-logo-for-slider-space-yacht {
  background-image: url('../images/GIF-2.gif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.spaceyacht-for-slider {
  background-image: url('../images/Gif-Space-yacht.gif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.content_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 90px 10vw;
  display: grid;
  overflow: hidden;
}

.grid_container {
  border-radius: 10px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 14px -2px #0003;
}

.grid_container:hover {
  transform: scale(1.05);
  box-shadow: 1px 5px 20px 2px #0003;
}

.graydient-logo-gallery-live-slide {
  background-image: url('../images/Logo-Line-Art.gif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.col-v2-hub-all-artists {
  background-image: url('../images/Colors-Vol-2-Ads-04-p-800.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sliding_titles {
  z-index: 50;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 1px 6px #00000080;
  cursor: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0;
}

.gallery-edmid-slide-projects {
  background-image: url('../images/EDMID.gif');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/3-min-p-800.jpeg');
  background-position: 50%;
  background-size: cover;
}

.col-v2-hub-texture {
  background-image: url('../images/Archangel_GA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.watch-button-sessions {
  text-align: center;
  background-color: #9146ff;
  border: 1px #000;
  border-radius: 20px;
  width: 250px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 270px;
}

.sessions-grid {
  grid-column-gap: 0px;
  grid-template: "Area-2"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 63px;
  margin-bottom: 50px;
}

.stream-link-sessions {
  z-index: 60;
  color: #9146ff;
  text-decoration: none;
  transition: opacity .15s;
  position: relative;
}

.stream-link-sessions:hover {
  opacity: .65;
}

.paragraph-7 {
  color: #868686;
  text-align: center;
  margin-top: 70px;
}

.twitch {
  text-align: center;
  align-self: center;
  width: 350px;
  margin-top: 12px;
  display: block;
  position: relative;
}

.clickable-twitch {
  text-align: center;
  align-self: center;
  display: inline-block;
  position: relative;
}

.gallery-sessions {
  color: #9146ff;
  text-align: center;
  align-self: center;
  font-size: 35px;
}

.twitch-title-holder {
  align-self: center;
}

.animated-slider-2 {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #0000;
  width: 700px;
  max-width: 100%;
  height: 100%;
  transition: filter .2s;
  overflow: hidden;
}

.gallery-sessions-hub-poster-2 {
  background-image: url('../images/Poster-for-instagram_Zack-Meyers.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
  padding-right: 0;
}

.vol-3-poster-3 {
  background-image: url('../images/VOL-3_Colors-Vol.-2-Back_Colors-Vol.-2-Back.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.gallery-sessions-hub-poster {
  background-image: url('../images/Poster-for-instagram_JANPAUL.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
  padding-right: 0;
}

.bold-text-6 {
  color: #f0bf0f;
}

.buy-physical-button-copy-copy {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #f0bf0f;
  border: 1px #000;
  border-radius: 20px;
  width: 250px;
  height: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: auto;
}

.read-more-magnetic-text-copy {
  z-index: 60;
  color: #f0bf0f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.read-more-magnetic-text-copy:hover {
  opacity: .65;
}

.purchase-link-copy {
  z-index: 60;
  color: #f0bf0f;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.purchase-link-copy:hover {
  opacity: .65;
}

.stream-colors-vol-2-copy {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #f0bf0f;
  border: 1px #000;
  border-radius: 20px;
  width: 100px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

.image-12 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: contain;
  margin-top: 56px;
  display: block;
  position: relative;
}

.vol-3-poster-2 {
  background-image: url('../images/Fixed.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.vol-3-poster-1 {
  background-image: url('../images/VOL-3_Colors-Vol.-2-Front.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
  padding-right: 0;
}

.gallery-sessions-hub-poster-3 {
  background-image: url('../images/Poster-for-instagram_PORTH-NOLE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.buy-physical-button-vol-3 {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #f0bf0e;
  border: 1px #000;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

.purchase-link-vol-3 {
  z-index: 60;
  color: #f0bf0e;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.purchase-link-vol-3:hover {
  opacity: .65;
}

.buy-physical-vol-3 {
  z-index: 30;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
  position: relative;
}

.cd-available-vol-3 {
  margin-bottom: 70px;
  position: relative;
}

.our-artists-link-vol-3 {
  z-index: 60;
  color: #f0bf0f;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.our-artists-link-vol-3:hover {
  opacity: .65;
}

.available-digital-vol-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-3-vol-3 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.collage-vol-3 {
  width: 80%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.stream-on-your-favorite-platforms-vol-3 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 35px;
  text-decoration: none;
  position: relative;
}

.collage-vol-3-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.col-v1-shirt {
  background-image: url('../images/Credit-bradylavigne-8-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
  padding-right: 0;
}

.stream-button-homepage {
  z-index: 60;
  color: var(--black);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  width: 250px;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  display: block;
  position: relative;
  top: auto;
}

.stream-button-homepage:hover {
  background-color: var(--light);
}

.subhead-home {
  z-index: 60;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2px;
  text-decoration: none;
  transition: opacity .15s;
  display: block;
  position: relative;
}

.subhead-home:hover {
  opacity: .65;
}

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

.text-span-8-copy {
  color: #5f5f5f;
  letter-spacing: 5px;
  letter-spacing: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.stream-link-copy {
  z-index: 60;
  color: #e12f7e;
  text-decoration: none;
  transition: opacity .15s;
  position: relative;
}

.stream-link-copy:hover {
  opacity: .65;
}

.stream-discography {
  z-index: 60;
  text-align: center;
  cursor: pointer;
  background-color: #f39865;
  border: 1px #000;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.vol-3-poster-4 {
  background-image: url('../images/Colors-vol.-3-collage.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.text-span-8-copy {
  color: #f39865;
  letter-spacing: 2px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.section-4 {
  margin-bottom: 100px;
}

.code-embed {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 35px;
  display: flex;
}

.mask-5 {
  box-sizing: content-box;
}

.hover_text_slide {
  transition: filter .3s;
}

.hover_text_slide:hover {
  filter: brightness(90%) grayscale(65%) blur(3px);
}

.text-span-8-copy-copy {
  color: #f0bf0f;
  letter-spacing: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

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

.image-13 {
  filter: contrast(0%);
  width: 100px;
}

.paragraph-8 {
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .homepage-container {
    height: auto;
    margin-top: 0;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .title-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    min-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .logo-block {
    clear: none;
    background-repeat: no-repeat;
    height: 45px;
    padding: 0;
    position: relative;
  }

  .logo-block:hover {
    clear: left;
    background-repeat: no-repeat;
  }

  .body {
    max-width: 100%;
    overflow: visible;
  }

  .navbar-2 {
    flex-direction: row;
    display: block;
  }

  .founder-grid {
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-columns: 1fr 1.25fr 1fr;
    grid-template-areas: ".";
    margin-top: 28px;
    margin-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .block-quote {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .julian {
    padding: 0 196px 40px 0;
  }

  .texture-1 {
    z-index: 50;
    width: 500px;
    max-width: 700px;
    margin-top: 0;
    position: absolute;
    top: 359px;
    left: -84px;
  }

  .youtube-container {
    top: 0;
  }

  .paragraph {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    margin-top: 64px;
  }

  .about-container {
    height: auto;
    margin-top: 0;
    position: static;
    top: -60px;
  }

  .image-5 {
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: relative;
    inset: 0%;
  }

  .homepage-grid {
    grid-template-columns: 1fr 2.75fr 1fr;
    grid-auto-flow: column;
    margin-bottom: 90px;
  }

  .watch-button {
    margin-left: auto;
    margin-right: auto;
  }

  .hosted-by {
    margin-top: 0;
  }

  .edm-identity-gif:hover, .graydient-gif:hover {
    opacity: 1;
    filter: blur();
  }

  .section {
    z-index: 70;
    max-width: 100%;
    height: auto;
    min-height: 1000px;
    position: absolute;
  }

  .animated-slider {
    background-image: none;
  }

  .blog-columns {
    margin: 0 20px;
  }

  .heading-5 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }

  .stream-on-your-favorite-platforms, .stream-digital {
    margin-top: 0;
  }

  .read-more-magnetic-text {
    padding-bottom: 60px;
  }

  .stream-colors-vol-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .available-digital {
    margin-top: 40px;
  }

  .cd-available {
    margin-top: 55px;
  }

  .buy-physical {
    margin-top: -40px;
    margin-bottom: 0;
  }

  .colors-vol-1-clothing {
    margin-top: 0;
  }

  .section-2 {
    margin-top: 42px;
  }

  .div-block-2 {
    background-image: url('../images/Narrow-Banner-01.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    margin-top: 72px;
    position: relative;
  }

  .artist-hub-image {
    cursor: pointer;
    transition: filter .25s;
  }

  .artist-hub-image:hover {
    filter: blur();
  }

  .title-box {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .colors-vol-2-bottom-bar {
    background-image: url('../images/VOL-2_Colors-Vol.-2-Front.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    margin-top: 72px;
    position: relative;
  }

  .collage {
    padding-left: 40px;
    padding-right: 40px;
  }

  .read-more-text-col-vol-1 {
    padding-bottom: 60px;
  }

  .buy-physical-button-col-vol-1, .stream-colors-vol-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-colors-vol-1 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .beatport-columns {
    padding-bottom: 0;
  }

  .text-block-2 {
    text-align: right;
  }

  .colors-vol-2-youtube {
    top: 0;
  }

  .homepage-subhead-2 {
    margin: 0 auto;
    left: 98px;
  }

  .image-10 {
    top: 470px;
    left: 644px;
    overflow: hidden;
  }

  .heading-2 {
    margin-bottom: 0;
    margin-left: 98px;
    font-size: 40px;
    left: -112px;
  }

  .subhead-2 {
    margin-top: 11px;
    margin-left: 100px;
    left: 98px;
  }

  .buy-physical-copy {
    margin-top: 100px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buy-physical-button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .navbar-3 {
    opacity: .9;
    background-color: #000;
  }

  .container-2 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .graydient-spaceyacht:hover {
    opacity: 1;
    filter: blur();
  }

  .watch-button-spaceyacht {
    margin-left: auto;
    margin-right: auto;
  }

  .space-yacht-x-graydient-sy-logo-gif:hover {
    opacity: 1;
    filter: blur();
  }

  .content_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sliding_titles {
    font-size: 20px;
  }

  .watch-button-sessions {
    margin-left: auto;
    margin-right: auto;
  }

  .sessions-grid {
    grid-template-columns: 1fr 2.75fr 1fr;
    grid-auto-flow: column;
    margin-bottom: 90px;
  }

  .html-embed-2 {
    object-fit: fill;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .animated-slider-2:hover {
    filter: grayscale(0%);
  }

  .buy-physical-button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .read-more-magnetic-text-copy {
    padding-bottom: 60px;
  }

  .stream-colors-vol-2-copy, .buy-physical-button-vol-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .buy-physical-vol-3 {
    margin-top: 100px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cd-available-vol-3 {
    margin-top: 55px;
  }

  .available-digital-vol-3 {
    margin-top: 40px;
  }

  .collage-vol-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .stream-on-your-favorite-platforms-vol-3 {
    margin-top: 0;
  }

  .collage-vol-3-container {
    margin-bottom: 40px;
  }

  .stream-button-homepage {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .subhead-home {
    font-family: Droid Sans, sans-serif;
  }

  .stream-link-copy {
    color: #e12f7e;
  }

  .stream-discography {
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    line-height: 25px;
  }

  .hover_text_slide:hover {
    filter: brightness(88%) grayscale(55%) blur(2px);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .navbar {
    padding: 0;
  }

  .homepage-container {
    text-align: center;
    height: auto;
    margin-top: 53px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-text {
    padding: 20px 0;
    font-size: 15px;
    line-height: 25px;
    position: relative;
  }

  .logo-container {
    flex: 0 auto;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .logo-block {
    float: left;
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    line-height: 15px;
    display: block;
    position: relative;
    left: auto;
  }

  .logo-block:hover {
    flex: 0 auto;
  }

  .navbar-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .founder-grid {
    margin-top: 24px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .block-quote {
    text-align: justify;
    border-left-width: 0;
  }

  .julian {
    padding-top: 10px;
    padding-bottom: 26px;
    padding-right: 159px;
  }

  .founder {
    text-align: left;
  }

  .texture-1 {
    width: 450px;
    top: 279px;
    left: -78px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    max-width: 60%;
    margin-top: 0;
  }

  .about-container {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .image-5 {
    margin-top: 0;
    margin-right: 0;
    inset: auto 0% 0%;
  }

  .homepage-grid {
    grid-template-columns: 1fr 3.75fr 1fr;
    margin-bottom: 90px;
  }

  .watch-button {
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-down {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section {
    z-index: 70;
    height: auto;
    min-height: 1000px;
    position: absolute;
  }

  .bold-text {
    color: #f39865;
  }

  .blog-columns {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .stream-on-your-favorite-platforms {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .read-more-magnetic-text {
    padding-top: 30px;
  }

  .stream-colors-vol-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .available-digital {
    margin-top: 60px;
  }

  .buy-physical {
    margin-top: -60px;
  }

  .purchase-link, .purchase-link-sold-out {
    margin-top: 0;
  }

  .title-box {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .collage {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .read-more-text-col-vol-1 {
    padding-top: 30px;
  }

  .buy-physical-button-col-vol-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .purchase-link-col-vol-1 {
    margin-top: 0;
  }

  .stream-colors-vol-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-colors-vol-1 {
    font-size: 25px;
  }

  .image-9 {
    padding-right: 10px;
  }

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

  .beatport-columns {
    margin-top: 25px;
  }

  .text-block-2 {
    text-align: right;
    padding-right: 10px;
    font-size: 20px;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .our-artists-link {
    margin-top: 0;
    padding-top: 20px;
  }

  .homepage-subhead-2 {
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .image-10 {
    top: 476px;
    left: 515px;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 159px;
    margin-right: auto;
    font-size: 35px;
    display: block;
    position: relative;
  }

  .subhead-2 {
    text-align: left;
    margin-top: 11px;
    margin-left: 48px;
    margin-right: auto;
    padding-left: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  .buy-physical-copy {
    margin-top: 0;
  }

  .buy-physical-button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-link, .nav-link-2 {
    color: #fff;
    text-align: right;
    margin-right: 60px;
    padding-right: 20px;
    font-weight: 500;
  }

  .nav-link-3 {
    float: none;
    clear: none;
    color: #fff;
    text-align: right;
    margin-right: 60px;
    padding-right: 20px;
    font-weight: 500;
  }

  .nav-menu {
    background-color: #292929;
  }

  .container-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .icon-4 {
    filter: invert();
    background-color: #0000;
  }

  .menu-button {
    clear: none;
    background-color: #0000;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    opacity: .6;
    filter: invert();
    background-color: #0000;
    transition: opacity .4s;
  }

  .watch-button-spaceyacht {
    margin-left: auto;
    margin-right: auto;
  }

  .content_grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .watch-button-sessions {
    margin-left: auto;
    margin-right: auto;
  }

  .sessions-grid {
    grid-template-columns: 1fr 3.75fr 1fr;
    margin-bottom: 90px;
  }

  .html-embed-2 {
    width: 100%;
  }

  .buy-physical-button-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .read-more-magnetic-text-copy {
    padding-top: 30px;
  }

  .purchase-link-copy {
    margin-top: 0;
  }

  .stream-colors-vol-2-copy, .buy-physical-button-vol-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .purchase-link-vol-3, .buy-physical-vol-3 {
    margin-top: 0;
  }

  .our-artists-link-vol-3 {
    margin-top: 0;
    padding-top: 20px;
  }

  .available-digital-vol-3 {
    margin-top: 60px;
  }

  .collage-vol-3 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stream-on-your-favorite-platforms-vol-3 {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .stream-button-homepage {
    margin-left: auto;
    margin-right: auto;
  }

  .subhead-home {
    margin-top: 0;
    padding-top: 20px;
  }

  .stream-discography {
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-8-copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4, h5 {
    line-height: 1.4;
  }

  .navbar {
    padding: 0;
  }

  .homepage-container {
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px 0;
    font-size: 12px;
    display: block;
    position: static;
  }

  .logo-container {
    width: 100%;
  }

  .logo-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logo-block:hover {
    background-image: url('../images/logofortopbar-New.gif');
    background-size: contain;
  }

  .body {
    object-fit: contain;
    overflow: visible;
  }

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

  .founder-grid {
    margin-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-quote {
    z-index: 60;
    text-align: justify;
    padding-top: 21px;
    font-size: 14px;
    position: static;
  }

  .text-span-3 {
    text-align: left;
  }

  .julian {
    width: 100%;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 34px;
  }

  .founder {
    font-size: 22px;
  }

  .texture-1 {
    z-index: 70;
    width: 400px;
    margin-left: 0;
    top: 314px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    max-width: 80%;
  }

  .about-container {
    margin-top: 100px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    clear: none;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 50px;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    inset: 0 0% 0%;
  }

  .homepage-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 3.25fr .25fr;
    grid-template-areas: ".";
    margin-bottom: 60px;
  }

  .watch-button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .section {
    z-index: 70;
    max-width: 100%;
    height: 1000px;
    min-height: 1000px;
    max-height: none;
    margin-top: 0;
    position: absolute;
    overflow: hidden;
  }

  .animated-slider {
    background-image: none;
    border: 0 #0000;
    border-radius: 0;
    position: relative;
  }

  .blog-columns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .stream-on-your-favorite-platforms {
    margin-top: 0;
    line-height: .7;
  }

  .bold-text-4 {
    line-height: .5px;
  }

  .stream-colors-vol-1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .available-digital {
    margin-top: 47px;
  }

  .buy-physical {
    margin-top: -54px;
  }

  .title-heading {
    margin-top: 50px;
  }

  .title-heading.white {
    font-size: 35px;
  }

  .title-subheading {
    text-align: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: block;
  }

  .title-box {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .collage {
    height: 100%;
    margin-bottom: 20px;
  }

  .buy-physical-button-col-vol-1, .stream-colors-vol-2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .image-9 {
    width: 140px;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 10px;
    padding: 15px 0 15px 20px;
  }

  .text-block {
    padding-left: 20px;
    font-size: 12px;
  }

  .beatport-columns {
    height: 100%;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .text-block-2 {
    text-align: right;
    padding-left: 20px;
    padding-right: 0;
    font-size: 15px;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .homepage-subhead-2 {
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 16px;
  }

  .image-10 {
    z-index: 70;
    object-fit: fill;
    position: absolute;
    top: 445px;
    left: 282px;
    overflow: hidden;
  }

  .heading-2 {
    text-align: left;
    margin-left: 1px;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 0;
    font-family: DM Sans, sans-serif;
    font-size: 30px;
    left: -2px;
  }

  .subhead-2 {
    text-align: left;
    margin-top: 6px;
    margin-left: 9px;
    margin-right: auto;
    padding-left: 0;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
  }

  .buy-physical-copy {
    margin-top: -54px;
    padding-left: 0;
    padding-right: 0;
  }

  .buy-physical-button-copy {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    margin-right: 20px;
  }

  .youtube-2 {
    height: 500px;
  }

  .container-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-4 {
    opacity: 1;
  }

  .menu-button.w--open {
    opacity: .6;
    transition: opacity .4s;
  }

  .watch-button-spaceyacht {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .content_grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
  }

  .watch-button-sessions {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .sessions-grid {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   "." minmax(auto, 1fr)
                   / 1fr 3.25fr .25fr;
    margin-bottom: 60px;
  }

  .twitch {
    width: 250px;
  }

  .gallery-sessions {
    font-size: 30px;
  }

  .buy-physical-button-copy-copy {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .stream-colors-vol-2-copy, .buy-physical-button-vol-3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .buy-physical-vol-3 {
    margin-top: -54px;
    padding-left: 0;
    padding-right: 0;
  }

  .available-digital-vol-3 {
    margin-top: 47px;
  }

  .collage-vol-3 {
    height: 100%;
    margin-bottom: 20px;
  }

  .stream-on-your-favorite-platforms-vol-3 {
    margin-top: 0;
    line-height: .7;
  }

  .collage-vol-3-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stream-button-homepage {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .stream-discography {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .text-span-8-copy {
    font-size: 20px;
  }

  .section-4 {
    margin-bottom: 60px;
  }

  .text-span-8-copy-copy {
    font-size: 20px;
  }
}

#w-node-_732388dc-be96-0f4e-723d-48a2e3a4255c-e9f640dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_732388dc-be96-0f4e-723d-48a2e3a4255d-e9f640dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_381d0408-4f84-9d32-5400-857c8f74d8e8-1ad6ce70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0fb87c-fcda-71ae-07ba-8734ca057287-1ad6ce70 {
  place-self: center;
}

#w-node-_85c97738-5e93-e839-8b54-1143132b01e1-87bf0926, #w-node-f83d3d30-a433-401e-8ddd-b449b1db8841-87bf0926, #w-node-_808904db-1d7f-fb5e-f885-8b1d7368dcf1-87bf0926, #w-node-_4ff1779a-4782-f63c-289d-c37d389954ed-87bf0926, #w-node-f65c7a88-4c19-8332-8117-a695cc22bf85-87bf0926, #w-node-_26a403b7-0d78-bafd-2a0a-8cb738cf4199-87bf0926, #w-node-_79cfaf64-c021-c568-779c-7241e2edd290-87bf0926, #w-node-e55f4df2-98fe-6d0b-e138-f702e85fa6fc-87bf0926, #w-node-_61431248-a5b4-0223-fc09-814d738aa276-87bf0926, #w-node-ad30103e-17ae-0736-d566-22ad89a93bec-87bf0926, #w-node-_9e104ca5-0c57-9c67-83f2-580eec3f8eae-87bf0926, #w-node-ad3a31ba-0b19-75ec-5d87-cc31b7005712-87bf0926, #w-node-aacb42fe-6c41-039a-d712-0eeab9689ff2-87bf0926, #w-node-_8ef141cb-3053-7050-fea7-a4a485ab3d3e-87bf0926, #w-node-_5ff24322-b9a2-61c6-07be-d8d7654c5aa6-87bf0926, #w-node-_63360188-9fb7-29ce-c547-0cbb3e12b812-87bf0926, #w-node-e7b9b63a-8f08-bc1b-e655-d446df077d18-87bf0926, #w-node-_4e2bf6ec-2f53-8526-f5d0-1fcde3b25050-87bf0926, #w-node-fa303c7e-1f87-ffcc-e0aa-92bf1954e9f6-87bf0926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-662de779 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-662de779 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-bfcc418a {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-bfcc418a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-33a675ca {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-33a675ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88ca1819-ef86-fbed-2811-dbf725cbb2db-33a675ca {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_732388dc-be96-0f4e-723d-48a2e3a4255c-e9f640dc {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_732388dc-be96-0f4e-723d-48a2e3a4255d-e9f640dc, #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-662de779 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-662de779 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-bfcc418a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-bfcc418a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-33a675ca {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-33a675ca {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-662de779, #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-bfcc418a, #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-33a675ca {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-662de779 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-662de779 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-bfcc418a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-bfcc418a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaea-33a675ca {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a1ca037f-16f8-d0ec-5745-13fe72ffaaec-33a675ca {
    grid-area: 1 / 1 / 2 / 4;
  }
}


