@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.header {
  background-image: url('../images/Phil_Young_Header_HD.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.top-nav {
  justify-content: space-between;
  align-items: center;
  height: 75px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.top-nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cutivemono, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.top-nav-logo {
  margin-right: 30px;
}

.tour-dates {
  margin-top: 75px;
  margin-bottom: 75px;
  display: block;
}

.section-title {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Cutivemono, sans-serif;
}

.section-title.white {
  color: #fff;
}

.releases {
  background-color: #1f1f1f;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.release-list {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.release-cover {
  filter: grayscale();
  padding: 10px 20px;
}

.release-cover:hover {
  filter: grayscale(0%);
}

.about {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.contact {
  background-color: #1f1f1f;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.contact.white {
  color: #fff;
  background-color: #150a10;
}

.about-p {
  color: #000c;
  text-align: center;
  letter-spacing: -1px;
  text-indent: 0;
  white-space: normal;
  width: 70%;
  margin-bottom: 30px;
  font-family: Cutivemono, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.about-p.adjust {
  padding-top: 50px;
}

.about-p.adjust-2 {
  margin-bottom: 50px;
}

.right-nav {
  display: flex;
}

.right-nav.footer-nav {
  justify-content: flex-end;
  display: flex;
}

.list-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.list-row.private {
  display: flex;
}

.tabs-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.tab-link-tab-6 {
  background-color: #fff;
}

.tab-link-tab-6.w--current {
  background-color: #0000;
}

.tab-link-tab-5 {
  background-color: #fff;
}

.tab-link-tab-5.w--current, .tab-link-tab-4, .tab-link-tab-4.w--current {
  background-color: #0000;
}

.tab-link-tab-3, .tab-link-tab-2, .tab-link-tab-1 {
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  background-color: #fff;
}

.tabs-content {
  width: 800px;
  height: auto;
}

.video {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tabs {
  flex-flow: column wrap;
  align-items: center;
  display: flex;
}

.image {
  margin-bottom: 30px;
}

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

.sponsor-logo {
  width: 300px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.social-icons {
  border: 1px #fff;
  border-bottom: 3px solid #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.font-awesome-icon {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 60px;
  text-decoration: none;
}

.font-awesome-icon:hover {
  font-size: 66px;
}

.email-link {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Cutivemono, sans-serif;
  font-size: 40px;
  text-decoration: none;
}

.email-link:hover {
  font-size: 41px;
}

.download-links {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Cutivemono, sans-serif;
  font-size: 30px;
  text-decoration: underline;
}

.download-links:hover {
  font-size: 31px;
}

.download-section {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer {
  background-color: #150a10;
}

.photo {
  background-color: #150a10;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  box-shadow: 1px -3px 16px 7px #00000069;
}

.gallery-small {
  width: 300px;
}

.about-p-small {
  color: #000c;
  text-align: center;
  letter-spacing: -1px;
  text-indent: 0;
  white-space: normal;
  width: 70%;
  margin-top: -20px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Cutivemono, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.audio {
  background-color: #150a10;
  padding: 100px 200px 200px;
  display: none;
}

.volume-bar-wrapper {
  position: relative;
}

.stop-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.volume-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #575757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.volume-down {
  cursor: pointer;
  width: 15px;
  height: 40px;
  margin-right: 5px;
}

.track-name {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Cutive Mono;
  font-size: 14px;
  font-weight: 400;
}

.current-seconds {
  color: #fff;
  align-items: flex-end;
  margin-top: 7px;
  font-family: Cutive Mono;
  font-size: 14px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.active-bar {
  background-color: #0ba100;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.repeat {
  cursor: pointer;
  margin-right: 10px;
}

.audio-active {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
}

.audio-player-single-track-wrapper {
  background-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  position: static;
}

.track-info-wrapper {
  background-color: #0000;
  border: 1px #0e0d0d;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.play-wrapper {
  cursor: pointer;
  width: auto;
  margin-right: 5px;
  display: flex;
}

.play {
  cursor: pointer;
}

.audio-player-bar-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-bar-wrapper.bar-wrapper {
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.duration {
  color: #fff;
  align-items: flex-end;
  margin-top: 7px;
  font-family: Cutive Mono;
  font-size: 14px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.control-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.audio-player-volume-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-volume-wrapper.bar-wrapper-volume {
  background-color: #0a0a0a;
  flex-direction: row;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.audio-player-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #575757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
}

.cover {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.pause, .stop {
  cursor: pointer;
}

.volume-up {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
}

.mute {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
}

.volume-bar-active {
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.shuffle-active {
  cursor: pointer;
  margin-right: 10px;
}

.volume-mute-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.shuffle {
  cursor: pointer;
  margin-right: 10px;
  line-height: 1;
}

.options-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.divider {
  background-color: #000;
  background-image: url('../images/61a49d1f60bd3e8fed0e350e_2021_01_20_nun_Phil_HD_110.webp');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
}

.text-block {
  color: #fff;
  background-color: #00000059;
  width: 50%;
  height: 100%;
  padding-top: 12%;
  padding-left: 67px;
  font-family: Cutive Mono;
  font-size: 28px;
  line-height: 33px;
}

.quote {
  color: #fff;
  text-align: left;
  letter-spacing: -3px;
  text-indent: -17px;
  white-space: normal;
  width: 45%;
  padding-left: 70px;
  padding-right: 71px;
  font-family: Cutivemono, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.overlay {
  background-color: #0000004d;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span {
  letter-spacing: -10px;
}

.text-span-2, .text-span-3 {
  letter-spacing: -7px;
}

.hidden-text {
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.hidden-text.release-say-goodbye, .hidden-text.release-someone {
  text-align: center;
  display: none;
}

.hidden-text.release-please {
  width: 50%;
  display: none;
}

.hidden-text.blue-eyes {
  display: none;
}

.hidden-text.release-fairytale, .hidden-text.release-make-you-happier, .hidden-text.release-someone-like-you {
  width: 50%;
  display: none;
}

.hidden-text.ghost, .hidden-text.unwrittenscene, .hidden-text.make-your-mind, .hidden-text._1975 {
  display: none;
}

.release-details {
  color: #fff;
  margin-top: 20px;
  font-family: Cutivemono, sans-serif;
}

.html-embed {
  text-align: center;
}

.html-embed-2 {
  margin-top: 20px;
}

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

.heading, .link {
  text-align: center;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-8 {
  background-color: #fff;
}

.tab-link-tab-8.w--current, .tab-link-tab-9 {
  background-color: #0000;
}

.tab-link-tab-9.w--current {
  background-color: #fff;
}

.image-2, .image-3, .image-4 {
  object-fit: contain;
}

.list-row-release-info {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.list-row-release-info.private, .list-row-release-info.a-side-of-you {
  display: flex;
}

.lang-selecter {
  border-left: 1px solid #fff;
}

.navbar {
  display: none;
}

.tab-link-tab-10, .tab-link-tab-10.w--current {
  background-color: #0000;
}

.tab-image {
  object-fit: cover;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 90px;
}

.tab-link-tab-11, .tab-link-tab-11.w--current {
  background-color: #0000;
}

.tab-link-tab-12 {
  background-color: #c8c8c814;
}

.tab-link-tab-12.w--current {
  background-color: #c8c8c800;
}

.html-embed-3 {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.html-embed-4 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.compact-player {
  max-width: 500px;
}

.release-details-no-margin {
  color: #fff;
  margin-top: 0;
  font-family: Cutivemono, sans-serif;
}

@media screen and (max-width: 991px) {
  .header {
    background-position: 45%;
    background-size: cover;
  }

  .top-nav {
    align-items: center;
  }

  .top-nav-link {
    font-size: 12px;
  }

  .about-p {
    width: 90%;
  }

  .right-nav {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    place-content: flex-end;
    align-items: center;
  }

  .right-nav.footer-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex;
  }

  .tabs-menu {
    flex-wrap: wrap;
    width: 100%;
  }

  .tabs-content {
    width: 100%;
  }

  .divider {
    background-position: 60%;
  }

  .youtube {
    width: 100%;
    height: 100%;
  }

  .navbar {
    display: none;
  }

  .tab-image {
    object-fit: cover;
    width: 100%;
    max-width: 130px;
    height: 100%;
    max-height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-position: 46%;
    background-size: cover;
  }

  .top-nav {
    flex-flow: column;
    justify-content: space-between;
    margin-top: 0;
  }

  .release-cover {
    max-width: 100%;
  }

  .right-nav {
    margin-top: 20px;
  }

  .right-nav.footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-row {
    flex-direction: row;
    width: 100%;
  }

  .tabs-content {
    width: 100%;
  }

  .sponsors {
    flex-flow: column wrap;
    margin-top: 30px;
  }

  .sponsor-logo {
    padding-top: 0;
  }

  .footer {
    height: 100px;
  }

  .gallery-small {
    width: 200px;
  }

  .audio {
    padding-left: 50px;
    padding-right: 50px;
  }

  .track-name {
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
  }

  .audio-player-single-track-wrapper {
    flex-direction: column;
  }

  .track-info-wrapper {
    flex-direction: column;
    margin-right: 0;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    margin-left: 10px;
  }

  .cover {
    margin-right: 0;
  }

  .options-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .divider {
    background-position: 50%;
  }

  .quote {
    font-size: 18px;
    line-height: 25px;
  }

  .container {
    display: none;
  }

  .tab-image {
    max-width: 150px;
  }

  .section-2 {
    margin-left: 21px;
    margin-right: 21px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-position: 46%;
    background-size: cover;
    height: 80vh;
  }

  .top-nav {
    flex-flow: wrap;
    align-content: flex-start;
    height: 100%;
    display: none;
  }

  .top-nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-nav-logo {
    margin-top: 10px;
  }

  .section-title, .section-title.white {
    font-size: 40px;
  }

  .release-list {
    align-content: center;
  }

  .release-cover {
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .release-cover.feature-cover {
    width: 93%;
  }

  .contact.white {
    align-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-p, .about-p.adjust {
    text-align: left;
  }

  .right-nav {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    display: flex;
  }

  .right-nav.footer-nav {
    padding-top: 26px;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .tab-link-tab-6, .tab-link-tab-6.w--current, .tab-link-tab-5, .tab-link-tab-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs {
    width: 100%;
  }

  .sponsors {
    align-content: center;
    width: 100%;
  }

  .sponsor-logo {
    width: auto;
    max-width: 70%;
  }

  .social-icons {
    flex-flow: wrap;
    align-content: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .font-awesome-icon {
    padding: 0 15px;
    font-size: 30px;
  }

  .email-link {
    font-size: 20px;
  }

  .email-link:hover {
    font-size: 23px;
  }

  .download-links {
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .download-section {
    margin-top: 0;
  }

  .footer {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 25px;
    display: flex;
  }

  .photo {
    padding-top: 30px;
  }

  .gallery-small {
    width: 100px;
  }

  .audio {
    padding-bottom: 100px;
  }

  .audio-player-single-track-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 200px;
  }

  .options-wrapper {
    margin-right: 0;
  }

  .quote {
    text-align: center;
    width: 100%;
  }

  .tab-link-tab-8, .tab-link-tab-9, .tab-link-tab-9.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    object-fit: cover;
    width: 130px;
    height: 70px;
  }

  .image-3 {
    object-fit: contain;
    width: 130px;
    height: 70px;
  }

  .image-4 {
    object-fit: cover;
    width: 120px;
    height: 70px;
  }

  .image-5, .image-6 {
    width: 120px;
    height: 70px;
  }

  .image-7 {
    width: 120px;
    max-width: 100%;
    height: 70px;
  }

  .navbar {
    background-color: #0000;
    display: block;
  }

  .icon {
    color: #fff;
  }

  .container {
    display: block;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    color: #fff;
    background-color: #0000;
    font-family: Cutivemono, sans-serif;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000001a;
  }

  .nav-link-2, .nav-link-3 {
    color: #fff;
    font-family: Cutivemono, sans-serif;
  }

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

  .tab-link-tab-10.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-image {
    max-width: 136px;
  }

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cutivemono';
  src: url('../fonts/CutiveMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}