

.credit-item {
  max-width: 100%;
  display: contents;
}

.page-body {
  background-color: var(--theme-color);
  transition: all .375s cubic-bezier(.47, 0, .745, .715);
}

.page-body.filtered-1 {
  margin-top: -1em;
}

.hero-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-bg-svg {
  opacity: 1;
  position: relative;
}

.lophiile-logo {
  position: absolute;
  inset: auto 0% 3%;
}

.main-container {
  flex-direction: column;
  align-items: center;
  margin-top: 4%;
  display: flex;
}

.bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-embed-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: .03%;
  padding-right: .11%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.discography-section {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1%;
  margin-bottom: 10%;
  display: flex;
}

.section-title {
  color: var(--black);
  letter-spacing: -.7px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
  display: inline-block;
}

.song-title {
  letter-spacing: -.8px;
  padding-right: .3em;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
  display: inline-block;
}

.song-title:hover {
  text-decoration: none;
}

.song-description {
  padding-right: .3em;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5em;
  display: inline-block;
}

.div-block-2, .song-item {
  padding-right: .5em;
  display: inline-block;
}

.songs-list {
  text-align: center;
}

.songs-list-wrapper {
  width: 90%;
}

.song-play-button {
  border: 2px solid var(--black);
  border-radius: 20px;
  width: 3em;
  height: 1.5em;
  display: inline-block;
}

.song-link {
  color: var(--black);
  transition: all 80ms cubic-bezier(.47, 0, .745, .715);
}

.song-link:hover {
  color: var(--light-grey);
}

.svg-clip-path {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 0;
  height: 0;
  position: absolute;
}

.image {
  opacity: 0;
  display: block;
}

.song-hover-script {
  display: none;
}

.video-clipped {
  width: 100%;
  height: 100%;
  display: block;
}

.video {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.hidden-image {
  opacity: 0;
}

.video-iframe {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 130%;
  transition: opacity .375s cubic-bezier(.47, 0, .745, .715);
  display: block;
  position: absolute;
  inset: -20% 0% 0% -15%;
  overflow: hidden;
}

.video-iframe.home {
  display: none;
}

.video-iframe.bg {
  width: 120%;
  max-width: none;
}


.site-header {
  z-index: 9999;
  background-color: var(--theme-color);
  height: 3.8em;
  margin-bottom: -1px;
  margin-left: 0;
  padding-top: 1.7em;
  font-size: 1em;
  transition: all .375s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  position: sticky;
  top: -1em;
  left: 0;
  right: 0;
  overflow: hidden;
}

.site-header.tgdb {
  background-color: var(--light-grey);
}

.hero-background-svg {
  opacity: 0;
}

.image-4 {
  object-fit: cover;
  height: 170px;
  position: absolute;
}

.hero-background {
  background-image: var(--image-i4667b0d8);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 80%;
  display: none;
  position: absolute;
  bottom: 17%;
}

.video-background-item {
  display: block;
}


.social-icon-image {
  width: 1.5em;
}

.social-icon-link {
  border: 1px solid var(--black);
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 100%;
  margin-right: -1px;
  transition: all .2s;
  display: flex;
}

.social-icon-link:hover {
  background-color: var(--light-grey);
}

.social-icons {
  display: flex;
}

.image-5 {
  display: block;
}

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

.video-background-container {
  opacity: 0;
  transition: opacity .375s cubic-bezier(.47, 0, .745, .715);
}

.html-embed-4 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.html-fullpage {
  width: 100%;
  height: 100%;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1em;
  overflow: visible;
}

.html-fullpage.filtered-1 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}

.grid-item.size.single.jeep {
  background-image: var(--image-ie64b4cd);
  background-position: 0 0;
  background-size: auto;
}

.grid-item.size.single.ty {
  background-image: var(--image-i4eeefde2);
  background-position: 0 0;
  background-size: auto;
}

.test {
  background-color: red;
}

.grain-bg {
  position: absolute;
  overflow: hidden;
}

.filtered-1 {
  background-color: var(--light-grey);
}

.heading {
  white-space: pre-wrap;
}

.css-block {
  overflow: hidden;
}

.js-block {
  display: none;
  overflow: hidden;
}

.svg-filter-mild {
  object-fit: fill;
  width: 0;
  height: 0;
  display: block;
  position: static;
  overflow: hidden;
}


.graffiti-overlay {
  z-index: 100;
  opacity: 0;
  object-fit: contain;
  width: 100%;
  max-width: 83%;
  transition: opacity .125s ease-in;
  position: absolute;
  bottom: 2%;
  left: -5%;
}

.graffiti-overlay.logo {
  transition-duration: .375s;
  transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

.graffiti-overlay.clouds {
  max-width: 60%;
  transition-duration: .375s;
  transition-timing-function: cubic-bezier(.47, 0, .745, .715);
  inset: -29% -17% auto auto;
}

.graffiti-flower {
  z-index: 1000;
  mix-blend-mode: normal;
  width: 31%;
  height: auto;
  position: fixed;
  bottom: -3%;
  right: -3%;
  overflow: hidden;
}

.graffiti-clouds {
  z-index: 1000;
  width: 140%;
  position: fixed;
  top: -19%;
  left: 28%;
  overflow: hidden;
}

.graffiti-zigzag {
  z-index: 1000;
  width: 100%;
  max-width: none;
  position: fixed;
  bottom: -18%;
  overflow: hidden;
}

.graffiti-skateboard {
  z-index: 1000;
  width: 150%;
  max-width: none;
  margin-top: 58%;
  margin-left: 17%;
  display: block;
  position: fixed;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .song-play-button {
    width: 3em;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    width: 80%;
  }

  .discography-section {
    margin-top: 1%;
  }

  .section-title {
    font-size: 2.5em;
  }

  .song-title {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .song-description {
    font-size: .7em;
    line-height: 1em;
  }

  .song-item {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    display: inline-block;
  }

  .song-play-button {
    width: 3em;
    height: 1.2em;
  }

  .video-iframe.home {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    width: 90%;
    margin-top: 10%;
  }

  .main-container {
    align-items: center;
    margin-top: 0%;
  }

  .discography-section {
    margin-top: 12%;
  }

  .song-item {
    padding-right: 0;
  }

  .song-play-button {
    width: 2em;
    height: 1.1em;
    display: none;
  }

  .nav-link-item {
    height: 2em;
  }

  .site-header {
    flex-direction: column;
    height: auto;
  }

  .social-icon-image {
    font-size: .8em;
  }

  .social-icon-link {
    width: 100%;
    height: 2em;
  }

  .social-icons {
    margin-top: -1px;
  }
}


