/* Text Elements */

h1.hero-heading {
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  color: rgba(255, 255, 255, .87);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 62px;
  font-family: 'Teko', sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .7s;
     -moz-transition-duration: .7s;
       -o-transition-duration: .7s;
          transition-duration: .7s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
}

h1.hero-heading.outofview {
  -webkit-transform: scaleX(.1) scaleY(.1);
     -moz-transform: scaleX(.1) scaleY(.1);
       -o-transform: scaleX(.1) scaleY(.1);
          transform: scaleX(.1) scaleY(.1);
}

h2 {
  margin-top: 10px;
  margin-bottom: 14px;
  color: #1a1d2d;
  text-align: center;
  letter-spacing: 2px;
  font-size: 36px;
  font-family: 'Teko', sans-serif;
}

h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(21, 37, 43, .77);
  text-align: center;
  letter-spacing: 2px;
  font-size: 28px;
  font-family: 'Teko', sans-serif;
}

h4 {
  font-family: 'Poppins', sans-serif;
}

p.paragraph {
  font-family: 'Poppins', sans-serif;
}

span.text-element.nav-link {
  color: #135151;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Teko', sans-serif;
}

span.text-element {
  font-family: 'Poppins', sans-serif;
}

a.link-text {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

a.link-text.default-link.sub-nav:last-child {
  border-right-width: 0;
}

/* Interaction Elements */

a.link-button.hero-btn {
  padding: 14px 16px;
  border-radius: 4px;
  background-color: #019fa0;
  box-shadow: rgba(0, 0, 0, .5) 0 5px 10px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Karla', sans-serif;
}

a.link-button.button.hero-btn {
  padding-top: 16px;
  font-size: 26px;
  font-family: 'Teko', sans-serif;
}

/* Layout Elements */

.container.top-bar {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: end;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.container.container-1 {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  min-height: 60vh;
  max-height: 280px;
  background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.hero-section {
  padding-right: 0;
  padding-left: 0;
}

.container.action-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #ffdbd4;
  box-shadow: none;
}

.container.nav-modal {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  z-index: 100;
  display: none;
  padding-right: 0;
  padding-left: 0;
  min-height: 50vh;
  background-color: #afdada;
  box-shadow: rgba(0, 11, 53, .5) 0 0 10px 10px;
}

.container.navigation-container {
  padding-right: 0;
  padding-left: 0;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 60px;
  padding-right: 0;
  padding-left: 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.footer-section {
  padding: 20px;

  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
     -moz-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}

.container.copyright {
  padding-top: 30px;
  width: 100%;
}

.container.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  padding-left: 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.section-divider {
  padding-right: 0;
  padding-left: 0;
}

.container.menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.link-container.nav-link-wrapper {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: .0625rem solid rgba(255, 255, 255, .45);
}

div.responsive-picture {
  max-width: none;
}

span.glyph.close-button {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 0;
  background-color: #019b9b;
  color: rgba(255, 255, 255, .8);
}

ul.list-container.main-nav {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  background-color: transparent;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

a.social-image.social-ones {
  margin-right: 3px;
}

.rule hr {
  border-top-color: #ffd9d3;
}

li.list-item-container.nav-item {
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: background-color;
     -moz-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
}

span.glyph.button.close-button {
  background-color: #002b31;
}

span.glyph.menu-toggler {
  padding: 10px 0 8px 12px;
  background-color: transparent;
  color: #002b31;
  font-size: 20px;
}

li.list-item-container.nav-item:hover {
  background-color: #019b9b;
}

span.glyph.button.menu-toggler:hover {
  color: #000;
}

@supports (display: grid) {
  /* Text Elements */

  h1.hero-heading {
    position: static;
    top: 2%;
    left: 2%;
    margin-top: 10px;
    margin-bottom: .2rem;
    margin-left: 3%;
    padding-right: 40%;
    max-width: 100%;
    color: rgba(5, 0, 0, .87);
    text-align: left;
    text-indent: 0;
    text-shadow: #fbfafa 3px 3px 0;
    letter-spacing: .05em;
    font-weight: 700;
    font-variant: small-caps;
    font-size: 3em;
    font-family: 'Noticia Text', serif;
    line-height: 1.1;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-property: -webkit-transform;
       -moz-transition-property:         transform, -moz-transform;
         -o-transition-property:      -o-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
  }

  h1.hero-heading.services {
    font-size: 2.5em;
  }

  h1.hero-heading.projects {
    font-size: 2.4em;
  }

  h2.hero-heading-hashtag {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3%;
    padding-right: 30%;
    max-width: 100%;
    color: #fbfafa;
    text-align: left;
    text-shadow: #313131 2px 2px 5px;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    font-family: 'Noticia Text', serif;
  }

  h2.hero-heading-hashtag.ht2 {
    line-height: 1;
  }

  h3.heading-2 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    min-width: 100%;
    color: #c55314;
    text-transform: uppercase;
    text-shadow: #fbfbfb 2px 2px 0;
    word-spacing: 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    font-size: 2.2em;
    font-family: 'Noticia Text', serif;
    line-height: 1;

    mix-blend-mode: normal;
  }

  h3.heading-2.heading-line2 {
    padding-top: 0;
    font-size: 1.6em;
  }

  h3.hallowscream.heading-2 {
    font-size: 2em;
  }

  h4.venue {
    margin-top: 10px;
    min-width: 70%;
    color: #171718;
    text-align: center;
    text-shadow: #d0d0d1 1px 1px 0;
    font-weight: 700;
    font-size: 19px;
    font-family: 'Noticia Text', serif;
  }

  h4.show-date {
    margin-right: auto;
    margin-left: auto;
    min-width: 40%;
    color: #262a69;
    text-align: center;
    text-shadow: #e1e2e3 1px 1px 0;
    font-weight: 700;
    font-size: 1.5em;
    font-family: 'Noticia Text', serif;
  }

  h4.jrt.venue {
    margin-top: 10px;
  }

  h4.show-date.show-date-detail {
    margin-top: -12px;
    margin-bottom: 8px;
    min-width: 70%;
    font-size: 1.3em;
  }

  p.paragraph.text1 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    color: #2f2c2c;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Noticia Text', serif;
  }

  p.paragraph a.paragraph-text-1 {
    color: #262a69;
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-4 {
    color: #262a69;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-5 {
    text-decoration: underline;
  }

  p.paragraph span.paragraph-text-6 {
    text-decoration: underline;
  }

  p.paragraph span.paragraph-text-3 {
    text-decoration: underline;
  }

  p.paragraph span.paragraph-text-7 {
    color: #262a69;
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-8 {
    color: #262a69;
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-9 {
    color: #262a69;
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-10 {
    color: #262a69;
    font-weight: 700;
  }

  p.paragraph.proj-txt.text1 {
    text-align: center;
  }

  span.text-element.nav-link {
    color: rgba(235, 238, 238, .8);
    font-size: 20px;
    font-family: 'Noticia Text', serif;
  }

  a.link-text.footer-link {
    display: block;
    margin-right: auto;
    margin-bottom: .5%;
    margin-left: auto;
    padding-top: 6px;
    color: #002b31;
    text-align: center;
    font-size: 12px;
    font-family: 'Noticia Text', serif;
    line-height: 1.2;
  }

  a.link-text.sitemap-item {
    display: block;
    color: #171718;
    text-shadow: #ececec 1px 1px 0;
    font-weight: 700;
    font-size: 19px;
    font-family: 'Noticia Text', serif;
  }

  /* Interaction Elements */

  a.link-button.button.hero-btn.smooth-scroll {
    margin: 6% 6% 0 0;
    padding-right: 4px;
    padding-left: 4px;
    min-width: 6em;
    min-height: 4em;
    max-width: 6em;
    max-height: 4em;
    background-color: #408a8c;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    white-space: normal;
    font-size: 1em;
    font-family: 'Noticia Text', serif;

    background-blend-mode: normal;
  }

  a.link-button.button.hero-btn.just-josh.smooth-scroll {
    margin-top: 5%;
    margin-right: 4%;
    padding: 1.6em 4px 0;
    min-width: 8em;
    min-height: 4.5em;
    max-width: 8em;
    max-height: 4.5em;
    border-top-width: .125rem;
    border-top-color: rgba(172, 172, 172, .71);
    border-right-color: rgba(172, 172, 172, .71);
    background-color: #c55314;
    background-image: -webkit-linear-gradient(bottom, rgba(197, 83, 20, .5) 0%, rgba(197, 83, 20, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(197, 83, 20, .5) 0%, rgba(197, 83, 20, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(197, 83, 20, .5) 0%, rgba(197, 83, 20, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:         linear-gradient(0deg, rgba(197, 83, 20, .5) 0%, rgba(197, 83, 20, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-shadow: #4d4d4d 2px 2px 0;
    font-weight: 700;
    font-size: .9em;

    background-blend-mode: normal;
  }

  a.link-button.button.hero-btn.magic.smooth-scroll {
    margin-top: 5%;
    margin-right: 4%;
    padding-top: 1.2em;
    padding-bottom: 0;
    min-width: 8em;
    min-height: 4.5em;
    max-width: 8em;
    max-height: 4.5em;
    border-top-width: .125rem;
    border-top-color: rgba(172, 172, 172, .71);
    border-right-width: .125rem;
    border-right-color: rgba(172, 172, 172, .71);
    background-color: #89841c;
    background-image: -webkit-linear-gradient(bottom, rgba(137, 132, 28, .5) 0%, rgba(137, 132, 28, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(137, 132, 28, .5) 0%, rgba(137, 132, 28, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(137, 132, 28, .5) 0%, rgba(137, 132, 28, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:         linear-gradient(0deg, rgba(137, 132, 28, .5) 0%, rgba(137, 132, 28, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-shadow: #4d4d4d 2px 2px 0;
    font-weight: 700;
    font-size: .9em;

    background-blend-mode: normal;
  }

  a.link-button.button.cabaret.hero-btn.smooth-scroll {
    margin-top: 5%;
    margin-right: 4%;
    padding: 1.6em 4px 0;
    min-width: 8em;
    min-height: 4.5em;
    max-width: 8em;
    max-height: 4.5em;
    border-top-width: .125rem;
    border-top-color: rgba(172, 172, 172, .71);
    border-right-width: .125rem;
    border-right-color: rgba(172, 172, 172, .71);
    background-color: #262a69;
    background-image: -webkit-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:         linear-gradient(0deg, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-shadow: #4d4d4d 2px 2px 0;
    font-weight: 700;
    font-size: .9em;

    background-blend-mode: normal;
  }

  a.link-button.actor.button.hero-btn.smooth-scroll {
    margin-top: 5%;
    margin-right: 4%;
    padding-top: 1.6em;
    padding-bottom: 0;
    min-width: 8em;
    min-height: 4.5em;
    max-width: 8em;
    max-height: 4.5em;
    border-top: .125rem solid rgba(172, 172, 172, .71);
    border-right: .125rem solid rgba(172, 172, 172, .71);
    background-image: -webkit-linear-gradient(bottom, rgba(64, 138, 140, .5) 0%, rgba(64, 138, 140, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(64, 138, 140, .5) 0%, rgba(64, 138, 140, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(64, 138, 140, .5) 0%, rgba(64, 138, 140, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:         linear-gradient(0deg, rgba(64, 138, 140, .5) 0%, rgba(64, 138, 140, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-shadow: #4d4d4d 2px 2px 0;
    font-weight: 700;
    font-size: .9em;

    background-blend-mode: normal;
  }

  a.link-button span.button-link-text-1 {
    color: #fff;
  }

  a.link-button span.button-link-text-2 {
    color: #fff;
  }

  a.link-button span.button-link-text-3 {
    color: #fff;
  }

  a.link-button span.button-link-text-4 {
    color: #fff;
    text-transform: uppercase;
  }

  a.link-button.actor.button.hero-btn.servs.smooth-scroll {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.5em;
    min-width: 10em;
    min-height: 6em;
    max-width: 10em;
    max-height: 6em;
  }

  a.link-button.button.hero-btn.just-josh.servs.smooth-scroll {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.5em;
    min-width: 10em;
    min-height: 6em;
    max-width: 10em;
    max-height: 6em;
  }

  a.link-button.button.hero-btn.magic.servs.smooth-scroll {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.4em;
    min-width: 10em;
    min-height: 6em;
    max-width: 10em;
    max-height: 6em;
  }

  a.link-button.button.cabaret.hero-btn.servs.smooth-scroll {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.4em;
    min-width: 10em;
    min-height: 6em;
    max-width: 10em;
    max-height: 6em;
    background-color: #262a69;
  }

  a.link-button span.button-link-text-14 {
    text-transform: uppercase;
  }

  a.link-button.button.hero-btn.lild.smooth-scroll {
    margin-top: 5%;
    margin-right: 4%;
    padding: 1.6em 4px 0;
    min-width: 8em;
    min-height: 4.5em;
    max-width: 8em;
    max-height: 4.5em;
    border-top-width: .125rem;
    border-top-color: rgba(172, 172, 172, .71);
    border-right-width: .125rem;
    border-right-color: rgba(172, 172, 172, .71);
    background-color: #aa2a63;
    background-image: -webkit-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:         linear-gradient(0deg, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-shadow: #4d4d4d 2px 2px 0;
    font-weight: 700;
    font-size: .9em;

    background-blend-mode: normal;
  }

  a.link-button.button.hero-btn.panto.smooth-scroll {
    margin-top: 5%;
    margin-right: 4%;
    padding-top: 1.6em;
    padding-bottom: 0;
    min-width: 8em;
    min-height: 4.5em;
    max-width: 8em;
    max-height: 4.5em;
    border-top: .125rem solid rgba(172, 172, 172, .71);
    border-right: .125rem solid rgba(172, 172, 172, .71);
    background-color: #f4b44b;
    background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
    text-shadow: #4d4d4d 2px 2px 0;
    font-weight: 700;
    font-size: .9em;

    background-blend-mode: normal;
  }

  a.link-button.button.hero-btn.lild.servs.smooth-scroll {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.4em;
    min-width: 10em;
    min-height: 6em;
    max-width: 10em;
    max-height: 6em;
    background-color: #aa2a63;
    background-image: -webkit-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
    background-image:         linear-gradient(0deg, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
  }

  a.link-button.button.hero-btn.panto.servs.smooth-scroll {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.4em;
    min-width: 10em;
    min-height: 6em;
    max-width: 10em;
    max-height: 6em;
    background-color: #f4b44b;
    background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
  }

  a.link-button.actor.button.hero-btn.smooth-scroll:hover {
    -webkit-filter: brightness(1.1) opacity(1);
            filter: brightness(1.1) opacity(1);
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
       -moz-transform: translateX(0px) translateY(0px) translateZ(0px);
            transform: translateX(0px) translateY(0px) translateZ(0px);

    mix-blend-mode: normal;
  }

  a.link-button.button.hero-btn.just-josh.smooth-scroll:hover {
    -webkit-filter: opacity(1) brightness(1.1);
            filter: opacity(1) brightness(1.1);
  }

  a.link-button.button.hero-btn.magic.smooth-scroll:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }

  a.link-button.button.cabaret.hero-btn.smooth-scroll:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }

  a.link-button.button.hero-btn.lild.smooth-scroll:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }

  a.link-button.button.hero-btn.panto.smooth-scroll:hover {
    -webkit-filter: brightness(1.1) opacity(1);
            filter: brightness(1.1) opacity(1);
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
       -moz-transform: translateX(0px) translateY(0px) translateZ(0px);
            transform: translateX(0px) translateY(0px) translateZ(0px);

    mix-blend-mode: normal;
  }

  a.link-button.actor.button.hero-btn.smooth-scroll:active {
    -webkit-transform: translateX(1px) translateY(1px) translateZ(0px) scaleX(1);
       -moz-transform: translateX(1px) translateY(1px) translateZ(0px) scaleX(1);
            transform: translateX(1px) translateY(1px) translateZ(0px) scaleX(1);
  }

  a.link-button.button.hero-btn.just-josh.smooth-scroll:active {
    -webkit-transform: translateX(1px) translateY(1px);
       -moz-transform: translateX(1px) translateY(1px);
         -o-transform: translateX(1px) translateY(1px);
            transform: translateX(1px) translateY(1px);
  }

  a.link-button.button.hero-btn.magic.smooth-scroll:active {
    -webkit-transform: translateX(1px) translateY(1px);
       -moz-transform: translateX(1px) translateY(1px);
         -o-transform: translateX(1px) translateY(1px);
            transform: translateX(1px) translateY(1px);
  }

  a.link-button.button.cabaret.hero-btn.smooth-scroll:active {
    -webkit-transform: translateX(1px) translateY(1px);
       -moz-transform: translateX(1px) translateY(1px);
         -o-transform: translateX(1px) translateY(1px);
            transform: translateX(1px) translateY(1px);
  }

  a.link-button.button.hero-btn.lild.smooth-scroll:active {
    -webkit-transform: translateX(1px) translateY(1px);
       -moz-transform: translateX(1px) translateY(1px);
         -o-transform: translateX(1px) translateY(1px);
            transform: translateX(1px) translateY(1px);
  }

  a.link-button.button.hero-btn.panto.smooth-scroll:active {
    -webkit-transform: translateX(1px) translateY(1px) translateZ(0px) scaleX(1);
       -moz-transform: translateX(1px) translateY(1px) translateZ(0px) scaleX(1);
            transform: translateX(1px) translateY(1px) translateZ(0px) scaleX(1);
  }

  /* Layout Elements */

  body.body-2 {
    min-height: 50vh;
    max-height: 50vh;
  }

  .container.container-1 {
    margin-top: -65px;
    margin-bottom: 0;
    padding-bottom: 20px;
    min-height: 45em;
    max-height: none;
    background-image: url('../images/josh-narrow.jpg');
    background-attachment: scroll;
    background-position: 95% 0;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.top-bar {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: transparent;
  }

  .container.nav-modal {
    margin-right: auto;
    margin-left: auto;
    min-height: auto;
    max-width: 60vw;
    max-height: none;
    background-color: #636363;
  }

  .container.action-wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 3%;
    display: block;
    -ms-flex-align: center;
    margin-top: 1.5em;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    min-width: 250px;
    max-width: 290px;
    width: auto;
    background-color: transparent;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.copyright {
    padding-top: 0;
    width: 100%;
  }

  .container.footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    min-width: 100%;
    max-width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.footer {
    margin-bottom: 2%;
  }

  .container.cont-actor.container-1 {
    min-height: 0;
    background-image: url('../images/wall-background.jpg');
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }

  .container.action-wrapper.serv-actor {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 8%;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 0;
    max-width: 96%;
    background-color: transparent;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 6px;
    background-color: rgba(247, 244, 244, .21);
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-blend-mode: normal;
  }

  .container.action-wrapper.serv-justjosh {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 10%;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 0;
    max-width: 96%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.action-wrapper.closeupmagic {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 10%;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 0;
    max-width: 96%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.action-wrapper.cabaret {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 10%;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 0;
    max-width: 96%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-bottom: 10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.project1-content {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 100%;
    background-color: rgba(233, 232, 232, .33);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.container-3.project1-poster {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.button-wrapper {
    min-width: 100%;
    background-color: transparent;
  }

  .container.button-wrapper.projects {
    -ms-flex-pack: center;
    margin-bottom: 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.action-wrapper.contactdets {
    margin-top: 3em;
    margin-right: 0;
    padding-left: 0;
    min-width: 50%;
    min-height: 0vh;
    max-width: 75%;
    background-color: transparent;
  }

  .container.container-4.projects {
    margin-bottom: 0;
  }

  .container.menu-toggle {
    margin-top: .3rem;
  }

  .container.contact-bg.container-1 {
    min-height: 55em;
  }

  .container.container-sitemap {
    margin-top: 50px;
  }

  .container.action-wrapper.project1 {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    max-width: 90%;
    background-color: rgba(234, 234, 234, .44);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.action-wrapper.project4 {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    max-width: 90%;
    background-color: rgba(234, 234, 234, .44);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.action-wrapper.project5 {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    max-width: 90%;
    background-color: rgba(234, 234, 234, .44);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.action-wrapper.project6 {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    max-width: 90%;
    background-color: rgba(234, 234, 234, .44);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.action-wrapper.lildribble {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 10%;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 0;
    max-width: 96%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.action-wrapper.pantomime {
    position: relative;
    top: 11%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-top: 10%;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 0;
    max-width: 96%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .link-container.nav-link-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  span.glyph.button.close-button {
    background-color: #414040;
    color: rgba(235, 238, 238, .8);
    font-size: 20px;
  }

  .rule.rule-2 hr {
    border-top-color: #e0e0e0;
  }

  a.social-image.social-ones {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    max-width: 30px;
  }

  .rule.rule-2 {
    margin-bottom: 0;
  }

  a.link-button-image.button {
    position: absolute;
    bottom: 0;
    left: auto;
    display: block;
    margin-left: 2%;
    min-width: 14rem;
    min-height: 10rem;
    max-width: 14rem;
    max-height: 10rem;
    background-color: transparent;
    background-image: url('../images/Upcoming%20Projects%201.png');
    background-attachment: local;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  ul.list-container.main-nav.menu {
    margin-bottom: 0;
  }

  li.list-item-container.nav-item {
    text-align: center;
  }

  div.responsive-picture.picture-1 {
    display: block;
    padding: 5px;
    min-width: 50%;
    width: 50%;
  }

  a.link-button-image.button.ticket {
    position: relative;
    bottom: auto;
    margin-top: 1.5em;
    margin-bottom: 2rem;
    margin-left: 3%;
    min-width: 200px;
    min-height: 10em;
    max-width: 200px;
    max-height: 10em;
    background-image: url('../images/Upcoming%20Projects%201.png');
    background-size: contain;
  }

  div.responsive-picture.cab.picture-1 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.project-1 {
    display: block;
    padding: 5px;
    min-width: 100%;
    width: 100%;
    border-radius: 20px;
    background-color: transparent;
  }

  a.link-button-image.button.projects {
    position: relative;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    min-width: 16em;
    min-height: 12em;
    max-width: 16em;
    max-height: 12em;
    background-image: url('../images/book-virtual-entertainment.png');
    background-size: contain;
  }

  li.list-item-container.list-item-container-1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  span.glyph.button.menu-toggler {
    margin-bottom: .5rem;
    padding-top: 8px;
    padding-bottom: 0;
    color: #feffff;
    text-shadow: #0c0c0c 2px 2px 2px;
    font-size: 36px;
  }

  ul.list-container.list-container-1 {
    margin-top: 4em;
    margin-bottom: 5em;
  }

  a.link-button-image.button.panto.projects {
    background-image: url('../images/book-tickets.png');
  }

  li.list-item-container.nav-item:hover {
    background-color: #9d9d9d;
  }

  span.glyph.button.menu-toggler:hover {
    color: #262a69;
    text-shadow: #fbfafa 2px 2px 2px;
  }

  a.link-button-image.button:hover {
    background-image: url('../images/Upcoming%20Projects%202.png');
  }

  a.link-button-image.button.projects:hover {
    min-width: 16em;
    min-height: 12em;
    max-width: 16em;
    max-height: 12em;
    background-image: url('../images/book-virtual-entertainment-now.png');
  }

  a.link-button-image.button.ticket:hover {
    background-image: url('../images/Upcoming%20Projects%202.png');
  }

  div.responsive-picture.project-1:hover {
    -webkit-transform: scaleX(1) scaleY(1);
       -moz-transform: scaleX(1) scaleY(1);
         -o-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }

  a.link-button-image.button.panto.projects:hover {
    background-image: url('../images/book-tickets-hover.png');
  }

  a.link-button-image.button.ticket:active {
    background-image: url('../images/Upcoming%20Projects%202.png');
    -webkit-transform: translateX(1px) translateY(1px);
       -moz-transform: translateX(1px) translateY(1px);
         -o-transform: translateX(1px) translateY(1px);
            transform: translateX(1px) translateY(1px);
  }

  a.link-button-image.button.projects:active {
    min-width: 16em;
    min-height: 12em;
    max-width: 16em;
    max-height: 12em;
    background-image: url('../images/book-virtual-entertainment-now.png');
    background-attachment: local;
    background-position: 0 0;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateX(1px) translateY(1px);
       -moz-transform: translateX(1px) translateY(1px);
         -o-transform: translateX(1px) translateY(1px);
            transform: translateX(1px) translateY(1px);

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 12vw;
  }

  span.text-element.nav-link {
    color: rgba(17, 40, 49, .8);
    font-size: 22px;
  }

  /* Interaction Elements */

  a.link-button.hero-btn {
    float: right;
  }

  /* Layout Elements */

  .container.top-bar {
    position: fixed;
    top: 0;
    z-index: 100;
    padding-top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .18) 0 5px 10px 0;
  }

  .container.nav-modal {
    position: relative;
    right: auto;
    left: auto;
    display: block;
    margin-bottom: 20px;
    padding: 10px 10px 0;
    min-height: 0vh;
    border-bottom: .0625rem dotted #7efdae;
    background-color: transparent;
    box-shadow: none;
  }

  .container.navigation-container {
    position: relative;
  }

  .container.container-1 {
    min-height: 70vh;
    max-height: none;
    background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  }

  .container.hero-section {
    position: relative;
    padding-top: 80px;
  }

  .container.action-wrapper {
    position: absolute;
    top: 80%;
    right: 10px;
    bottom: auto;
    left: 40%;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .5) 0 5px 10px 0;
  }

  .container.footer {
    -ms-flex-pack: justify;
    padding-left: 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.footer-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 220px;
       -moz-box-flex: 0;
        -ms-flex: 0 220px;
            flex: 0 220px;
  }

  .container.copyright {
    padding-left: 0;
  }

  .container.menu-toggle {
    display: none;
  }

  .link-container.nav-link-wrapper {
    padding-bottom: .6rem;
  }

  span.glyph.close-button {
    display: none;
  }

  ul.list-container.main-nav {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  li.list-item-container.nav-item {
    -webkit-transition-delay: 0s, 0s;
       -moz-transition-delay: 0s, 0s;
         -o-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
       -moz-transition-timing-function: ease-in-out, ease-in-out;
         -o-transition-timing-function: ease-in-out, ease-in-out;
            transition-timing-function: ease-in-out, ease-in-out;
    -webkit-transition-duration: .3s, .3s;
       -moz-transition-duration: .3s, .3s;
         -o-transition-duration: .3s, .3s;
            transition-duration: .3s, .3s;
    -webkit-transition-property: background-color, box-shadow;
       -moz-transition-property: background-color, box-shadow;
         -o-transition-property: background-color, box-shadow;
            transition-property: background-color, box-shadow;
  }

  li.list-item-container.nav-item:hover {
    background-color: rgba(255, 219, 212, .44);
    box-shadow: rgba(0, 0, 0, .3) 0 4px 10px 0;
  }

  @supports (display: grid) {
      /* Text Elements */

    h1.hero-heading {
      top: 4%;
      left: 2%;
      margin-top: 2.5rem;
      padding-right: 0;
      max-width: 40%;
      font-size: 3.2em;
      line-height: 1;
    }

    h1.hero-heading.services {
      font-size: 3em;
    }

    h1.hero-heading.projects {
      font-size: 2.65em;
    }

    h2.hero-heading-hashtag {
      padding-right: 40%;
      font-size: 28px;
      line-height: 1.2;
    }

    h2.hero-heading-hashtag.services {
      font-size: 24px;
    }

    h2.hero-heading-hashtag.ht2 {
      color: #fbfafa;
    }

    h3.heading-2 {
      margin-bottom: 0;
      text-shadow: #fbfbfb 2px 2px 0;
      font-size: 2.5em;
    }

    h3.heading-2.heading-line2 {
      font-size: 1.9em;
    }

    h3.hallowscream.heading-2 {
      font-size: 2.5em;
    }

    h4.venue {
      min-width: 70%;
      font-size: 22px;
    }

    h4.show-date {
      font-size: 1.7em;
    }

    h4.show-date.show-date-detail {
      margin-top: -16px;
      font-size: 1.5em;
    }

    p.paragraph.text1 {
      font-size: 16px;
    }

    span.text-element.nav-link {
      color: #feffff;
      text-shadow: #000 1px 1px 0;
      font-weight: 700;
      font-size: 16px;
      font-family: 'Noticia Text', serif;
    }

    span.text-element span.text-text-1 {
      text-transform: uppercase;
    }

    span.text-element.nav-link:hover {
      color: #262a69;
      text-shadow: #fbfafa 1px 1px 0;
    }

    a.link-text.footer-link {
      padding-top: 14px;
      font-size: 14px;
    }

    a.link-text.sitemap-item {
      font-size: 24px;
    }

    /* Interaction Elements */

    a.link-button.button.hero-btn.smooth-scroll {
      float: left;
      margin-right: 6%;
      margin-bottom: 0;
      margin-left: 0;
      min-width: 7em;
      max-width: 7em;
      font-size: 1.25em;
    }

    a.link-button.actor.button.hero-btn.smooth-scroll {
      float: none;
      margin-top: 6%;
      margin-right: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      border-top-width: .1875rem;
      border-top-color: rgba(172, 172, 172, .71);
      border-right-width: .1875rem;
      border-right-color: rgba(172, 172, 172, .71);
      font-size: 18px;
      line-height: 1;
    }

    a.link-button.button.hero-btn.just-josh.smooth-scroll {
      float: none;
      margin-top: 6%;
      margin-right: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      border-top-width: .1875rem;
      border-right-width: .1875rem;
      font-size: 18px;
    }

    a.link-button.button.cabaret.hero-btn.smooth-scroll {
      float: none;
      margin-top: 6%;
      margin-right: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      border-top-width: .1875rem;
      border-right-width: .1875rem;
      background-image: -webkit-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 60%, rgba(166, 159, 159, .4) 100%);
      font-size: 18px;
    }

    a.link-button.button.hero-btn.magic.smooth-scroll {
      margin-top: 6%;
      margin-right: 6%;
      padding-top: 1.8em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      border-top-width: .1875rem;
      border-right-width: .1875rem;
      font-size: 18px;
    }

    a.link-button span.button-link-text-1 {
      color: #f0efef;
      font-size: 1.25rem;
    }

    a.link-button span.button-link-text-5 {
      color: #fff;
    }

    a.link-button span.button-link-text-3 {
      color: #f0efef;
      text-transform: uppercase;
      font-size: 1.25rem;
    }

    a.link-button span.button-link-text-4 {
      color: #f0efef;
      text-transform: uppercase;
      font-size: 1.25rem;
    }

    a.link-button span.button-link-text-2 {
      text-transform: uppercase;
      font-size: 1.25rem;
    }

    a.link-button span.button-link-text-10 {
      font-size: 1.1875rem;
    }

    a.link-button.button.hero-btn.just-josh.servs.smooth-scroll {
      margin-top: 0;
    }

    a.link-button.actor.button.hero-btn.servs.smooth-scroll {
      margin-top: 0;
    }

    a.link-button span.button-link-text-12 {
      text-transform: uppercase;
    }

    a.link-button span.button-link-text-13 {
      text-transform: none;
    }

    a.link-button.button.hero-btn.lild.smooth-scroll {
      float: none;
      margin-top: 6%;
      margin-right: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      border-top-width: .1875rem;
      border-right-width: .1875rem;
      background-color: #aa2a63;
      background-image: -webkit-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      font-size: 18px;
    }

    a.link-button.button.hero-btn.panto.smooth-scroll {
      float: none;
      margin-top: 6%;
      margin-right: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      border-top-width: .1875rem;
      border-top-color: rgba(172, 172, 172, .71);
      border-right-width: .1875rem;
      border-right-color: rgba(172, 172, 172, .71);
      background-color: #f4b44b;
      background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      font-size: 18px;
      line-height: 1;
    }

    a.link-button span.button-link-text-15 {
      font-size: 1.25rem;
    }

    a.link-button span.button-link-text-16 {
      font-size: 1.25rem;
    }

    a.link-button.button.hero-btn.panto.servs.smooth-scroll {
      background-color: #f4b44b;
      background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    }

    a.link-button.button.hero-btn.lild.servs.smooth-scroll {
      background-color: #aa2a63;
    }

    /* Layout Elements */

    body.body-2 {
      min-height: 100vh;
      max-height: none;
    }

    .container.nav-modal {
      padding-top: 14px;
      padding-right: 0;
      min-height: 5vh;
      border-bottom-width: 0;
      border-bottom-style: none;
    }

    .container.top-bar {
      position: static;
      margin-top: 0;
      background-color: transparent;
      box-shadow: none;
    }

    .container.action-wrapper {
      position: relative;
      top: auto;
      right: 0;
      left: 3%;
      margin-top: 1.5em;
      margin-right: 5%;
      padding-left: 0;
      min-width: 400px;
      max-width: 500px;
      box-shadow: none;
    }

    .container.container-1 {
      position: static;
      margin-top: -160px;
      min-height: 50em;
      background-image: url('../images/josh-narrow.jpg');
      background-position: 95% 0;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .container.hero-section {
      position: static;
      padding-top: 60px;
    }

    .container.copyright {
      position: static;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      padding-right: 30px;
      padding-left: 30px;
      width: 80%;
    }

    .container.footer-section {
      padding-top: 6px;
      padding-bottom: 6px;
      min-width: 20%;
      max-width: 20%;
    }

    .container.action-wrapper.serv-actor {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-top: 5%;
      margin-left: 5%;
      max-width: 100%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.navigation-container {
      position: relative;
    }

    .container.cont-actor.container-1 {
      min-height: 360px;
      -webkit-filter: brightness(1.1);
              filter: brightness(1.1);
    }

    .container.action-wrapper.serv-justjosh {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-left: 5%;
      max-width: 100%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.closeupmagic {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-left: 5%;
      max-width: 100%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.cabaret {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-left: 5%;
      max-width: 100%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.button-wrapper {
      min-width: 100%;
      background-color: transparent;
    }

    .container.action-wrapper.contactdets {
      margin-right: 0;
      padding-left: 0;
      min-width: 65%;
      max-width: 65%;
      background-color: transparent;
    }

    .container.project1-content {
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      min-width: 100%;
      background-color: rgba(233, 232, 232, .33);
    }

    .container.contact-bg.container-1 {
      min-height: 75em;
    }

    .container.action-wrapper.project1 {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-top: 10%;
      margin-left: auto;
      max-width: 90%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.project4 {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-top: 10%;
      margin-left: auto;
      max-width: 90%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.project5 {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-top: 10%;
      margin-left: auto;
      max-width: 90%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.project6 {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-top: 10%;
      margin-left: auto;
      max-width: 90%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.lildribble {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-left: 5%;
      max-width: 100%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.pantomime {
      top: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-left: 5%;
      max-width: 100%;

      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .link-container.nav-link-wrapper {
      padding: .6rem .6rem 0;
      border-bottom-width: 0;
      border-bottom-style: none;
    }

    a.social-image.social-ones {
      max-width: 34px;
    }

    .rule.rule-2 {
      margin-bottom: 0;
    }

    a.link-button-image.button {
      margin-left: 4%;
      min-width: 16rem;
      min-height: 12rem;
      max-width: 16rem;
      max-height: 12rem;
    }

    div.responsive-picture.picture-1 {
      min-height: auto;
      max-height: none;
    }

    a.link-button-image.button.ticket {
      position: relative;
      bottom: auto;
      display: block;
      margin-top: 1em;
      margin-bottom: 2rem;
      min-width: 280px;
      min-height: 13.5em;
      max-width: 280px;
      max-height: 13.5em;
      background-attachment: local;
      background-size: cover;
    }

    div.responsive-picture.project-1 {
      display: block;
      min-height: auto;
      max-height: none;
    }

    a.link-button-image.button.projects {
      margin-bottom: 0;
      min-width: 18em;
      min-height: 14em;
      max-width: 18em;
      max-height: 14em;
    }

    li.list-item-container.list-item-container-1 {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    ul.list-container.list-container-1 {
      margin-top: 6em;
      margin-bottom: 10em;
      margin-left: 2rem;
    }

    li.list-item-container.nav-item:hover {
      background-color: transparent;
      box-shadow: none;
      color: #0c0707;
    }

    a.link-button-image.button.projects:hover {
      min-width: 18em;
      min-height: 14em;
      max-width: 18em;
      max-height: 14em;
    }

    a.link-button-image.button.projects:active {
      min-width: 18em;
      min-height: 14em;
      max-width: 18em;
      max-height: 14em;
    }
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h3 {
    margin-bottom: 1rem;
  }

  /* Interaction Elements */

  a.link-button.button.hero-btn {
    margin-top: 10px;
  }

  /* Layout Elements */

  .container.action-wrapper {
    right: 40px;
    left: auto;
    max-width: 600px;
  }

  .container.container-1 {
    max-height: 440px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  @supports (display: grid) {
      /* Text Elements */

    h1.hero-heading {
      margin-top: 30px;
      margin-bottom: .5rem;
      max-width: 40%;
      font-size: 4.5em;
    }

    h1.hero-heading.services {
      font-size: 4.5em;
    }

    h1.hero-heading.projects {
      font-size: 4.5em;
    }

    h2.hero-heading-hashtag {
      position: static;
      top: 0;
      left: 0;
      max-width: 100%;
      font-size: 30px;
    }

    h2.hero-heading-hashtag.services {
      font-size: 28px;
    }

    h3.heading-2 {
      background-color: transparent;
      text-shadow: #fbfbfb 2px 2px 0;
      font-size: 3em;
    }

    h3.heading-2.heading-line2 {
      font-size: 2.2em;
    }

    h3.hallowscream.heading-2 {
      font-size: 3em;
    }

    h4.show-date {
      font-size: 1.8em;
    }

    h4.venue {
      font-size: 28px;
    }

    h4.show-date.show-date-detail {
      font-size: 1.6em;
    }

    p.paragraph.text1 {
      display: block;
      margin-top: 0;
      max-width: 1200px;
    }

    span.text-element.nav-link {
      color: rgba(254, 255, 255, .95);
      text-shadow: #000 2px 2px 2px;
      font-size: 18px;
      font-family: 'Noticia Text', serif;
    }

    a.link-text.sitemap-item {
      font-size: 28px;
    }

    /* Interaction Elements */

    a.link-button.button.hero-btn.smooth-scroll {
      font-size: 22px;
    }

    a.link-button.button.hero-btn.just-josh.smooth-scroll {
      margin-top: 6%;
      padding-top: 2.4em;
      vertical-align: middle;
    }

    a.link-button span.button-link-text-1 {
      color: #f0efef;
      font-size: 1.375rem;
    }

    a.link-button span.button-link-text-7 {
      color: #fff;
    }

    a.link-button span.button-link-text-3 {
      color: #f0efef;
      font-size: 1.375rem;
    }

    a.link-button span.button-link-text-4 {
      color: #f0efef;
      text-transform: uppercase;
      font-size: 1.375rem;
    }

    a.link-button span.button-link-text-11 {
      font-size: 1.1875rem;
    }

    a.link-button span.button-link-text-2 {
      font-size: 1.375rem;
    }

    a.link-button.actor.button.hero-btn.servs.smooth-scroll {
      margin-top: 0;
    }

    a.link-button.button.hero-btn.magic.smooth-scroll {
      margin-top: 6%;
    }

    a.link-button.button.cabaret.hero-btn.smooth-scroll {
      margin-top: 6%;
    }

    a.link-button.actor.button.hero-btn.smooth-scroll {
      margin-top: 6%;
    }

    a.link-button.button.hero-btn.magic.servs.smooth-scroll {
      margin-top: 0;
    }

    a.link-button.button.cabaret.hero-btn.servs.smooth-scroll {
      margin-top: 0;
    }

    a.link-button.button.hero-btn.lild.smooth-scroll {
      margin-top: 6%;
      background-color: #aa2a63;
      background-image: -webkit-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
    }

    a.link-button.button.hero-btn.panto.smooth-scroll {
      margin-top: 6%;
      background-color: #f4b44b;
      background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    }

    a.link-button span.button-link-text-17 {
      font-size: 1.375rem;
    }

    a.link-button span.button-link-text-16 {
      font-size: 1.375rem;
    }

    a.link-button.button.hero-btn.lild.servs.smooth-scroll {
      margin-top: 0;
      background-color: #aa2a63;
      background-image: -webkit-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 45%, rgba(166, 159, 159, .4) 100%);
    }

    a.link-button.button.hero-btn.panto.servs.smooth-scroll {
      margin-top: 0;
      background-color: #f4b44b;
      background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    }

    /* Layout Elements */

    body.body-1 {
      min-height: 100vh;
      height: auto;
    }

    .container.container-1 {
      margin-top: -160px;
      min-height: 80em;
      background-image: url('../images/home%20wide.jpg');
      background-attachment: scroll;
      background-position: 5% 0;
    }

    .container.action-wrapper {
      top: auto;
      right: 0;
      left: 3%;
      margin-top: 1.5em;
      max-width: 500px;
    }

    .container.nav-modal {
      margin-top: 10px;
      padding-top: 14px;
    }

    .container.cont-actor.container-1 {
      display: block;
      min-height: 0;
      max-height: none;
      -webkit-filter: brightness(1);
              filter: brightness(1);
    }

    .container.hero-section {
      position: static;
    }

    .container.action-wrapper.serv-actor {
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 3%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
    }

    .container.button-wrapper {
      display: block;
      margin-top: 20px;
      margin-bottom: 0;
      min-width: 20%;
      max-width: 20%;
    }

    .container.container-4 {
      display: block;
      margin-top: 20px;
      max-width: 80%;
    }

    .container.container-3 {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
      float: none;
      margin: 0 5% 0 21%;
      padding: 10px 0;
      max-width: 79%;
      background-color: rgba(247, 244, 244, .15);

      -webkit-justify-content: space-around;
              justify-content: space-around;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
    }

    .container.action-wrapper.serv-justjosh {
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 3%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
    }

    .container.action-wrapper.closeupmagic {
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 3%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
    }

    .container.action-wrapper.cabaret {
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 3%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
    }

    .container.container-3.project1-poster {
      margin-top: 0;
      margin-right: auto;
      margin-left: auto;
      max-width: 96%;
    }

    .container.project1-content {
      margin-top: 0;
      background-color: rgba(233, 232, 232, .33);
    }

    .container.container-4.projects {
      max-width: none;
    }

    .container.button-wrapper.projects {
      margin-top: 0;
      margin-right: auto;
      margin-left: auto;
      min-width: 100%;
      max-width: none;
    }

    .container.action-wrapper.contactdets {
      position: relative;
      margin-top: 4em;
      min-width: 50%;
      max-width: 50%;
    }

    .container.all-projects {
      position: static;
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -ms-flex-pack: center;
      margin-right: auto;
      margin-left: auto;

      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.contact-bg.container-1 {
      min-height: 95em;
      background-image: url('../images/home%20wide%20test.jpg');
      background-attachment: scroll;
      background-position: 25% 0;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .container.container-sitemap {
      position: static;
      display: block;
      -ms-flex-pack: center;
      margin-right: auto;
      margin-left: auto;

      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.project1 {
      display: block;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: center;
      margin-top: 8%;
      margin-right: auto;
      margin-left: auto;
      min-width: 0;
      max-width: 45%;
      width: 45%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.project4 {
      display: block;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: center;
      margin-top: 8%;
      margin-right: auto;
      margin-left: auto;
      min-width: 0;
      max-width: 45%;
      width: 45%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.project5 {
      display: block;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: center;
      margin-top: 8%;
      margin-right: auto;
      margin-left: auto;
      min-width: 0;
      max-width: 45%;
      width: 45%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.project6 {
      display: block;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: center;
      margin-top: 8%;
      margin-right: auto;
      margin-left: auto;
      min-width: 0;
      max-width: 45%;
      width: 45%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
    }

    .container.action-wrapper.lildribble {
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 3%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
    }

    .container.action-wrapper.pantomime {
      display: -webkit-box;
      display: -webkit-flex;
      display:    -moz-box;
      display: -ms-flexbox;
      display:         flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 3%;

      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
    }

    .link-container.nav-link-wrapper {
      padding-right: 1rem;
      padding-left: 1rem;
    }

    a.social-image.social-ones {
      max-width: 36px;
    }

    a.link-button-image.button {
      bottom: 1%;
      margin-bottom: 0;
      margin-left: 4%;
    }

    a.link-button-image.button.ticket {
      margin-top: 1em;
    }

    div.responsive-picture.picture-1 {
      min-width: 40%;
      max-width: 40%;
      width: 40%;
    }

    div.responsive-picture.project-1 {
      min-width: 100%;
      max-width: none;
      width: 100%;
    }

    a.link-button-image.button.projects {
      margin-right: auto;
      margin-left: auto;
      min-width: 20em;
      min-height: 16em;
      max-width: 20em;
      max-height: 16em;
    }

    ul.list-container.list-container-1 {
      margin-bottom: 12rem;
      margin-left: 2.5rem;
    }

    a.link-button-image.button.projects:hover {
      min-width: 20em;
      min-height: 16em;
      max-width: 20em;
      max-height: 16em;
    }

    a.link-button-image.button.projects:active {
      min-width: 20em;
      min-height: 16em;
      max-width: 20em;
      max-height: 16em;
    }
  }
}

@media screen and (min-width: 80.375rem) {
  @supports (display: grid) {
      /* Interaction Elements */

    a.link-button.button.hero-btn.panto.smooth-scroll {
      background-color: #f4b44b;
      background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
      background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 45%, rgba(166, 159, 159, .2) 100%);
    }

    a.link-button.button.hero-btn.lild.smooth-scroll {
      background-image: -webkit-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
    }

    a.link-button.button.hero-btn.panto.servs.smooth-scroll {
      background-color: #f4b44b;
    }

    /* Layout Elements */

    .container.container-3.project1-poster {
      max-width: 96%;
    }
  }
}

@media screen and (min-width: 87.5rem) {
  @supports (display: grid) {
      /* Text Elements */

    h1.hero-heading {
      margin-top: 30px;
      max-width: 38%;
      font-size: 5em;
    }

    h1.hero-heading.services {
      font-size: 5em;
    }

    h1.hero-heading.projects {
      font-size: 5em;
    }

    h2.hero-heading-hashtag.services {
      font-size: 30px;
    }

    h3.heading-2 {
      text-shadow: #fbfbfb 2px 2px 0;
      font-size: 3.5em;
    }

    h3.heading-2.heading-line2 {
      font-size: 2.7em;
    }

    h3.hallowscream.heading-2 {
      font-size: 3.5em;
    }

    span.text-element.nav-link {
      color: rgba(254, 255, 255, .95);
      text-shadow: #000 2px 2px 2px;
      font-size: 20px;
    }

    a.link-text.footer-link {
      font-size: 16px;
    }

    a.link-text.sitemap-item {
      font-size: 30px;
    }

    /* Interaction Elements */

    a.link-button.button.hero-btn.smooth-scroll {
      font-size: 24px;
    }

    a.link-button.button.hero-btn.just-josh.smooth-scroll {
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      background-image: -webkit-linear-gradient(bottom, rgba(197, 83, 20, .5) 0%, rgba(197, 83, 20, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(197, 83, 20, .5) 0%, rgba(197, 83, 20, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(197, 83, 20, .5) 0%, rgba(197, 83, 20, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(197, 83, 20, .5) 0%, rgba(197, 83, 20, .5) 60%, rgba(166, 159, 159, .4) 100%);
    }

    a.link-button.actor.button.hero-btn.smooth-scroll {
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      background-image: -webkit-linear-gradient(bottom, rgba(64, 138, 140, .5) 0%, rgba(64, 138, 140, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(64, 138, 140, .5) 0%, rgba(64, 138, 140, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(64, 138, 140, .5) 0%, rgba(64, 138, 140, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(64, 138, 140, .5) 0%, rgba(64, 138, 140, .5) 60%, rgba(166, 159, 159, .4) 100%);
      text-shadow: #78828c 2px 2px 5px;
    }

    a.link-button.button.hero-btn.magic.smooth-scroll {
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      background-image: -webkit-linear-gradient(bottom, rgba(137, 132, 28, .5) 0%, rgba(137, 132, 28, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(137, 132, 28, .5) 0%, rgba(137, 132, 28, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(137, 132, 28, .5) 0%, rgba(137, 132, 28, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(137, 132, 28, .5) 0%, rgba(137, 132, 28, .5) 60%, rgba(166, 159, 159, .4) 100%);
    }

    a.link-button.button.cabaret.hero-btn.smooth-scroll {
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      background-image: -webkit-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(38, 42, 105, .5) 0%, rgba(38, 42, 105, .5) 60%, rgba(166, 159, 159, .4) 100%);
    }

    a.link-button span.button-link-text-6 {
      color: #f0efef;
    }

    a.link-button span.button-link-text-2 {
      color: #f0efef;
    }

    a.link-button span.button-link-text-8 {
      color: #f0efef;
    }

    a.link-button span.button-link-text-4 {
      color: #f0efef;
    }

    a.link-button.button.hero-btn.lild.smooth-scroll {
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      background-color: #aa2a63;
      background-image: -webkit-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
    }

    a.link-button.button.hero-btn.panto.smooth-scroll {
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      background-color: #f4b44b;
      background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 60%, rgba(166, 159, 159, .2) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 60%, rgba(166, 159, 159, .2) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 60%, rgba(166, 159, 159, .2) 100%);
      background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 60%, rgba(166, 159, 159, .2) 100%);
      text-shadow: #78828c 2px 2px 5px;
    }

    a.link-button.button.hero-btn.panto.servs.smooth-scroll {
      background-color: #f4b44b;
    }

    /* Layout Elements */

    body.body-1 {
      min-height: 100vh;
    }

    .container.action-wrapper {
      top: 32%;
      max-width: 32%;
    }

    .container.footer-section {
      min-width: 20%;
      max-width: 20%;
    }

    .container.nav-modal {
      top: 0;
      padding-top: 12px;
    }

    .container.cont-actor.container-1 {
      min-height: 0;
      -webkit-filter: brightness(1);
              filter: brightness(1);
    }

    .container.container-3.project1-poster {
      max-width: 96%;
    }

    .container.action-wrapper.contactdets {
      min-width: 50%;
      max-width: 50%;
    }

    .container.container-1 {
      min-height: 80em;
    }

    .container.contact-bg.container-1 {
      min-height: 95em;
    }

    .container.action-wrapper.project1 {
      margin-top: 5%;
    }

    .container.action-wrapper.project4 {
      margin-top: 5%;
    }

    .container.action-wrapper.project5 {
      margin-top: 5%;
    }

    .container.action-wrapper.project6 {
      margin-top: 5%;
    }

    a.social-image.social-ones {
      float: none;
      max-width: 38px;
    }

    a.link-button-image.button {
      min-width: 18rem;
      min-height: 13rem;
      max-width: 18rem;
      max-height: 13rem;
    }

    a.link-button-image.button.ticket {
      margin-top: 1.5em;
      padding-top: 12px;
      padding-bottom: 12px;
      background-image: url('../images/Upcoming%20Projects%201.png');
    }

    a.link-button-image.button.projects {
      min-width: 20em;
      min-height: 16em;
      max-width: 20em;
      max-height: 16em;
    }

    ul.list-container.list-container-1 {
      margin-top: 8em;
      margin-bottom: 14rem;
      margin-left: 3rem;
    }

    a.link-button-image.button.projects:hover {
      min-width: 20em;
      min-height: 16em;
      max-width: 20em;
      max-height: 16em;
    }

    a.link-button-image.button.projects:active {
      min-width: 20em;
      min-height: 16em;
      max-width: 20em;
      max-height: 16em;
    }
  }
}

@media screen and (min-width: 102.3125rem) {
  @supports (display: grid) {
      /* Text Elements */

    h1.hero-heading {
      margin-top: 25px;
      max-width: 38%;
      font-size: 5.3em;
    }

    h3.heading-2 {
      text-shadow: #fbfbfb 2px 2px 0;
    }

    p.paragraph.text1 {
      max-width: none;
    }

    span.text-element.nav-link {
      color: rgba(254, 255, 255, .95);
      text-shadow: #000 2px 2px 2px;
    }

    a.link-text.sitemap-item {
      font-size: 32px;
    }

    /* Interaction Elements */

    a.link-button.button.hero-btn.just-josh.smooth-scroll {
      margin-top: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
    }

    a.link-button.actor.button.hero-btn.smooth-scroll {
      margin-top: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
    }

    a.link-button.button.hero-btn.magic.smooth-scroll {
      display: inline-block;
      float: none;
      margin-top: 6%;
      padding-top: 1.6em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
    }

    a.link-button.button.cabaret.hero-btn.smooth-scroll {
      margin-top: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
    }

    a.link-button span.button-link-text-9 {
      color: #fff;
    }

    a.link-button span.button-link-text-1 {
      color: #f0efef;
    }

    a.link-button.button.hero-btn.lild.smooth-scroll {
      margin-top: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      background-image: -webkit-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
      background-image:         linear-gradient(0deg, rgba(170, 42, 99, .5) 0%, rgba(170, 42, 99, .5) 60%, rgba(166, 159, 159, .4) 100%);
    }

    a.link-button.button.hero-btn.panto.smooth-scroll {
      margin-top: 6%;
      padding-top: 2.4em;
      min-width: 9.5em;
      min-height: 6em;
      max-width: 9.5em;
      max-height: 6em;
      background-color: #f4b44b;
      background-image: -webkit-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 60%, rgba(166, 159, 159, .2) 100%);
      background-image:    -moz-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 60%, rgba(166, 159, 159, .2) 100%);
      background-image:      -o-linear-gradient(bottom, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 60%, rgba(166, 159, 159, .2) 100%);
      background-image:         linear-gradient(0deg, rgba(210, 185, 0, .5) 0%, rgba(210, 185, 0, .5) 60%, rgba(166, 159, 159, .2) 100%);
    }

    a.link-button.button.hero-btn.panto.servs.smooth-scroll {
      background-color: #f4b44b;
    }

    /* Layout Elements */

    .container.action-wrapper {
      top: 28%;
      margin-top: 2em;
      max-width: 400px;
    }

    .container.container-1 {
      margin-top: -160px;
    }

    .container.nav-modal {
      position: relative;
      margin-top: 0;
    }

    .container.cont-actor.container-1 {
      min-height: 0;
    }

    .container.contact-bg.container-1 {
      min-height: 95em;
    }

    .container.container-3.project1-poster {
      max-width: 96%;
    }

    .link-container.nav-link-wrapper {
      margin-top: 15px;
    }

    a.link-button-image.button {
      bottom: 2%;
      margin-left: 6%;
      min-width: 20rem;
      min-height: 14rem;
      max-width: 20rem;
      max-height: 14rem;
    }

    a.link-button-image.button.ticket {
      margin-top: 2em;
      margin-bottom: 2em;
      min-width: 300px;
      min-height: 14.5em;
      max-width: 300px;
      max-height: 14.5em;
    }

    ul.list-container.list-container-1 {
      margin-left: 3.5rem;
    }
  }
}