:root {
  --peach-puff: #eacfb1;
  --black: #2e2e2e;
  --black-4: #00000096;
  --black-3: #2e2e2ed9;
  --dark-goldenrod: #b0925a;
  --black-2: #2e2e2e;
  --black-bottom: #2e2e2e;
  --goldenrod: #f6b63e;
}

p {
  color: #2e2e2e;
  text-align: center;
  letter-spacing: 2px;
  max-width: 750px;
  margin: 45px auto 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

a {
  color: #b0925a;
  text-decoration: underline;
}

.nav {
  z-index: 2;
  background-color: #000;
  width: 70px;
  height: 100%;
  transition: all .5s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.nav-link {
  opacity: .25;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 17px;
  transition: all .5s;
  display: block;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  border-left: 3px solid var(--peach-puff);
  opacity: 1;
}

.nav-link.w--current:hover {
  opacity: 1;
  border-left: 3px solid #b0925a;
}

.nav-link.contact {
  display: none;
}

.nav-icon {
  float: right;
  height: 36px;
}

.hello {
  background-image: linear-gradient(to bottom, #000000ba, #000000ba), linear-gradient(180deg, transparent 62%, var(--black) 93%), url('../images/Keg-trailer-2.jpg');
  letter-spacing: 2px;
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 980px;
  margin-left: 70px;
  padding-top: 203px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.site-width {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 15px;
  display: block;
}

.site-width.border-box {
  text-align: center;
  border: 2px solid #eacfb154;
  max-width: 900px;
}

.site-width.border-box.gray {
  border-color: var(--black-4);
}

.heading-1 {
  color: var(--peach-puff);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 100;
  line-height: 140px;
}

.subtitle {
  color: #ececec;
  text-align: center;
  letter-spacing: 2px;
  max-width: 100%;
  margin: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.subtitle.smaller {
  font-size: 15px;
  line-height: 31px;
}

.div-block--diamond-parent {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block--left-para {
  padding-right: 30px;
}

.section01 {
  background-color: #0000;
  margin-left: 70px;
}

.section01.footer {
  padding-top: 11px;
  padding-bottom: 11px;
}

.section01.pricing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.divider {
  background-color: #b0925a;
  width: 60px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider.thin {
  background-color: #b0925a5e;
}

.divider.thin.gray {
  background-color: var(--black-3);
}

.divider.thin.gray.bot {
  margin-bottom: 40px;
}

.divider.services {
  background-color: #bdbdbd;
  width: 40px;
  margin: 10px 0 20px;
}

.divider.red {
  background-color: var(--dark-goldenrod);
}

.heading-3 {
  color: var(--peach-puff);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-3.gray {
  color: var(--black-2);
}

.heading-3.small {
  letter-spacing: 3px;
  margin-top: 0;
  font-size: 13px;
}

.heading-3.small.gray {
  font-weight: 400;
}

.heading-3.no-bot {
  margin-bottom: 6px;
}

.div-block--biography-wrapper {
  width: 100%;
  margin: 40px auto 10px;
  display: block;
}

.div-block--biography-wrapper.pricing {
  border-top: 1px solid #9188884d;
  width: 96%;
  margin: 0 auto;
}

.body {
  background-color: #0c0c0c;
  font-family: Lato, sans-serif;
}

.light-section {
  text-align: center;
  background-color: #f2f2f2;
  min-height: 600px;
  margin-left: 70px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-2 {
  color: var(--black-4);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 58px;
  display: block;
}

.heading-4 {
  color: #ce3d2a;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 25px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text--footer {
  color: #eacfb1a6;
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.image--hero-icon {
  opacity: 1;
  height: 280px;
}

.div-block--hero-icon {
  text-align: center;
}

.clients {
  text-align: center;
  background-color: #242424;
  margin-top: 85px;
  padding-top: 85px;
  padding-bottom: 90px;
}

.clients.no-top-padding {
  margin-top: 0;
}

.clients-heading {
  color: #696969;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.client-column {
  text-align: center;
}

.client-column.top-padding {
  margin-top: 45px;
}

.button {
  border: 1px solid var(--peach-puff);
  color: var(--peach-puff);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 10px;
  transition: background-color .3s;
}

.button:hover {
  color: #2e2e2e;
  background-color: #c59d53;
}

.button.on-white {
  color: var(--peach-puff);
}

.button.on-white:hover {
  color: #fffefd;
}

.button.solid {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.button.solid:hover {
  color: #2e2e2e;
  background-color: #0000;
}

.button.top {
  margin-top: 40px;
}

.image-logo {
  opacity: .7;
  max-height: 60px;
  margin-top: 11px;
}

.image-logo.mighty, .image-logo.bclc, .image-logo.scarlet {
  opacity: 1;
  max-height: 140px;
}

.image-logo.home {
  opacity: 1;
  max-height: 191px;
}

.div-block--icons-2 {
  text-align: center;
  max-width: 750px;
  margin: 30px auto;
  display: block;
}

.heading-5 {
  color: #ff511d;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 700px;
  margin: 0 auto 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 58px;
  display: block;
}

.heading-5.gray {
  color: #fff;
}

.divider-2 {
  background-color: #ff511d;
  width: 60px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider-2.contact-section {
  background-color: #fff;
}

.skills-column {
  float: left;
  width: 33.33%;
  height: auto;
}

.skills {
  text-align: center;
  margin-bottom: 10px;
}

.pie-icons {
  height: 30px;
  margin-top: 30px;
}

.list-bullet {
  float: none;
  color: #8c8c8c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block--additional-services {
  border-top: 1px #b0925a;
  max-width: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  display: block;
}

.container--contact {
  position: relative;
  top: 50%;
}

.contact-link-block {
  border: 1.6px solid #fff;
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 22px;
}

.image--contact-icon {
  max-height: 30px;
}

.contact {
  background-image: url('../images/airikclark2_flipped_edited.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 800px;
  margin-left: 70px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact.contact {
  background-image: url('../images/22007896_1484522624962135_16369678750914585_n.jpg');
  background-position: 50% 38%;
}

.contact.gallery {
  background-image: radial-gradient(circle at 49% 71%, #0000007d, #fff0), radial-gradient(circle at 50% 70%, #00000094, #0000008a), url('../images/20181103_173035_reduced.jpg');
  background-position: 0 0, 0 0, 50% 38%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.div-block--gallery {
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.lightbox {
  box-shadow: none;
  background-image: url('../images/r-keg-trailer-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox._5 {
  background-image: url('../images/262807299_m.jpg');
  background-size: cover;
}

.lightbox._3 {
  background-image: url('../images/139142868_m.jpg');
  background-repeat: repeat-x;
  background-size: cover;
}

.lightbox._8 {
  background-image: url('../images/_A733028-HDR5_reduced.jpg');
  background-position: 100%;
  background-size: cover;
}

.lightbox._4 {
  background-image: url('../images/98309212_m.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox._9 {
  background-image: url('../images/20181103_173035_reduced.jpg');
  background-size: cover;
}

.lightbox._7 {
  background-image: url('../images/_A733157-HDR5_reduced.jpg');
  background-size: cover;
}

.lightbox._10 {
  background-image: url('../images/20181103_173354_reduced.jpg');
  background-position: 100%;
  background-size: cover;
}

.lightbox._2 {
  background-image: url('../images/Keg-trailer-2.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.lightbox._6 {
  background-image: url('../images/_A732858-HDR5_reduced.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox._11 {
  background-image: url('../images/20181103_173526_reduced.jpg');
  background-position: 0;
  background-size: cover;
}

.lightbox._12 {
  background-image: url('../images/20181103_181327_reduced.jpg');
  background-size: cover;
}

.lightbox._13 {
  background-image: url('../images/20181103_180756_reduced.jpg');
  background-size: cover;
}

.lightbox._14 {
  background-image: url('../images/20180512_173704_r.jpg');
}

.lightbox._15 {
  background-image: url('../images/20190713_220135_r.jpg');
  background-position: 0;
}

.lightbox._16 {
  background-image: url('../images/20181103_211951_r.jpg');
}

.lightbox._17 {
  background-image: url('../images/20181218_123424_r.jpg');
}

.lightbox._18 {
  background-image: url('../images/20180512_214011_r.jpg');
}

.lightbox._19 {
  background-image: url('../images/20190713_220631_r.jpg');
}

.lightbox._20 {
  background-image: url('../images/20180512_195718_r.jpg');
}

.lightbox._21 {
  background-image: url('../images/20180512_195842_r.jpg');
}

.lightbox._22 {
  background-image: url('../images/20181103_172855_r.jpg');
}

.lightbox._23 {
  background-image: url('../images/Attachment_1569628292_r.jpg');
}

.lightbox._24 {
  background-image: url('../images/Attachment_1569628319_r.jpg');
}

.lightbox._25 {
  background-image: url('../images/Attachment_1569628353_r.jpg');
}

.div-block--gallery-column {
  float: left;
  width: 20%;
  height: 260px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.lightbox-image {
  opacity: 0;
}

.service-listing {
  text-align: left;
  max-width: 750px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-6 {
  color: #b0925a;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
}

.service-description {
  text-align: left;
  letter-spacing: 1px;
  max-width: 900px;
  margin: 10px 0 15px;
  font-size: 18px;
  line-height: 27px;
}

.footer-contact {
  background-image: linear-gradient(0deg, #0000008f, #fff0), linear-gradient(to bottom, var(--black-4), var(--black-4)), url('../images/139142868_m.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 800px;
  margin-left: 70px;
  padding-top: 308px;
  padding-bottom: 120px;
}

.services-hero {
  background-image: linear-gradient(#00000082, #00000082), url('../images/20181103_173526_reduced.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 800px;
  margin-left: 70px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-page-hero {
  background-image: radial-gradient(circle, #000000b8, #00000012), linear-gradient(#00000080, #00000080), url('../images/_A732913-HDR5_reduced.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 800px;
  margin-left: 70px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block--header-with-bottom {
  margin-bottom: 40px;
}

.map {
  border-radius: 11px;
  width: 340px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cookies-fixed {
  z-index: 100;
  width: 400px;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 0;
}

.cookies-window {
  background-color: #fff;
  width: 100%;
  padding: 35px 20px 10px 30px;
  position: relative;
  box-shadow: 7px 7px 33px #00000030;
}

.paragraph.small {
  font-size: 15px;
}

.paragraph.small.lightgray {
  color: #505050;
  font-size: 15px;
  line-height: 27px;
}

.paragraph.small.lightgray.covid {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
}

.mini-close {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 45px;
  margin-right: 25px;
  display: flex;
}

.mini-close.absolute {
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.pricing-features-row {
  margin-top: 65px;
}

.pricing-features-column {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-icon {
  height: 60px;
  margin-bottom: 25px;
}

.pricing-feature-title {
  color: var(--black-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
}

.white-paragraph, .black-para {
  color: #fff;
}

.paragraph-2 {
  margin-top: 25px;
  font-size: 18px;
  line-height: 33px;
}

.venue-list-item {
  border-top: 1px solid #ffffff4d;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tour-date-row {
  text-align: left;
  padding-top: 14px;
  padding-bottom: 10px;
}

.venue {
  color: var(--black-2);
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
}

.rsvp-button {
  border: 1px solid var(--black-bottom);
  background-color: var(--black-bottom);
  color: var(--peach-puff);
  letter-spacing: 1px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 18px;
  transition: color .2s, border-color .2s;
}

.rsvp-button:hover {
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-color: #fff;
}

.text-block {
  letter-spacing: 2px;
  font-size: 16px;
}

.coverage {
  color: var(--black-2);
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
}

.prices {
  letter-spacing: 1px;
  font-size: 14px;
}

.rsvp-button-copy {
  border: 1px solid var(--black-bottom);
  background-color: var(--black-2);
  color: var(--peach-puff);
  letter-spacing: 1px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 18px;
  transition: color .2s, border-color .2s;
}

.rsvp-button-copy:hover {
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-color: #fff;
}

.form {
  text-align: left;
  max-width: 550px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field {
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #666666a3;
  border-style: none;
  height: 41px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.input:focus {
  box-shadow: 0 0 0 1px #ffffffc4;
}

.input.textarea {
  min-height: 110px;
}

.button-2 {
  color: #f8c729b3;
  background-color: #0000;
  border: 1px solid #f8c729b3;
  padding: 11px 19px;
  font-size: 14px;
}

.button-2.contact {
  background-color: var(--dark-goldenrod);
  background-image: none;
  min-height: 0;
  margin-left: 0;
  padding-left: 29px;
  padding-right: 29px;
}

.success {
  color: var(--dark-goldenrod);
  background-color: #ddd0;
  padding-top: 29px;
}

.paragraph-3 {
  color: var(--peach-puff);
}

@media screen and (max-width: 991px) {
  p {
    max-width: 550px;
    font-size: 16px;
    line-height: 30px;
  }

  .hello {
    min-height: 600px;
    padding-top: 469px;
  }

  .heading-1 {
    font-size: 80px;
    line-height: 100px;
  }

  .subtitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
  }

  .div-block--diamond-parent.contact-page {
    margin-top: 16px;
  }

  .div-block--left-para {
    padding-right: 0;
  }

  .heading-3 {
    font-size: 22px;
  }

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

  .heading-2 {
    font-size: 34px;
    line-height: 52px;
  }

  .text--footer {
    font-size: 12px;
  }

  .image--hero-icon {
    height: 150px;
  }

  .clients {
    padding-top: 75px;
    padding-bottom: 35px;
  }

  .client-column {
    margin-bottom: 45px;
  }

  .heading-5 {
    font-size: 34px;
    line-height: 52px;
  }

  .skills-column {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block--gallery-column {
    width: 50%;
  }

  .service-listing {
    max-width: 550px;
  }

  .cookies-window {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  p {
    max-width: 440px;
    line-height: 28px;
  }

  .nav {
    opacity: .9;
    justify-content: center;
    width: 100%;
    height: 65px;
    display: flex;
    inset: 0 0 auto;
  }

  .nav-center {
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link.w--current {
    border-bottom: 3px solid var(--peach-puff);
    border-left: 1px #000;
  }

  .nav-link.w--current:hover {
    border-left-style: none;
  }

  .nav-icon {
    margin-left: 15px;
  }

  .hello {
    min-height: 440px;
    margin-left: 0;
    padding-top: 510px;
  }

  .heading-1 {
    font-size: 68px;
    line-height: 80px;
  }

  .subtitle.smaller {
    font-size: 14px;
  }

  .div-block--diamond-parent.contact-page {
    justify-content: space-around;
  }

  .div-block--left-para {
    padding-right: 0;
  }

  .section01, .light-section {
    margin-left: 0;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 42px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .text--footer {
    font-size: 9px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 42px;
  }

  .skills-column {
    width: 100%;
  }

  .image--contact-icon {
    max-height: 20px;
  }

  .contact {
    margin-left: 0;
  }

  .div-block--gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-listing {
    max-width: 440px;
  }

  .footer-contact, .services-hero, .contact-page-hero {
    margin-left: 0;
  }

  .cookies-fixed {
    bottom: 64px;
  }

  .cookies-window {
    width: 100%;
    min-width: 300px;
  }

  .venue-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tour-date-row {
    text-align: center;
  }

  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .rsvp-button, .rsvp-button-copy {
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-center {
    justify-content: center;
    display: flex;
  }

  .nav-link {
    padding-right: 15px;
  }

  .hello {
    background-image: linear-gradient(to bottom, #000000ba, #000000ba), linear-gradient(180deg, transparent 62%, var(--black) 93%), url('../images/272085856_m.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    min-height: 380px;
    padding-top: 177px;
  }

  .heading-1 {
    font-size: 45px;
    line-height: 48px;
  }

  .subtitle, .subtitle.smaller {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block--diamond-parent {
    margin-top: 2px;
  }

  .div-block--diamond-parent.contact-page {
    flex-direction: column;
  }

  .div-block--left-para {
    padding-right: 0;
  }

  .section01.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .body {
    background-color: #090909;
  }

  .light-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block--icons-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .contact-link-block {
    margin-bottom: 20px;
  }

  .lightbox {
    height: 180px;
  }

  .div-block--gallery-column {
    width: 100%;
    height: 200px;
  }

  .service-listing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-contact {
    min-height: 500px;
    padding-top: 162px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .map {
    width: 100%;
  }

  .cookies-fixed {
    width: 90%;
    bottom: 10px;
  }

  .cookies-window {
    min-width: 100%;
    padding-left: 20px;
  }

  .paragraph.small.lightgray.covid {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features-row {
    margin-top: 25px;
  }

  .pricing-features-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-icon {
    height: 40px;
    margin-bottom: 16px;
  }
}


