:root {
  --stdtext: black;
  --stdnavbarheight: 130px;
  --stdnavbar: #f7941e;
  --stdcontainer: 1050px;
  --stdfooter: black;
  --stdfootertext: #f7941e;
  --white: white;
  --black: black;
  --stdlink: red;
  --stdnavbartext: white;
  --stdbackgroundmid: grey;
  --stdbackgroundlight: white;
  --stdbackgrounddark: grey;
  --stdcontainerwide: 1400px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

.nav-link-2 {
  color: var(--stdtext);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu-two {
  color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.logo-mobile {
  display: none;
}

.text-block {
  color: #f5f5f5;
}

.logo-desktop {
  aspect-ratio: auto;
  object-fit: cover;
  height: 110px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.navbar-section {
  z-index: 999;
  height: var(--stdnavbarheight);
  background-color: var(--stdnavbar);
  width: 100%;
  position: fixed;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c51201;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #333;
  background-color: #fff;
}

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #f5f5f5;
  margin-right: 10px;
}

.standard-container {
  max-width: var(--stdcontainer);
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.standard-container.footer {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-container {
  z-index: 5;
  max-width: var(--stdcontainer);
  background-color: #0000;
  height: 100%;
  margin: auto;
}

.footer-section {
  background-color: var(--stdfooter);
  height: 300px;
  padding-top: 30px;
}

.navbar-buffer {
  height: var(--stdnavbarheight);
}

.hero-section {
  border-bottom: 1px solid var(--stdfootertext);
  background-image: url('../images/live_sebbi-strauch-CqHp1mJWCXI-unsplash_1000px_Square.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.break-section {
  flex-flow: column;
  justify-content: center;
  height: 30vh;
  display: flex;
}

.break-section.live-sound {
  background-image: url('../images/live_sebbi-strauch-CqHp1mJWCXI-unsplash_1000px_Square.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.break-section.pa-hire {
  background-image: url('../images/pa_martin-robles-EKpByvjvioU-unsplash_1000px_Square.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.break-section.mixing {
  background-image: url('../images/recording_leo-wieling-bG8U3kaZltE-unsplash_1000px_Square.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.break-div {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.heading {
  text-align: center;
}

.live-sound-section {
  margin-top: 60px;
  margin-bottom: 140px;
}

.body {
  font-size: 22px;
  line-height: 1.25;
}

.h1-heading.white {
  color: var(--white);
}

.footer-grid {
  grid-template-columns: 1fr .5fr 1fr;
  grid-template-areas: "Area-1 Area-2 Area-3"
                       "Area-4 Area-4 Area-4";
}

.footer-links.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-link {
  color: var(--stdfootertext);
  margin-bottom: 20px;
  font-size: .8em;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 1px solid var(--stdfootertext);
}

.grid {
  grid-template: "." 1fr
                 "Area" 3fr
                 "." 1fr
                 / 2fr .25fr;
  height: 100%;
}

.hero-slogan {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff2b;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
}

.hero-h1 {
  color: var(--white);
  font-size: 3em;
  line-height: 1;
}

.herio-h2 {
  color: var(--stdfootertext);
}

.hero-grid {
  grid-template: "." 1fr
                 "Area" 3fr
                 "." 1fr
                 / 2fr;
  height: 100%;
}

.text-block-2 {
  color: var(--stdfootertext);
}

.footer-text {
  color: var(--stdfootertext);
  margin-bottom: 20px;
  font-size: .8em;
}

.contact-section {
  background-color: var(--stdnavbar);
  padding-bottom: 60px;
}

.textarea {
  min-height: 15em;
}

.cf-turnstile {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .menu-button {
    padding: 12px;
  }

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

  .standard-container {
    max-width: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .icon {
    color: #fff;
    font-size: 12vw;
  }

  .h1-heading {
    font-size: 2em;
  }

  .hero-slogan {
    padding-left: 10px;
  }

  .hero-h1 {
    font-size: 9.5vw;
  }

  .herio-h2 {
    font-size: 7vw;
  }

  .h3-heading {
    font-size: 3vw;
  }

  .heading-2 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .logo-mobile {
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo-desktop {
    height: 90px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-section {
    height: 100px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .icon {
    font-size: 14vw;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-container {
    max-width: 100%;
  }

  .navbar-buffer {
    height: 100px;
  }

  .body {
    font-size: 18px;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .logo-desktop {
    height: 70px;
  }

  .standard-container {
    max-width: none;
  }

  .icon {
    font-size: 18vw;
  }

  .h3-heading {
    font-size: 18px;
  }
}

#w-node-bb629f67-fcb3-a46b-e7c2-7eb15745df0f-f9f7e9a3 {
  grid-area: Area;
}

#w-node-_51d1192b-e7f5-8cfc-dbb6-8c2a574407e2-574407dc {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_51d1192b-e7f5-8cfc-dbb6-8c2a574407e3-574407dc {
  grid-area: Area-3;
}


