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

body {
  color: #828080;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

h1 {
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #828080;
  font-size: 12px;
  text-decoration: underline;
  transition: opacity .5s ease-in-out;
  display: block;
}

a:hover {
  color: #4b4a4a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragragh-tiny {
  text-transform: none;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.paragraph-light.title {
  color: #b2b0b0;
  text-transform: uppercase;
  font-size: 12px;
}

.section {
  color: #82808099;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
}

.navigation-item:hover {
  opacity: 1;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #4b4a4a;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #4b4a4a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

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

.navigation {
  z-index: 1;
  background-color: var(--white);
  align-items: center;
  padding: 20px 30px 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.heading_wrapper {
  align-items: flex-start;
  width: 50vw;
  margin-top: 70px;
  margin-bottom: 20px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 80px;
}

.footer-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: opacity .5s ease-in-out;
  display: flex;
}

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

.footer-link:active {
  opacity: .8;
}

.footer-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-image: url('../images/3.-JBL---Sounds-of-the-City_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.flex_wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.lightbox_item {
  width: 33.33%;
  margin-bottom: 5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: relative;
}

.lightbox_overlay {
  opacity: 0;
  cursor: pointer;
  background-color: #fff9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  transition: color .5s ease-in-out, opacity .5s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox_overlay:hover {
  opacity: 1;
}

.lightbox_overlay.mobile {
  display: none;
}

.lightbox_link {
  cursor: pointer;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.preloader {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.reels-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-small {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.lightbox_details {
  font-size: 10px;
  line-height: 15px;
}

.lightbox_content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.is-100 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.logo-heading {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 300;
}

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

.columns {
  align-items: flex-end;
  display: flex;
}

.navigation-div {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reel-overlay {
  opacity: 0;
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: color .5s ease-in-out, opacity .5s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.reel-overlay:hover {
  opacity: 1;
}

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

.image_wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.image_wrapper.reels {
  padding-top: 90vh;
}

.page-padding {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 45px;
    line-height: 60px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: right;
    margin-left: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: var(--white);
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .lightbox_item {
    width: 50%;
  }

  .lightbox_overlay {
    opacity: 1;
    color: #4b4a4a;
    background-color: #fff9;
  }

  .lightbox_overlay.mobile {
    opacity: 1;
    color: #4b4a4a;
    background-color: #fff9;
    display: flex;
  }

  .reel-overlay {
    opacity: 1;
    color: #4b4a4a;
  }

  .image_wrapper.reels {
    padding-top: 66.66%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 32px;
    line-height: 48px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    padding-right: 15px;
  }

  .navigation {
    padding: 20px 15px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

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

  .footer-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .lightbox_item {
    width: 100%;
  }

  .heading-small {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .is-100 {
    margin-bottom: 5px;
  }

  .columns {
    flex-direction: column;
  }

  .page-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}