html {
  scroll-behavior: smooth; }

body {
  font-family: "Lexend", Arial, sans-serif;
  color: #ffffff;
  font-size: 1rem;
  background: #443c3c; }

a {
  color: #0099FB; }

a:hover, a:focus {
  color: #007CCB; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Bellefair", Time New Roman, serif;
  color: #ffffff;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 4.5rem; }

h3, .h3 {
  font-size: 3rem; }

h4, .h4 {
  font-size: 2rem; }

address {
  font-style: normal;
  margin-bottom: 1rem; }

p {
  line-height: 1.4; }

.centered-header, .centered-text {
  text-align: center; }

.blue-header, .blue-link, .blue-link:hover {
  color: #0099FB; }

.white-header, .white-link, .white-link:hover {
  color: #ffffff; }

.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  background-color: #251f1f;
  padding: .7em 0.9em; }

.button + .button {
  margin-left: 10px; }

.button:hover, .button:focus {
  background-color: #007CCB;
  color: #ffffff; }

.button.hollow {
  background-color: #251f1f;
  border: 2px solid #0099FB;
  color: #0099FB; }

.button.hollow:hover, .button.hollow:focus {
  background-color: #0099FB;
  border: 2px solid #0099FB;
  color: #251f1f; }

header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 28px;
  height: 600px;
  overflow: hidden;
  background-color: #000000;
  position: relative; }
  header .no-padding-x {
    padding-right: 0;
    padding-left: 0; }
  header #site-logo {
    float: left;
    padding-left: 28px; }
    header #site-logo a.logo img {
      width: 116px;
      height: auto;
      position: relative;
      z-index: 100; }
  header div.toggler {
    float: right;
    position: relative;
    z-index: 110; }
    header div.toggler .menu-toggle i {
      font-size: 2.5rem;
      color: #ffffff;
      padding: 40px 30px 0 0;
      cursor: pointer; }
  header .top-bar {
    background-color: #251f1f;
    position: absolute;
    top: 0;
    padding-top: 200px;
    padding-bottom: 50px;
    width: 100%; }
    header .top-bar nav {
      width: 100%;
      position: relative;
      z-index: 10; }
      header .top-bar nav .menu {
        width: 100%;
        background-color: transparent; }
        header .top-bar nav .menu li {
          margin-bottom: 1rem; }
        header .top-bar nav .menu a {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 1.4rem;
          color: #ffffff; }
        header .top-bar nav .menu a:hover {
          color: #0099FB; }
        header .top-bar nav .menu a.is-active {
          font-weight: 500;
          text-decoration: underline;
          text-decoration-color: #0099FB;
          text-underline-offset: 5px;
          text-decoration-thickness: 2px; }
        header .top-bar nav .menu a.is-active:hover {
          color: #ffffff; }
  header .hero-content {
    padding-top: 160px; }
    header .hero-content .cell h2 {
      font-size: 4.1rem;
      line-height: 3.6rem;
      margin-bottom: 3rem;
      text-align: center; }

header::after {
  display: block;
  height: 200px;
  width: 100%;
  color: #ffffff;
  background-image: url("../../assets/img/up-convex.svg");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 200; }

.page-home header {
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .page-home header #video-holder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    text-align: center; }
    .page-home header #video-holder video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .page-home header .top-bar  {
    z-index: 20; }
  .page-home header .header-text {
    position: relative;
    z-index: 1; }
    .page-home header .hero-content {
      padding-top: 20vh; }
      .page-home header .hero-content .cell {
        height: 73vh;
        border-left: 12px solid #0099FB;
        padding-left: 15px; }
        .page-home header .hero-content .cell h2 {
          font-size: 4.1rem;
          line-height: 3.6rem;
          margin-bottom: 3rem;
          text-align: left; }
        .page-home header .hero-content .cell h3 {
          font-family: "Lexend", Arial, sans-serif;
          font-size: 1.5em;
          font-weight: 300;
          line-height: 1.8rem;
          width: 20.5rem;
          text-align: left; }

.page-contact header {
  height: auto; }
  .page-contact header .hero-content {
    padding-top: 50px;
    height: inherit; }
    .page-contact header .hero-content .cell {
      text-align: center; }
      .page-contact header .hero-content .cell h2 {
        font-size: 3.5rem;
        margin-bottom: 0; }
      .page-contact header .hero-content .cell form legend {
        display: none; }
      .page-contact header .hero-content .cell form .form-row {
        margin-bottom: 1rem; }
      .page-contact header .hero-content .cell form label {
        color: #ffffff;
        background-color: rgba(14, 12, 12, 0.4);
        background-blend-mode: multiply;
        text-align: left;
        padding: 0.2rem 0.6rem;
        border-top: 1px solid #342D2D;
        border-right: 1px solid #342D2D;
        border-left: 1px solid #342D2D;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        font-size: 1rem;
        font-weight: 700; }
        .page-contact header .hero-content .cell form label .req {
          color: #0099FB;
          font-weight: 300; }
      .page-contact header .hero-content .cell form input[type=text], .page-contact header .hero-content .cell form input[type=email], .page-contact header .hero-content .cell form input[type=number], .page-contact header .hero-content .cell form textarea {
        margin-bottom: 0;
        background-color: #0e0c0c;
        border: 1px solid #342D2D;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-bottomleft: 8px;
        -moz-border-radius-bottomright: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      .page-contact header .hero-content .cell form textarea {
        height: 6rem; }
      .page-contact header .hero-content .cell form .asf, .page-contact header .hero-content .cell form input[type=submit] {
        position: relative;
        z-index: 1000; }
      .page-contact header .hero-content .cell form .error {
        background: #300909 !important;
        border: 1px solid #840000 !important; }
    .page-contact header .hero-content .cell.contact-form {
      padding-bottom: 3rem; }
    .uniform-errors, .uniform-success {
      margin-bottom: 50px;
      background: #300909;
      padding: 0.8rem 1rem 1rem;
      border: 1px solid #840000;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
    .uniform-success {
      background: #042406;
      border: 1px solid #006303; }
    .contact-website-hp {
      position: absolute;
      left: -9999px; }

main {
  padding-top: 2rem;
  z-index: 200;
  position: relative; }
  main p.scroll-logo {
    text-align: center;
    margin-top: -40px; }
    main p.scroll-logo img {
      width: 56px;
      height: auto; }
  main .contact-details p.scroll-logo {
    margin-top: -80px; }
    main .contact-details p.scroll-logo img {
      width: 100px; }
  main .intro-text {
    padding-top: 1rem;
    padding-bottom: 4rem; }
    main .intro-text p {
      text-align: center;
      font-size: 1.3rem;
      line-height: 1.7rem;
      font-weight: 300; }
  main .playlist {
    text-align: center; }
    main .playlist h2 {
      font-size: 4.8rem; }
    main .playlist h3 {
      margin-top: 4rem;
      margin-bottom: 1.5rem;
      font-size: 3.4rem;
      line-height: normal; }
    main .playlist iframe {
      height: 700px;
      width: 100%;
      margin-bottom: 1rem; }
  main .shaped-ctas {
    padding-top: 3rem;
    margin-bottom: 3rem; }
    main .shaped-ctas .cell {
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      position: relative;
      margin-bottom: 1rem; }
      main .shaped-ctas .cell h3 {
        font-size: 4.3rem;
        padding-top: 8rem;
        margin-bottom: 0;
        line-height: 1;
        overflow: hidden; }
      main .shaped-ctas .cell p {
        padding: 0 20px 1rem 20px; }
      main .shaped-ctas .cell .button {
        position: relative;
        z-index: 300;
        margin-bottom: 0rem; }
    main .shaped-ctas .cell.cta-convex {
      padding-bottom: 1.6rem; }
      main .shaped-ctas .cell.cta-convex h3 {
        font-size: 6.2rem;
        padding-top: 7.6rem; }
    main .shaped-ctas .cell::before, main .shaped-ctas .cell::after {
      display: block;
      height: 50px;
      width: 100%;
      color: #ffffff;
      background-size: 100% auto;
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      z-index: 200; }
    main .shaped-ctas .cell.cta-concave::before {
      background-image: url("../../assets/img/down-convex.svg");
      background-position: top center;
      top: 0; }
    main .shaped-ctas .cell.cta-concave::after {
      background-image: url("../../assets/img/up-convex.svg");
      background-position: bottom center;
      bottom: -1px; }
    main .shaped-ctas .cell.cta-convex::before {
      background-image: url("../../assets/img/up-concave.svg");
      background-position: top center;
      top: 0; }
    main .shaped-ctas .cell.cta-convex::after {
      background-image: url("../../assets/img/down-concave.svg");
      background-position: bottom center;
      bottom: -1px; }
  main .soundwave-quote {
    background-image: url("../../assets/img/quote-waveform.png");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 5rem;
    padding-top: 3rem; }
    main .soundwave-quote .quote-text {
      padding-top: 1rem;
      position: relative; }
      main .soundwave-quote .quote-text p {
        font-weight: 200;
        font-size: 1.8rem;
        text-align: center;
        line-height: 2.2rem;
        position: relative;
        z-index: 700; }
    main .soundwave-quote .quote-text::before, main .soundwave-quote .quote-text::after {
      display: block;
      color: #ffffff;
      background-size: auto;
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      z-index: 200; }
    main .soundwave-quote .quote-text::before {
      height: 86px;
      width: 115px;
      background-image: url("../../assets/img/quote-66.svg");
      top: 0;
      left: 0; }
    main .soundwave-quote .quote-text::after {
      height: 64px;
      width: 87px;
      background-image: url("../../assets/img/quote-99.svg");
      bottom: 0;
      right: 0; }
  main .instagram-feed {
    margin-bottom: 3rem; }
    main .instagram-feed h3 {
      line-height: normal; }
    main .instagram-feed h5 {
      line-height: normal;
      font-family: "Lexend", Arial, sans-serif;
      text-transform: none;
      margin-bottom: 1rem; }
    main .instagram-feed .post-thumbnail img {
      width: 100%;
      height: auto; }
  main .imgtxt-blocks {
    margin-bottom: 5rem; }
    main .imgtxt-blocks .cell h3 {
      line-height: 1.1;
      font-size: 2.5rem;
      margin-bottom: 1rem; }
    main .imgtxt-blocks .imgtxt-img {
      text-align: center; }
      main .imgtxt-blocks .imgtxt-img img {
        width: 100%; }
  main .link-bar {
    background-color: #0e0c0c;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 12rem;
    margin-bottom: 3rem; }
    main .link-bar .grid-container {
      background-image: linear-gradient(180deg, rgba(14, 12, 12, 0.7) 85%, rgba(14, 12, 12, 0) 100%);
      padding-bottom: 2rem; }
    main .link-bar .cell {
      text-align: center;
      padding-top: 3rem; }
      main .link-bar .cell a {
        color: #ffffff; }
        main .link-bar .cell a i.icon {
          display: block;
          font-size: 7rem;
          color: #0099FB; }
        main .link-bar .cell a h4 {
          font-family: "Lexend", Arial, sans-serif;
          text-transform: none;
          padding-top: 2rem;
          line-height: 2rem; }
      main .link-bar .cell a:hover {
        color: #ffffff; }
        main .link-bar .cell a:hover i.icon {
          color: #007CCB; }
  main .showreel {
    margin-bottom: 4rem; }
    main .showreel iframe {
      width: 100%;
      aspect-ratio: 16 / 9; }
  main .album-grid {
    background-color: #251f1f;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    main .album-grid h3 {
      text-align: center;
      margin-bottom: 3rem;
      font-size: 3.4rem;
      line-height: normal; }
    main .album-grid .album h4 {
      font-family: "Lexend", Arial, sans-serif;
      font-size: 1.4rem;
      line-height: 1.6rem;
      text-transform: none;
      margin-top: 0.5rem; }
    main .album-grid .album img {
      width: 100%;
      height: auto; }
  main .link-boxes {
    margin-bottom: 4rem; }
    main .link-boxes .grid-container .grid-x .cell {
      text-align: center;
      background-color: #0e0c0c;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      background-repeat: no-repeat; }
    main .link-boxes .grid-container .grid-x .cell.library-links {
      background-position: bottom left;
      background-size: 35%; }
    main .link-boxes .grid-container .grid-x .cell.contact-link {
      background-position: bottom right;
      background-size: 30%; }
    main .link-boxes .grid-container .grid-x .cell.social-links {
      background-position: bottom right;
      background-size: 30%; }
      main .link-boxes .grid-container .grid-x .cell.social-links .contact-social {
        list-style: none;
        margin-left: 0;
        margin-top: 2rem; }
        main .link-boxes .grid-container .grid-x .cell.social-links .contact-social li {
          display: inline;
          font-size: 3.5rem;
          line-height: 1; }
  main .work-columns {
    padding-bottom: 2rem; }
    main .work-columns h4 {
      line-height: 2.2rem;
      text-align: center; }
  main .client-logos {
    text-align: center; }
    main .client-logos img {
      width: 100px;
      height: auto;
      margin: 1rem 1.5rem; }
  main .contact-details {
    margin-bottom: 3rem; }
    main .contact-details .contact-social {
      list-style-type: none;
      font-size: 2rem;
      margin-left: 0;
      padding-left: 0;
      line-height: 2.5rem; }
  main figure.float-right {
    margin-left: 1rem;
    margin-bottom: 1rem; }
  main figure.float-left {
    margin-right: 1rem;
    margin-bottom: 1rem; }
  main figure.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 1.5em 0;
    clear: both; }
    main figure.video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }

footer {
  background-color: #251f1f;
  font-size: 0.9rem;
  line-height: 1rem; }
  footer p, footer address {
    line-height: 1.2rem; }
  footer .shaper {
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
  footer .cell {
    text-align: center; }
    footer .cell ul.footer-nav {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0;
      font-size: 1.1rem; }
      footer .cell ul.footer-nav li.privacy-link {
        margin-top: 1.5rem;
        font-size: 1rem; }
      footer .cell ul.footer-nav a.is-active {
        color: #ffffff; }
    footer .cell ul.contact-social {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0;
      font-size: 2rem; }
      footer .cell ul.contact-social li {
        display: inline; }
    footer .cell p.contact-phone, footer .cell p.contact-email {
      margin-bottom: 0; }
    footer .cell p.copyright {
      margin-top: 1rem; }
    footer .cell p.footer-logo img {
      width: 50px;
      height: auto; }

/* Page Specific Styles */
@media screen and (min-width: 40em) {
  header {
    height: 675px; }
    header .hero-content {
      padding-top: 190px; }

  .page-home header .hero-content .cell {
    padding-left: 20px; }
    .page-home header .hero-content .cell h2 {
      font-size: 6rem;
      line-height: 5.5rem; }
    .page-home header .hero-content .cell h3 {
      font-size: 2rem;
      line-height: 2.2rem;
      width: 27.5rem; }

  .page-contact header {
    height: auto; }
    .page-contact header .hero-content .cell {
      text-align: center; }
      .page-contact header .hero-content .cell h2 {
        font-size: 3.5rem;
        margin-bottom: 0; }
      .page-contact header .hero-content .cell form .form-row {
        margin-bottom: 1rem; }
      .page-contact header .hero-content .cell form label {
        width: 25%;
        height: 2.4375rem;
        float: left;
        border-top: 1px solid #342D2D;
        border-right: none;
        border-left: 1px solid #342D2D;
        border-bottom: 1px solid #342D2D;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        font-size: 1rem;
        font-weight: 700; }
      .page-contact header .hero-content .cell form input[type=text], .page-contact header .hero-content .cell form input[type=email], .page-contact header .hero-content .cell form input[type=number], .page-contact header .hero-content .cell form textarea {
        width: 75%;
        margin-bottom: 0;
        color: #ffffff;
        background-color: #0e0c0c;
        border: 1px solid #443c3c;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-topright: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0; }
      .page-contact header .hero-content .cell form .asf label {
        width: 75%; }
      .page-contact header .hero-content .cell form .asf input {
        width: 25%; }
      .page-contact header .hero-content .cell form input::placeholder, .page-contact header .hero-content .cell form textarea::placeholder {
        color: #443c3c;
        opacity: 1; }
      .page-contact header .hero-content .cell form textarea, .page-contact header .hero-content .cell form .message-label {
        height: 6rem; }
    .page-contact header .hero-content .cell.contact-form {
      padding-bottom: 5rem; }

  main .intro-text p {
    font-size: 1.5rem;
    line-height: 1.9rem; }
  main p.scroll-logo img {
    width: 64px;
    height: auto; }
  main .playlist h2 {
    font-size: 5.6rem; }
  main .link-bar {
    background-position: left bottom;
    background-size: 80%;
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
    main .link-bar .grid-container {
      background-image: linear-gradient(180deg, rgba(14, 12, 12, 0) 0%, rgba(14, 12, 12, 0.7) 40%, rgba(14, 12, 12, 0.7) 80%, rgba(14, 12, 12, 0) 100%);
      padding-bottom: 1rem;
      padding-top: 1rem; }
  main .link-boxes .grid-container .grid-x .cell {
    padding-right: 1.4rem;
    padding-left: 1.4rem; }
  main .link-boxes .grid-container .grid-x .cell.library-links {
    text-align: right; }
  main .link-boxes .grid-container .grid-x .cell.contact-link, main .link-boxes .grid-container .grid-x .cell.social-links {
    text-align: left; }

  footer .cell {
    text-align: left; }
  footer .cell:nth-of-type(even) {
    text-align: right; }

  /* Page Specific Styles */ }
@media screen and (min-width: 64em) {
  header {
    height: 800px; }
    header #site-logo {
      float: none;
      text-align: center;
      margin-bottom: -125px;
      padding-left: 0; }
      header #site-logo a.logo img {
        width: 146px;
        height: auto; }
    header .top-bar {
      background-color: transparent;
      position: static;
      padding-top: 0;
      padding-bottom: 0; }
      header .top-bar nav {
        width: 100%; }
        header .top-bar nav .menu {
          width: 100%; }
          header .top-bar nav .menu li:nth-of-type(2) {
            justify-content: left; }
          header .top-bar nav .menu li:nth-of-type(3) {
            justify-content: right; }
    header .hero-content {
      padding-top: 230px; }
      header .hero-content .cell h2 {
        font-size: 7rem;
        line-height: 6.5rem; }

  .page-home header .hero-content .cell h2 {
    font-size: 8rem;
    line-height: 7.5rem; }
  .page-home header .hero-content .cell h3 {
    font-size: 3rem;
    line-height: 3.5rem;
    width: 41rem; }

  .page-contact header .hero-content {
    padding-top: 100px; }

  footer .cell:nth-of-type(-n+2) {
    text-align: left; }
  footer .cell:nth-of-type(n+3) {
    text-align: right; }

  main p.scroll-logo {
    margin-top: -40px; }
    main p.scroll-logo img {
      width: 74px;
      height: auto; }
  main .playlist iframe {
    height: 600px; }
  main .playlist h3 {
    font-size: 4rem; }
  main .shaped-ctas .cell h3 {
    font-size: 4rem; }
  main .shaped-ctas .cell.convex h3 {
    font-size: 5.9rem; }
  main .soundwave-quote {
    background-size: 100% auto; }
    main .soundwave-quote .quote-text p {
      font-size: 2.4rem;
      line-height: 2.8rem; }
    main .soundwave-quote .quote-text::before {
      left: -20px; }
    main .soundwave-quote .quote-text::after {
      right: -20px; }
  main .album-grid h3 {
    font-size: 4rem; }
  main .link-bar {
    background-position: left center;
    background-size: contain;
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
    main .link-bar .grid-container {
      background-image: none;
      padding-bottom: 1rem;
      padding-top: 1.9rem; }
      main .link-bar .grid-container .cell i.icon {
        float: left;
        height: 100%;
        font-size: 6.5rem;
        margin-right: 1.4rem; }
      main .link-bar .grid-container .cell h4 {
        text-align: left;
        padding-top: 0; }
      main .link-bar .grid-container .cell p {
        text-align: left; }

  /* Page Specific Styles */
  .page-home main {
    padding-top: 0;}
}
