.nav {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.section {
  width: 100%;
  max-width: 100%;
}

.section.footer {
  min-height: 67px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 21px;
  display: flex;
  position: relative;
}

.section.main-content {
  height: 90vh;
  min-height: 770px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.main-content.bgalt {
  height: auto;
  min-height: 800px;
  background-color: #000;
  justify-content: center;
}

.section.footer2 {
  min-height: auto;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 21px 0 0;
  display: flex;
  position: relative;
}

.row-wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-wrap.mobile-reverse {
  height: auto;
}

.photo-wrap {
  width: 50%;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
  position: relative;
}

.photo-wrap.hero-photo {
  width: 70%;
  max-width: 890px;
}

.photo-wrap.about-photo {
  width: 70%;
  max-width: 670px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 14px;
  margin-right: 14px;
  padding: 10px 0 3px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
  transition: letter-spacing .2s;
}

.nav-link:hover {
  letter-spacing: 4px;
}

.nav-link.w--current {
  color: #b8355a;
  letter-spacing: 3px;
  font-weight: 400;
}

.nav-link.standout {
  background-color: #962424;
  background-image: url('../images/wave3.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 90px;
  padding: 12px 20px;
}

.nav-link.standout.w--current {
  color: #fff;
  background-color: #962424;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link.footer-link {
  min-width: 150px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 15px;
  text-decoration: none;
}

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

.nav-link.footer-link.hide {
  display: block;
}

.nav-link.highlight {
  color: #fff;
  border-bottom: 4px solid rgba(211, 81, 81, .35);
  margin-bottom: -4px;
}

.nav-link.disabled {
  opacity: .4;
}

.nav-link.desktop-hide, .nav-link.mobile {
  display: none;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: flex;
}

.nav-spacer {
  flex: 1;
}

.kb-body {
  height: 120vh;
  max-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.kb-body.alt-wrap {
  height: auto;
  max-height: 370vh;
}

.kb-body.auto {
  height: auto;
  min-height: auto;
  flex-direction: column;
}

.heading {
  color: #fff;
  margin-top: 10px;
}

.nav-menu {
  z-index: 1200;
  align-items: center;
  display: flex;
}

.fill-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fill-image.padded {
  border-radius: 20px;
  padding: 0;
  position: relative;
}

.fill-image.bg1 {
  opacity: .75;
  filter: grayscale();
  background-image: none;
}

.fill-image.hide {
  flex: 1;
  display: none;
}

.fill-image.mic {
  opacity: .74;
  filter: grayscale();
  background-image: url('../images/mic02_web.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: block;
}

.form-block {
  z-index: 20;
  width: 100%;
  max-width: 100%;
  padding: 42px;
  position: relative;
}

.text-field {
  border-radius: 5px;
}

.text-field.text-area {
  min-height: 250px;
}

.form-label {
  font-size: 17px;
}

.kb-text {
  margin-bottom: 5px;
  padding-bottom: 12px;
  font-size: 16px;
}

.kb-text.footer-text {
  color: #fff;
  padding-bottom: 0;
  position: relative;
}

.kb-text.light {
  color: #fff;
}

.kb-text.info-footer-text {
  opacity: .74;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 15px;
  position: relative;
}

.kb-text.italic {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.kb-text.less-padding {
  padding-bottom: 3px;
}

.kb-button {
  z-index: 12;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #962424;
  background-image: url('../images/wave3.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  margin-bottom: 12px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  transition: letter-spacing .2s;
  position: relative;
}

.kb-button:hover {
  letter-spacing: 6px;
  padding-left: 22px;
  padding-right: 22px;
}

.kb-button.sample-button {
  background-color: #4d1e1e;
  background-image: linear-gradient(rgba(52, 20, 20, .56), rgba(52, 20, 20, .56)), url('../images/wave3.svg'), linear-gradient(#230bdb, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  margin-right: 20px;
  font-size: 21px;
}

.kb-button.sample-button.wider {
  max-width: 100%;
  min-width: 340px;
}

.kb-button.sample-button.wider:hover {
  letter-spacing: 2px;
}

.kb-button.sample-button.dont-grow {
  background-color: #962424;
  background-image: url('../images/wave3.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.kb-button.sample-button.dont-grow:hover {
  letter-spacing: 2px;
}

.kb-button.alt {
  background-color: #4d1e1e;
  background-image: linear-gradient(rgba(52, 20, 20, .56), rgba(52, 20, 20, .56)), url('../images/wave3.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.content-inner-wrap {
  z-index: 10;
  width: 480px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content-wrap {
  width: 50%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
  position: relative;
}

.content-wrap.left {
  padding-left: 20px;
}

.content-wrap.stretch {
  flex: 0 auto;
}

.bg-underlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  background-image: url('../images/wave4.svg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-underlay.alt1 {
  opacity: .26;
  background-image: url('../images/wave6.svg');
  background-position: 50%;
  box-shadow: inset 2px 2px 12px 2px #000;
}

.bg-underlay.alt1.greyscale {
  opacity: .28;
  filter: none;
}

.bg-underlay.alt1.waveanim1 {
  box-shadow: none;
}

.bg-underlay.alt2 {
  opacity: .17;
  background-position: 50%;
}

.bg-underlay.alt3 {
  opacity: .63;
  background-image: url('../images/wave4.svg');
  background-position: 50%;
  background-size: cover;
}

.bg-underlay.footer-alt1 {
  opacity: .26;
  background-image: url('../images/wave7.svg');
  background-position: 50%;
  box-shadow: inset 2px 2px 12px 2px #000;
}

.photo-pad-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  background-image: none;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 38px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-pad-wrapper.padded {
  padding: 0;
}

.alt-heading {
  color: #a06773;
}

.playlist-wrap {
  width: 560px;
  max-width: 100%;
  min-height: 670px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.alt-color {
  color: #d35151;
}

.divider1 {
  width: 78%;
  height: 3px;
  background-image: linear-gradient(76deg, #630a28 20%, rgba(255, 255, 255, .39));
  margin-bottom: 14px;
}

.divider1.light {
  color: #fff;
  background-image: linear-gradient(263deg, rgba(0, 0, 0, 0), #fff);
}

.text-image {
  z-index: 10;
  width: 260px;
  position: relative;
}

.text-image.invert {
  width: 256px;
  filter: invert();
  margin-bottom: 12px;
}

.text-image.invert.smaller {
  width: 280px;
}

.brand-text {
  height: 62px;
}

.brand-text.first {
  border-right: 3px solid #574848;
  margin-right: 12px;
  padding-right: 12px;
}

.brand {
  padding: 9px;
}

.sample-wrap {
  width: 50%;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
}

.samples-render {
  width: 100%;
  max-width: 100%;
}

.audio-player {
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

.waveanim2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  opacity: .26;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waveanim2.alt1 {
  opacity: .26;
  background-image: url('../images/wave6.svg');
  background-position: 50%;
  box-shadow: inset 2px 2px 12px 2px #000;
}

.waveanim2.alt1.greyscale {
  opacity: .28;
  filter: none;
}

.waveanim2.alt2 {
  opacity: .17;
  background-position: 50%;
}

.waveanim2.alt3 {
  opacity: .63;
  background-image: url('../images/wave4.svg');
  background-position: 50%;
  background-size: cover;
}

.waveanim2.footer-alt1 {
  opacity: .26;
  background-image: url('../images/wave7.svg');
  background-position: 50%;
  box-shadow: inset 2px 2px 12px 2px #000;
}

.sample-title {
  margin-top: 5px;
  margin-bottom: 2px;
}

.sample-subtitle {
  color: #868686;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.2em;
}

.sample-title-section {
  width: 100%;
  max-width: 100%;
  display: none;
}

.near-full-height-wrap {
  width: 100%;
  height: 770px;
  max-height: 330vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.horiztonal-wrap {
  z-index: 1200;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.name-wrap {
  flex-direction: column;
  display: flex;
}

.footer-links {
  border-left: 2px solid rgba(255, 255, 255, .26);
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  padding: 20px;
  display: flex;
}

.button-wrap {
  margin-bottom: 20px;
}

.nav-logo {
  width: 56px;
  height: 56px;
  filter: invert();
}

.paragraph-starter, .paragraph-starter-copy {
  color: #960d71;
  font-weight: 800;
}

.standout2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}

.kb-quote {
  border-left: 4px #000;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 21px;
  line-height: 1.2em;
}

.kb-quote.footer-text {
  color: #fff;
  padding-bottom: 0;
  position: relative;
}

.kb-quote.light {
  color: #fff;
}

.qoute-wrap {
  border-left: 4px solid #30146c;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 18px;
  display: flex;
}

.linked-in-logo.hide {
  display: block;
}

.infobar-footer {
  width: 100%;
  background-color: rgba(0, 0, 0, .55);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
  position: relative;
}

.alt-image {
  border-radius: 20px;
}

.clients-wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, .11);
  background-image: linear-gradient(332deg, rgba(0, 0, 0, .35), rgba(255, 255, 255, 0));
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 34px;
  display: flex;
}

.clients-wrap.older {
  display: none;
}

.client-logo {
  width: 250px;
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 7px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px 10px;
  transition: background-color .2s;
}

.client-logo:hover {
  background-color: rgba(255, 255, 255, .17);
}

.kb-heading2.light {
  color: #fff;
  margin-top: 10px;
  font-weight: 800;
}

.gallery-wrap {
  z-index: 2000;
  width: 100%;
  max-width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.lightbox-thumb {
  width: 320px;
  border-radius: 20px;
}

.lightbox-link {
  width: 30%;
  max-width: 30%;
  padding: 26px;
}

.lightbox-thumb2 {
  width: 400px;
  height: auto;
  max-width: 100%;
  background-image: url('../images/BDR07619_websize_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.lightbox-thumb2.p2 {
  object-fit: fill;
  background-image: url('../images/BDR07690_websize.jpg');
  background-position: 50%;
}

.lightbox-thumb2.p3 {
  background-image: url('../images/BDR07970-Edit_websize.jpg');
}

.lightbox-thumb2.p4 {
  background-image: url('../images/BDR07720-2_websize_1.jpg');
}

.lightbox-thumb2.p5 {
  background-image: url('../images/BDR07784-Edit_websize_1.jpg');
}

.lightbox-thumb2.p6 {
  background-image: url('../images/BDR07776-Edit_websize_1.jpg');
}

.wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.fill-image-div-hero {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: url('../images/BDR07940-Edit_websize.jpg');
  background-position: 80%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.client-alternate-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-section {
  width: 100%;
  max-width: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
  position: relative;
}

.bold-text {
  color: #c56969;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav {
    z-index: 100;
    position: relative;
    overflow: visible;
  }

  .section.main-content {
    height: auto;
    min-height: auto;
    flex-direction: column;
    flex: none;
    overflow: hidden;
  }

  .section.footer2 {
    z-index: 20;
    height: auto;
    min-height: auto;
  }

  .row-wrap {
    height: auto;
    min-height: auto;
    flex-direction: column-reverse;
  }

  .row-wrap.samples {
    flex-direction: column-reverse;
  }

  .row-wrap.mobile-reverse {
    flex-direction: column;
  }

  .row-wrap.mobile-reverse2 {
    flex-direction: column-reverse;
  }

  .photo-wrap {
    width: 100%;
    min-height: 560px;
    padding: 36px;
  }

  .photo-wrap.hero-photo {
    width: 100%;
    height: auto;
    min-height: 900px;
    border: 3px #48ff23;
    padding: 0;
  }

  .photo-wrap.about-photo {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 900px;
    border: 3px #48ff23;
    padding: 0;
  }

  .nav-link {
    border-bottom: 2px solid rgba(77, 43, 43, .35);
  }

  .nav-link.standout {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
    margin-left: 14px;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 0;
  }

  .nav-link.footer-link {
    max-width: 100%;
    min-width: 300px;
  }

  .nav-link.mobile {
    display: block;
  }

  .nav-wrap {
    z-index: 100;
    height: auto;
  }

  .kb-body {
    height: auto;
  }

  .kb-body.alt-wrap {
    max-height: none;
  }

  .nav-menu {
    background-color: #000;
    padding-bottom: 10px;
  }

  .fill-image.portrait {
    position: relative;
  }

  .kb-button.sample-button, .kb-button.alt {
    font-size: 20px;
  }

  .content-inner-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  .content-wrap {
    width: 100%;
    height: auto;
    border: 3px red;
    padding: 40px;
  }

  .content-wrap.hero-photo {
    height: 870px;
    min-height: 670px;
  }

  .content-wrap.left {
    border-style: none;
  }

  .playlist-wrap {
    width: 100%;
  }

  .text-image {
    width: 240px;
  }

  .text-image.invert {
    width: 230px;
  }

  .brand-text {
    height: 50px;
  }

  .brand-text.footer-text {
    height: 78px;
  }

  .sample-wrap {
    width: 100%;
    min-height: 560px;
  }

  .sample-wrap.hero-photo {
    height: 870px;
    min-height: 670px;
    padding: 0;
  }

  .menu-button {
    color: #fff;
    padding: 11px;
    font-size: 44px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .near-full-height-wrap {
    height: auto;
    max-height: none;
  }

  .horiztonal-wrap {
    width: 100%;
    flex-direction: column;
  }

  .footer-links {
    width: 70%;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .linked-in-logo {
    display: none;
  }

  .lightbox-link {
    width: 45%;
    max-width: 50%;
  }

  .client-alternate-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .row-wrap {
    flex-direction: column-reverse;
  }

  .row-wrap.mobile-reverse {
    flex-direction: column;
  }

  .row-wrap.mobile-reverse2 {
    flex-direction: column-reverse;
  }

  .photo-wrap {
    padding: 0;
  }

  .photo-wrap.hero-photo {
    height: 600px;
    min-height: 600px;
  }

  .photo-wrap.about-photo {
    height: auto;
    min-height: auto;
  }

  .fill-image.portrait {
    object-fit: contain;
  }

  .content-wrap {
    padding: 34px;
  }

  .text-image.invert {
    width: 210px;
  }

  .brand-text {
    height: 50px;
  }

  .sample-wrap.hero-photo {
    height: 770px;
  }

  .lightbox-link {
    padding: 13px;
  }
}

@media screen and (max-width: 479px) {
  .section.footer {
    text-align: center;
  }

  .section.footer2 {
    text-align: center;
    padding: 20px 0 0;
  }

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

  .photo-wrap.hero-photo {
    height: 300px;
    min-height: 300px;
  }

  .photo-wrap.about-photo {
    height: auto;
    min-height: auto;
  }

  .nav-link.footer-link {
    min-width: 100%;
  }

  .nav-wrap {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-spacer {
    display: block;
  }

  .fill-image.portrait {
    object-fit: fill;
  }

  .form-block {
    padding: 17px;
  }

  .kb-text.contact {
    margin-bottom: 12px;
  }

  .kb-button.sample-button {
    min-width: 200px;
    text-align: center;
    border: 1px solid #000;
  }

  .kb-button.sample-button.dont-grow {
    margin-right: 0;
  }

  .kb-button.alt {
    border: 1px solid #000;
  }

  .content-wrap {
    padding: 18px;
  }

  .content-wrap.stretch {
    padding: 16px;
  }

  .photo-pad-wrapper {
    padding: 15px;
  }

  .text-image.invert {
    width: 200px;
  }

  .brand-text {
    height: 39px;
  }

  .brand-text.first {
    padding-right: 4px;
  }

  .sample-wrap.hero-photo {
    height: 450px;
    min-height: 300px;
  }

  .footer-links {
    width: 100%;
  }

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

  .lightbox-link {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .lightbox-thumb2.p2 {
    background-position: 65%;
  }

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


