body {
  background-color: #0a0a0a;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.nav__transition-block-2 {
  display: none;
  background-color: #df0edb;
}

.nav-hamburger-btn {
  position: relative;
  z-index: 201;
  display: none;
  width: 60px;
  height: 60px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.nav__menu-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-3 {
  width: 27px;
  height: 2px;
  background-color: #20193a;
}

.line-2 {
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #20193a;
}

.nav {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(0%, rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 0%, transparent);
}

.nav__link-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 140px;
  margin-right: 2.5vw;
  margin-left: 2.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.nav__transition-block {
  display: none;
  background-color: #df0edb;
}

.nav__menu-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-1 {
  width: 27px;
  height: 2px;
  background-color: #000;
}

.nav__text {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Road rage', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav__text.w--current {
  color: #0075e0;
}

._100vh-space {
  height: 100vh;
}

.heading-large {
  position: relative;
  margin-top: 0px;
  margin-bottom: 2rem;
  -webkit-transition: all 500ms cubic-bezier(.25, .46, .45, .94);
  transition: all 500ms cubic-bezier(.25, .46, .45, .94);
  font-family: 'Road rage', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 5px 5px 6px #000, -4px -4px 0 #df0edb, 0 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 1px #000;
}

.heading-large:hover {
  background-position: -563px 0px;
}

.center-container {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vh;
  padding-top:5vw;
  padding-bottom:5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-arrow {
  position: absolute;
  left: 45vw;
  top: 91%;
  bottom: auto;
  z-index: 9990;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.background-static {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #0a0a0a;
}

.background-static.fixed {
  position: fixed;
}

.background-moving {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 686px;
  perspective: 686px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.background-moving.fixed {
  position: fixed;
}

.heading-small {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1vw;
  font-family: 'Road rage', sans-serif;
  color: #76ddf2;
  font-size: 2vw;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  text-shadow: 0 0 0.6vw #830080;
}

.text-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #040404;
  text-align: center;
}

.hero.fixed {
  position: -webkit-sticky;
  position: sticky;
  background-color: rgba(0, 0, 0, 0.5);
}

.noise {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/5d683b6434ccc335fd58fbcd_5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0px 0px;
  background-size: 480px;
  opacity: 0.07;
}

.background-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  -webkit-transform: perspective(8000px) rotateX(78deg) rotateY(0deg) rotateZ(0deg) perspective(1000px);
  transform: perspective(8000px) rotateX(78deg) rotateY(0deg) rotateZ(0deg) perspective(1000px);
  -webkit-transform-origin: 50% 46%;
  -ms-transform-origin: 50% 46%;
  transform-origin: 50% 46%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.background-img.w--current {
  opacity: 1;
}

.background-img.background-img-top-jpg {
  position: absolute;
  z-index: 1;
  height: 50vh;
  background-image: url('../images/Background-–-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 24px 0 #08c1c2;
  -webkit-transform: perspective(8000px) perspective(1000px);
  transform: perspective(8000px) perspective(1000px);
}

.background-img.bg--inner-2 {
  top: -180vh;
  height: 300vh;
  padding-top: 0px;
  background-image: url('../images/grid-–-pink-–-1.png');
  background-position: 50% 100%;
  background-size: 21vh;
  -webkit-transform: perspective(8000px) perspective(1000px);
  transform: perspective(8000px) perspective(1000px);
}

.body {
  background-color: #0c0c0c;
}

.date {
  display: block;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.album-art {
  width: 100%;
  box-shadow: 0 0 60px 0 hsla(0, 0%, 100%, 0.1);
}

.artist {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #bebebe;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
}

.track {
  display: block;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.track:hover {
  opacity: 0.5;
}

.top-track {
  padding-bottom: 15px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.album-section {
  position: relative;
  z-index: 99;
  padding-top: 64px;
}

.released {
  padding-bottom: 15px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.album-title {
  margin-bottom: 16px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: 'Road rage', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: none;
}

.spacer {
  height: 6vw;
}

.number {
  margin-left: -3px;
  padding-top: 5px;
  padding-bottom: 5vw;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 7em;
  line-height: 1em;
  font-weight: 700;
}

.section {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 10% 16px;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.grid-cell.grid-cell--50-50-100-100 {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.grid-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -64px;
  margin-bottom: 64px;
  margin-left: -64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.perspective {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.25px solid hsla(0, 0%, 100%, 0.5);
}

.section-2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 40px;
}

.section-2.section--footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer__bottom-text {
  display: inline-block;
  max-width: 1200px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
  text-decoration: none;
}

.footer__bottom-text:hover {
  color: #fff;
}

.footer__bottom-text.footer__bottom-text--link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.footer__bottom-text.footer__bottom-text--spacing {
  margin-right: 8px;
  margin-left: 8px;
}

.footer-legal-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button._80s {
  min-width: 100%;
  margin-bottom: 31px;
  padding: 30px 40px;
  border-style: solid;
  border-width: 3px;
  border-color: #52ebf0;
  background-color: rgba(0, 0, 0, 0.64);
  font-family: Arcadeclassic, sans-serif;
  color: #4ed4e9;
  font-size: 3rem;
  text-transform: capitalize;
}

.button._80s:hover {
  border-color: #df0edb;
  background-color: rgba(206, 252, 70, 0.64);
  color: #df0edb;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 84%;
  background-color: #df0edb;
}

.m {
  font-family: 'Road rage', sans-serif;
  color: #e1ff00;
  font-size: 10rem;
}

.profile-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 75px;
  margin: 37px;
  border-style: solid;
  border-width: 5px;
  border-color: #e1ff00;
  border-radius: 8px;
  background-color: #fff;
}

.heading {
  font-size: 3rem;
  text-align: center;
}

.heading-2 {
  padding-left: 20px;
  font-family: 'Thunder lord', sans-serif;
  font-size: 3rem;
  text-align: center;
}

.heading-3 {
  font-size: 2.5rem;
}

.round-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #df0edb;
  border-radius: 100%;
  background-color: #75f9fe;
}

.textblk {
  padding: 20px 10px;
  background-color: #000;
  font-family: 'Thunder lord', sans-serif;
  font-size: 4rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 0px 0px 40px;
  background-color: #313131;
  font-size: 2rem;
  line-height: 3rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.textblk2 {
  font-size: 3rem;
  font-weight: 400;
}

.textblk4 {
  font-size: 3rem;
}

.coverall {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
}

.linkblock {
  text-decoration: none;
}

.linkblk3 {
  text-decoration: none;
}

.linkblk4 {
  text-decoration: none;
}

.line {
  min-height: 100%;
  min-width: 10px;
  background-color: #75f9fe;
  -o-object-fit: fill;
  object-fit: fill;
}

.subtitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arcadeclassic, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lake {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 2rem;
  margin-right: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.sub-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  min-width: 70%;
  margin-right: 50px;
  margin-bottom: 1rem;
  margin-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 4px;
  border-color: #75f9fe;
  background-color: rgba(0, 0, 0, 0.55);
  font-family: Arcadeclassic, sans-serif;
  color: #75f9fe;
  text-decoration: none;
}

.button-menu:hover {
  background-color: rgba(219, 236, 92, 0.68);
}

.button-text {
  font-weight: 400;
  letter-spacing: 2px;
}

.button-text-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-text-group:hover {
  color: #df0edb;
}

.div-block-2 {
  margin-top: 20px;
  padding: 0px 20px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: rgba(0, 0, 0, 0.77);
}

@media screen and (max-width: 991px) {
  .nav__transition-block-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9998;
    display: block;
    width: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .nav-hamburger-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 16px;
  }

  .nav__menu-inner-container {
    position: relative;
    display: block;
    overflow: auto;
    max-height: 100%;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .line-3 {
    background-color: #fff;
  }

  .line-2 {
    background-color: #fff;
  }

  .nav {
    position: fixed;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0px 0px 0px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60px;
    margin-right: 0vw;
    margin-bottom: 4.5vh;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 600;
  }

  .nav__transition-block {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9998;
    display: block;
    width: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .nav__menu-container {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    max-height: 100vh;
    padding-top: 82px;
    padding-bottom: 52px;
    background-color: #181818;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .line-1 {
    background-color: #fff;
  }

  .nav__text {
    padding-top: 12px;
    padding-bottom: 12px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 2vh;
    line-height: 1.2em;
    text-shadow: none;
  }

  .nav__text:hover {
    color: #fff;
  }

  .center-container {
    background-image: none;
  }

  .heading-small {
    font-size: 4vw;
  }

  .text-block {
    margin-right: 40px;
    margin-left: 40px;
    background-image: none;
  }

  .background-img.bg--inner-2 {
    background-size: 26%;
  }

  .date {
    line-height: 22px;
  }

  .artist {
    padding-bottom: 40px;
  }

  .spacer {
    height: 8vw;
  }

  .number {
    font-size: 6em;
  }

  .section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .grid-cell {
    padding-top: 32px;
    padding-left: 32px;
  }

  .grid-h {
    margin-top: -32px;
    margin-bottom: 32px;
    margin-left: -32px;
  }

  .section-2 {
    padding: 64px 32px;
  }

  .profile-field {
    width: 90vw;
  }

  .round-button {
    overflow: visible;
    width: 100px;
    height: 100px;
    border-width: 3px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .textblk {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3rem;
  }

  .contact {
    font-size: 2.2rem;
  }

  .textblk2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3rem;
  }

  .textblk4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3rem;
  }

  .button-menu {
    min-width: 80%;
    margin-right: 60px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu-inner-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav {
    padding-left: 16px;
  }

  .nav__link-container {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .nav__menu-container {
    padding-top: 48px;
  }

  .nav__text {
    font-size: 3vh;
  }

  .heading-large {
    margin-bottom: 8px;
    font-family: 'Road rage', sans-serif;
    color: #fff;
    text-shadow: 7px 7px 12px #000, 3px 3px 4px #000, 0 -4px 0 #df0edb;
  }

  .center-container {
    max-width: 100%;
  }

  .down-arrow {
    height: 30px;
    padding-left: 3px;
  }

  .heading-small {
    font-size: 5vw;
    letter-spacing: 0.3em;
  }

  .background-img.bg--inner-2 {
    background-size: 34%;
  }

  .track {
    line-height: 22px;
  }

  .spacer {
    height: 10vw;
  }

  .section {
    padding: 40px 16px;
  }

  .grid-cell {
    padding-top: 24px;
    padding-left: 24px;
  }

  .grid-cell.grid-cell--50-50-100-100 {
    width: 100%;
  }

  .grid-h {
    margin-top: -24px;
    margin-bottom: 24px;
    margin-left: -24px;
  }

  .section-2 {
    padding: 40px 16px;
  }

  .button._80s {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
  }

  .button._80s:hover {
    border-color: #ff6ed4;
    background-color: #e1ff00;
    color: #ff0f13;
  }

  .textblk {
    font-size: 2rem;
  }

  .contact {
    font-size: 1.5rem;
  }

  .textblk2 {
    font-size: 2rem;
  }

  .textblk4 {
    font-size: 2rem;
  }

  .subtitle {
    color: #fff;
    font-size: 1.5rem;
  }

  .lake {
    width: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav__link-container {
    margin-top: 24px;
  }

  .nav__menu-container {
    padding-top: 56px;
  }

  .nav__text {
    font-size: 3vh;
  }

  .heading-large {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .center-container {
    max-width: 150vh;
    background-image: none;
  }

  .down-arrow {
    left: 40vw;
    bottom: 54px;
    width: 20vw;
    margin-bottom: 24px;
  }

  .text-block {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-block {
    height: 30px;
  }

  .noise {
    display: none;
  }

  .background-img.bg--inner-2 {
    background-size: 54vw;
  }

  .date {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .artist {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }

  .top-track {
    padding-bottom: 10px;
  }

  .released {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .album-title {
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
  }

  .number {
    padding-bottom: 5vw;
    font-size: 5em;
  }

  .section.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-2.section--footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button._80s {
    padding: 4vw;
    border-style: solid;
    border-width: 4px;
    border-color: #75f9fe;
    box-shadow: 1px 1px 13px 0 #75f9fe;
    color: #ecfcff;
    font-size: 2rem;
  }

  .profile-field {
    width: 100%;
    height: 50px;
    margin: 10px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 3px;
    border-color: #df0edb;
  }

  .round-button {
    width: 30px;
    height: 30px;
    border-style: none;
    background-color: transparent;
  }

  .textblk {
    padding: 0px;
    font-size: 1.5rem;
  }

  .contact {
    padding-top: 0px;
    padding-left: 10px;
    font-size: 1rem;
  }

  .textblk2 {
    font-size: 1.5rem;
  }

  .textblk4 {
    font-size: 1.5rem;
  }

  .linkblock {
    width: 100%;
  }

  .linkblk3 {
    width: 100%;
  }

  .linkblk4 {
    width: 100%;
  }

  .subtitle {
    color: #fff;
    font-size: 1rem;

  }

  .lake {
    width: 30px;
  }

  .button-menu {
    padding-left: 10px;
  }

  .button-text {
    margin-top: 10px;
    font-size: 20px;
  }

  .div-block-2 {
    margin-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Arcadeclassic';
  src: url('../fonts/ARCADECLASSIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pricedown bl';
  src: url('../fonts/pricedown-bl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder lord';
  src: url('../fonts/Thunder-Lord.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strasua';
  src: url('../fonts/strasua.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Road rage';
  src: url('../fonts/Road_Rage.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}