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

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

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

.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.top-nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Cutive Mono', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.tour-dates {
  display: none;
}

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

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

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

.release-list {
  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;
  -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;
}

.release-cover {
  padding: 10px 20px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 100px;
  -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-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;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-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;
  background-color: #1f1f1f;
}

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

.about-p {
  width: 70%;
  margin-bottom: 30px;
  font-family: 'Cutive Mono', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -1px;
  text-indent: 0px;
  white-space: normal;
}

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

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

.list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-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;
}

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

.image {
  margin-bottom: 30px;
}

.sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

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

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

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

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

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

.download-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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-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;
}

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

.photo {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #150a10;
  box-shadow: 1px -3px 16px 7px rgba(0, 0, 0, 0.41);
}

.gallery-small {
  width: 300px;
}

.about-p-small {
  width: 70%;
  margin-top: -20px;
  margin-bottom: 30px;
  padding-top: 0px;
  font-family: 'Cutive Mono', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -1px;
  text-indent: 0px;
  white-space: normal;
}

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

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

.stop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.volume-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 2px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

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

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

.current-seconds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Cutive Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

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

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

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

.audio-player-single-track-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  padding: 20px;
  -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: 5px;
  background-color: #000;
}

.track-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
  border-style: none;
  border-width: 1px;
  border-color: #0e0d0d;
  background-color: transparent;
}

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

.play {
  cursor: pointer;
}

.audio-player-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

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

.duration {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Cutive Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.control-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  cursor: pointer;
}

.audio-player-volume-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

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

.audio-player-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

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

.pause {
  cursor: pointer;
}

.stop {
  cursor: pointer;
}

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

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

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

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

.volume-mute-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  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;
  background-color: #000;
}

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

.text-block {
  width: 50%;
  height: 100%;
  padding-top: 12%;
  padding-left: 67px;
  background-color: rgba(0, 0, 0, 0.35);
  font-family: 'Cutive Mono', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
}

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

.overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: rgba(0, 0, 0, 0.3);
}

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

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

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

@media screen and (max-width: 991px) {
  .about-p {
    width: 90%;
  }

  .right-nav.footer-nav {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .divider {
    background-position: 60% 50%;
  }
}

@media screen and (max-width: 767px) {
  .top-nav {
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .right-nav.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .tabs-content {
    width: 100%;
  }

  .sponsors {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .footer {
    height: 100px;
  }

  .gallery-small {
    width: 200px;
  }

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

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

  .audio-player-single-track-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .track-info-wrapper {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .cover {
    margin-right: 0px;
  }

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

  .divider {
    background-position: 50% 50%;
  }

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

@media screen and (max-width: 479px) {
  .header {
    height: 80vh;
  }

  .top-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

  .release-list {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .contact.white {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

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

  .right-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -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-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;
  }

  .tabs-menu {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .tab-link-tab-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .sponsors {
    width: 100%;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

  .social-icons {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

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

  .download-links {
    font-size: 20px;
  }

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

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .photo {
    padding-top: 30px;
  }

  .gallery-small {
    width: 100px;
  }

  .audio {
    padding-bottom: 100px;
  }

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

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

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

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

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