/* Text Elements */

footer#footer {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        footer#footer .footer-top {
            display: flex;
            align-self: stretch;
            /*align-items: left;*/
            justify-content: space-between;
        }

        footer#footer .footer-top-right {
            margin: 0 0;
            display: flex;
            flex-direction: column;
            align-items: right;
        }

        /* On a narrow screen: Arrange items one below the other: */
        
        @media (max-width: 30em) {
            footer#footer .footer-top {
                flex-direction: column;
            }
            }   

h1.hero-h1 {
  padding-right: 10px;
  padding-left: 10px;
  color: #f60;
  text-align: center;
  text-shadow: #000 2px 2px 5px;
  font-weight: 600;
  font-size: 19px;
  font-family: 'Rock Salt', cursive;
  line-height: 35px;
}

h1.contact.hero-h1 {
  color: #f60;
  font-size: 27px;
  line-height: 43px;
}

h1#HeroH2Overlay {
  line-height: 41px;
}

h1#Hero2Overlay {
  line-height: 50px;
}

h1 span.white {
  color: #fff;
  text-transform: capitalize;
  font-variant: small-caps;
  font-size: 1.375rem;
}

h1.hero-overlayH1 {
  color: #f60;
  text-align: center;
  font-weight: 600;
  font-family: 'Rock Salt', cursive;
}

h1 span.heading-text-14 {
  color: #fff;
  font-style: italic;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

/*  h2.fade-in.footer-h2 {
  padding-left: 20px;
  width: 100%;
  color: rgba(255, 255, 255, .85);
  font-size: .95rem;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
}*/

h2.hero-overlay-h2 {
  margin-top: 10px;
  padding: 10px 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Rock Salt', cursive;
  line-height: 30px;
  -webkit-transform: translateY(16px) translateX(6px);
     -moz-transform: translateY(16px) translateX(6px);
       -o-transform: translateY(16px) translateX(6px);
          transform: translateY(16px) translateX(6px);
}

h2.sectionH2 {
  color: #fff;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

h2.orbit-hr-title {
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

h2.modalH2 {
  padding: 8px;
  color: #fff;
  text-align: center;
  font-family: 'Rock Salt', cursive;
}

h2.sectionH2Header {
  color: #f60;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  font-family: 'Rock Salt', cursive;
}

h2.fade-in.profile-title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Rock Salt', cursive;
}

h2#ash-title {
  color: #f60;
}

h2.fade-in.orange.profile-title {
  color: #f60;
  font-size: 19px;
}

h2 span.heading-text-2 {
  color: #f60;
}

h2.fade-in.orbit-hr-title {
  width: 100%;
  background-color: rgba(120, 61, 1, .79);
}

h2.fade-in.friends-section-h2title {
  color: #fff;
  text-align: center;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

h2.repeat-form {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

h2.orange.profile-title {
  color: #f60;
  font-family: 'Rock Salt', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  opacity: .65;
}

h2.fade-in.request {
  color: #fff;
  font-size: 15px;
  font-family: 'Rock Salt', cursive;
}

h2#heading-2 {
  height: 2px;
  color: #000;
}

h2.fade-in.section-h2-title {
  max-width: 750px;
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h2.section-h2-title {
  margin-right: auto;
  margin-left: auto;
  padding: 13px 15px 8px;
  width: 100%;
  background-color: #212121;
  color: rgba(255, 255, 255, .85);
  text-align: left;
  font-weight: 600;
  font-size: 1em;
  font-family: mine, Arial, sans-serif;
}

h2#H2HeroOverlay {
  text-align: center;
  font-size: 19px;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  line-height: 22px;
  -webkit-transform: translateY(7px) translateX(6px);
     -moz-transform: translateY(7px) translateX(6px);
       -o-transform: translateY(7px) translateX(6px);
          transform: translateY(7px) translateX(6px);
}

h2.fade-in.sectionH2Header {
  color: rgba(255, 102, 0, .71);
}

h2 {
  -webkit-transform: translateY(3px) translateX(6px);
     -moz-transform: translateY(3px) translateX(6px);
       -o-transform: translateY(3px) translateX(6px);
          transform: translateY(3px) translateX(6px);
}

h2.message {
  color: rgba(255, 255, 255, .88);
  font-style: italic;
  font-size: 17px;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

h3.card-h2.fade-in {
  margin-bottom: 5px;
  padding: 8px;
  color: #f60;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

h3.fade-in.shows {
  margin-right: auto;
  margin-left: auto;
  border-bottom: 0 solid #fff;
  color: #f60;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Rock Salt', cursive;
}

h4.fade-in.show-desc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
}

h4 span.smaller {
  font-size: .875rem;
}

h4.mocal-title-1 {
  padding-right: 8px;
  padding-left: 8px;
  color: #ff8202;
  text-align: center;
  text-transform: uppercase;
}

h4 span.initial-caps-1 {
  text-transform: uppercase;
}

h4 span.heading-text-1 {
  text-transform: uppercase;
}

h4 span.heading-text-3 {
  text-transform: uppercase;
}

h4 span.heading-text-6 {
  text-transform: uppercase;
}

h4 span.heading-text-9 {
  text-transform: uppercase;
}

h4 span.heading-text-16 {
  text-transform: uppercase;
}

h4 span.heading-text-17 {
  text-transform: uppercase;
}

h4 span.heading-text-18 {
  text-transform: uppercase;
}

h4 span.heading-text-19 {
  text-transform: uppercase;
}

h4 span.heading-text-20 {
  text-transform: uppercase;
}

h4 span.heading-text-21 {
  text-transform: uppercase;
}

h4 span.heading-text-22 {
  text-transform: uppercase;
}

h4.mocal-title {
  color: #f60;
  text-align: center;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

h4.fade-in.social {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  color: rgba(255, 255, 255, .85);
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
}

h4.heading-1 {
  color: #fff;
}

p.paragraph.menu-toggle-text {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .85);
  font-size: .98rem;
}

p.paragraph {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
}

p.paragraph.fade-in.section-para {
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
}

p.paragraph.paragraph-1 {
  color: #f60;
  text-align: center;
  font-size: 19px;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
}

p.paragraph.paragraph-3 {
  padding: 8px;
}

p.paragraph.fade-in.orbit-slider-para {
  padding-right: 18px;
  padding-left: 18px;
  color: rgba(255, 255, 255, .85);
  text-transform: uppercase;
  font-weight: 400;
  font-size: .85rem;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  -webkit-filter: contrast(2);
          filter: contrast(2);

  -webkit-text-stroke-width: 0;
}

p.paragraph.paragraph-2 {
  padding-right: 5px;
  padding-left: 5px;
}

p.paragraph.fade-in.shows-para {
  padding-right: 10px;
  padding-left: 10px;
}

p.paragraph.modal-para3-1 {
  padding-right: 10px;
  padding-left: 10px;
  color: rgba(255, 255, 255, .85);
  text-align: center;
  font-size: 1.03rem;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
}

p.paragraph span.caps-bo0ld-1 {
  color: #ff8202;
  text-transform: uppercase;
}

p.paragraph span.caps-1 {
  text-transform: uppercase;
}

p.paragraph span.lc-1 {
  text-transform: lowercase;
}

p.paragraph.fade-in.special-request {
  padding-right: 20px;
  padding-left: 35px;
}

p.paragraph.section-para {
  padding-right: 0;
  padding-left: 0;
  max-width: 750px;
  text-align: left;
  font-size: 15px;
}

p.paragraph span.sixteen {
  color: #ff8202;
  text-transform: uppercase;
}

p.paragraph.messagefromash {
  color: rgba(255, 255, 255, .89);
  font-style: italic;
  font-size: 14px;
}

span.text-element.copyright.fade-in {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
  color: rgba(255, 255, 255, .85);
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
}

span.text-element.fade-in.profile-desc {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

span.text-element.fade-in.modal-trigger {
  margin-right: auto;
  margin-left: auto;
  padding: 8px 12px;
  width: 144px;
  background-color: #004773;
  color: #fff;
  text-align: center;
  text-shadow: #000 0 1px 1px;
  font-weight: 600;
  font-size: 16px;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
}

span.text-element.fade-in.friends-text {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  color: #fff;
  text-align: center;
}

span.text-element#blue {
  color: #0eb5fa;
}

span.text-element#red {
  color: #ff5060;
  text-shadow: none;

  -webkit-text-stroke-width: .01rem;
}

span.text-element.col-title-1 {
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ff5060;
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  font-size: 18px;
}

span.text-element.top-1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

span.text-element.ttl-1 {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

span.text-element.mp3-1 {
  display: none;
  color: #f6f6f6;
  font-size: 17px;
}

span.text-element.top-1.yellow {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 100%;
  color: #d3961c;
  text-transform: capitalize;
}

span.text-element.blue.top-1 {
  padding-left: 4px;
  width: 100%;
  color: #0eb5fa;
  text-transform: capitalize;
}

span.text-element.red.top-1 {
  width: 100%;
  color: #ff5060;
  text-transform: capitalize;
}

span.text-element#orange {
  color: #d89a1d;
}

span.text-element span.text-text-1 {
  color: #000;
  font-size: .0625rem;
}

span.text-element.fade-in.modal-trigger:hover {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

a.link-text.nav-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: .8rem .6363636363636364rem .9rem;
  width: 200px;
  background-color: #000;
  color: rgba(255, 255, 255, .85);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -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: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  -webkit-text-stroke-color: rgba(255, 255, 255, .85);
}

a.link-text.conract-link {
  display: block;
  padding: 8px 5px;
  color: #fff;
  text-align: center;
}

a.link-text.nav-item:focus {
  border: 0 solid transparent;
  color: #ff8202;
}

a.link-text.nav-item:hover {
  background-color: #212121;
  color: #f60;
  font-size: 1.05rem;
}

a.link-text.nav-item:active {
  position: relative;
  z-index: 500;
}

/* Interaction Elements */

a.link-button.button.orbit-next {
  position: relative;
  top: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

a.link-button.close-button {
  position: static;
  margin-right: auto;
  margin-left: 50px;
  color: #f60;
  font-size: 21px;
}

a.link-button.button-2 {
  margin-right: auto;
  margin-left: auto;
  padding: 8px 10px;
  font-weight: 600;
  font-size: .88rem;
  line-height: 19px;
}

a.link-button.button-2.modal-close {
  background-color: #212121;
  color: #ff8202;
}

a.link-button.button {
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

form.form-container.fade-in.form-wrapper {
  width: 97.3%;
}

input[type=text].input-element {
  background-color: rgba(255, 255, 255, .14);
  color: #fff;
}

input[type=text].input-1 {
  background-color: rgba(255, 255, 255, .14);
  color: #fff;
}

input[type=email].email {
  background-color: rgba(255, 255, 255, .14);
  color: #fff;
}

textarea.textarea-1 {
  height: 100px;
  background-color: rgba(255, 255, 255, .14);
  color: #fff;
}

label.label.label-2 {
  background-color: #000;
}

label.label.label-1 {
  background-color: #000;
}

label.label.label-4 {
  background-color: #000;
}

label.label.label-3 {
  background-color: #000;
}

/* Layout Elements */

body.FadeInPages.home-intro.mainbody {
  max-width: 2450px;
  background-color: #000;
}

.container.css-grid-with-logo {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 500;
  padding: 8px;
  max-width: none;
  background-color: #212121;

  grid-template-columns: 55.0% 1fr;
  grid-template-rows: minmax(auto, auto);
  grid-template-areas: 'logo nav';
  -webkit-perspective: 0;
     -moz-perspective: 0;
          perspective: 0;
  -webkit-perspective-origin: 0 top;
     -moz-perspective-origin: 0 top;
          perspective-origin: 0 top;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.container.css-grid-with-logo.nav {
  top: -100px;
  background-color: #000;

  grid-template-columns: 40% 1fr;
}

.container.container-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #000;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #000;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav-col {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-top: 0;
  background-color: transparent;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.mobile-menu-toggle {
  margin-bottom: 0;
  background-color: rgba(37, 37, 37, .7);
}

.container.button.mobile-menu-toggle {
  position: relative;
  top: auto;
  z-index: 50;
  padding-top: 2px;
  padding-bottom: 2px;
}

.container.menu-wrapper {
  position: absolute;
  top: 38px;
  right: auto;
  left: auto;
  z-index: 910;
  display: none;
  margin-left: 0;
  width: 100%;
  background-color: #212121;
  box-shadow: none;
}

.container#view-menu {
  top: 84px;
  right: 0;
  left: 0;
}

.container.fade-in.footer-wrapper {
            display: flex;
            margin-top: 10px;
            margin-bottom: 8px;
            padding: 20px 5px 5px;
            border-top: .125rem solid #ff8202;
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 77, 129, 1) 85%);
            background-attachment: scroll;
            background-position: left top;
            background-clip: border-box;
            background-origin: padding-box;
            background-size: auto auto;
            background-repeat: repeat;

            flex-wrap: wrap;
            justify-content: space-between;
            background-blend-mode: normal;
        }
 
/*.container.fade-in.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 20px 5px 5px;
  border-top: .125rem solid #ff8202;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 77, 129, 1) 85%);
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 77, 129, 1) 85%);
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 77, 129, 1) 85%);
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 77, 129, 1) 85%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  background-blend-mode: normal;
}*/

/*.container.audio-footer.fade-in.footer-wrapper {
  margin-top: 39px;
  background-color: #000;
}*/

.container.container-1 {
  -ms-flex-align: center;
  padding-right: 0vw;
  padding-left: 0vw;
  max-width: none;

  grid-template-columns: 100%;
  grid-template-rows: repeat(4 , auto);
  grid-template-areas: 'one' 'two' 'three' 'four';
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.hero1 {
  height: 70vh;
  background-image: url('../images/rockcity-bc-image-large.webp');
  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-content-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 0;
  padding-bottom: 50px;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .67) 100%), url('../images/record-player.webp');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .67) 100%), url('../images/record-player.webp');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .67) 100%), url('../images/record-player.webp');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .67) 100%), url('../images/record-player.webp');
  background-attachment: scroll, fixed;
  background-position: left top, center top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal, normal;
}

.container.section1-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin: 8px 0;
  padding: 8px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.orbit {
  width: 100%;
  height: auto;
}

.container.nav-modal-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 18px;
  padding-bottom: 2px;
  width: 100%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.ash.reveal {
  background-color: #000;
}

.container.page-sections-wrapper {
  -ms-flex-align: center;

  grid-template-columns: auto;
  grid-template-rows: 55vh auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.hero-the-band {
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/new-image.webp');
  background-image:    -moz-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/new-image.webp');
  background-image:      -o-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/new-image.webp');
  background-image:         linear-gradient(180deg, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/new-image.webp');
  background-attachment: scroll, scroll;
  background-position: left top, center top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  width: 65%;
  border: .25rem double #f60;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.fade-in {
  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;
  -ms-flex-pack: distribute;
  -ms-flex-align: stretch;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.fade-in.profile {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 48%;
  border-width: .1875rem;
  border-color: rgba(239, 241, 245, .5);

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.contact-main-wrapper {
  display: grid;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;

  grid-template-areas: 'hero' 'contact';
  grid-template-columns: 100%;
  grid-template-rows: repeat(2 , auto);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.contact-hero {
  -ms-flex-align: center;
  width: 100%;
  height: 55vh;
  background-image: url('../images/concert-audience.webp');
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.contact.hero-overlay {
  -ms-flex-align: center;
  background-image: -webkit-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(29, 30, 33, .5) 0%, rgba(0, 0, 0, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.contact-sections.fade-in {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-align: start;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
}

.container.fade-in.shows-list-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  margin: 10px auto;
  padding: 5px;
  width: 80%;
  border: .25rem double rgba(255, 102, 0, .51);
  cursor: pointer;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.hero.shows {
  height: 45vh;
  background-image: url('../images/live-performance-tribute%20shows.webp');
  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-overlay.shows {
  -ms-flex-align: center;
  background-image: -webkit-linear-gradient(top, rgba(29, 30, 33, .38) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(29, 30, 33, .38) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(29, 30, 33, .38) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(29, 30, 33, .38) 0%, rgba(0, 0, 0, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.friends-hero {
  height: 70vh;
  background-image: url('../images/stage2000.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.fade-in.friends-outer-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 45%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.section2-wit-content-wrapper {
  padding-right: 5px;
  padding-left: 5px;
}

.container.show-playlist {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  width: 91.8%;

  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: repeat(6 , auto);
  grid-template-areas: 'one two' '. .' '. .' '. .' '. .' '. .';
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.friendsof-the-band {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.hero-content-overlay.home {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 36%);
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 36%);
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 36%);
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 36%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.nav-modal-buttons-2 {
  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;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -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;
}

.container.reveal.songs-list {
  background-color: #212121;
}

.container.fade-in.special-request {
  padding-top: 20px;
}

.container#container-3 {
  background-image: -webkit-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/the-band.webp');
  background-image:    -moz-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/the-band.webp');
  background-image:      -o-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/the-band.webp');
  background-image:         linear-gradient(180deg, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/the-band.webp');
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 10px;
  padding: 5px;
  width: 100%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -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;
}
/* 
.container.fade-in.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  margin: 10px auto;
  padding: 8px;

  grid-area: one;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.fade-in.footer-links-wrapper.social {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 96.4%;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}*/

.container.container-7 {
  margin-right: auto;
  margin-left: auto;
}

.container.slider-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  height: 100%;
  background-color: transparent;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.orbit-slider {
  -ms-flex-pack: center;
  margin-bottom: 0;
  height: 400px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container#set-up {
  display: none;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container.audios-wrapper {
  background-color: #000;
}

.container.col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #000;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.items-1 {
  padding: 5px;
  background-color: #7b736f;
}

.container.sing-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 18px;
  padding: 5px;
  background-color: rgba(0, 0, 0, .72);
  cursor: pointer;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.bg {
  width: 50%;
  background-color: #304045;
}

.container.hero-overlay-video {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 5px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(29, 30, 33, .5) 100%), url('../images/record-player.webp');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(29, 30, 33, .5) 100%), url('../images/record-player.webp');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(29, 30, 33, .5) 100%), url('../images/record-player.webp');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(29, 30, 33, .5) 100%), url('../images/record-player.webp');
  background-attachment: scroll, scroll;
  background-position: left top, center top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal, normal;
}

.container.message-wraooer {
  padding: 5px;
}

.container.audios-wrapper.fade-in {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #000;
}

.container.fade-in-1.sing-1 {
  background-color: rgba(0, 0, 0, .72);
}

.container.fade-in.shows-list-wrapper:hover {
  background-color: #001d2f;
}

.container.sing-1:hover {
  background-color: rgba(0, 255, 0, .24);
}

div.responsive-picture.jump-city-logo {
  max-width: 139px;
  width: 90%;
  background-color: #000;
}

.rule.menu-line hr {
  border-top-width: 1px;
  border-top-color: #fff;
}

.rule.menu-line {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.list-container.menu {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  padding: 0;
  width: 100%;
  background-color: rgba(37, 37, 37, .7);

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
  padding: .625rem;
  background-color: rgba(0, 0, 0, .8);

  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.rule.body-rule.fade-in hr {
  border-top-color: #f60;
}

.rule.body-rule.fade-in {
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 85%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 17%, rgba(255, 102, 0, 1) 33%, rgba(255, 102, 0, 1) 58%, rgba(0, 0, 0, 1) 85%);
  background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 1) 17%, rgba(255, 102, 0, 1) 33%, rgba(255, 102, 0, 1) 58%, rgba(0, 0, 0, 1) 85%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 1) 17%, rgba(255, 102, 0, 1) 33%, rgba(255, 102, 0, 1) 58%, rgba(0, 0, 0, 1) 85%);
  background-image:         linear-gradient(90deg, rgba(0, 0, 0, 1) 17%, rgba(255, 102, 0, 1) 33%, rgba(255, 102, 0, 1) 58%, rgba(0, 0, 0, 1) 85%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

div.responsive-picture.banner1.fade-in {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

ul.list-container.orbit-container {
  height: 100%;
  background-color: #793d01;
}

div.responsive-picture.picture-1 {
  float: left;
  margin-right: auto;
  margin-left: auto;
  max-width: 123px;
}

div.responsive-picture.fade-in {
  max-width: none;
}

div.responsive-picture.modal-img {
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  width: 50%;
}

div.responsive-picture.profile-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 115px;
}

div.responsive-picture.fade-in.shows {
  margin-right: auto;
  margin-left: auto;
  width: 84.6%;
}

button.button {
  margin-right: auto;
  margin-left: 50px;
  background-color: rgba(255, 255, 255, .14);
}

div.responsive-picture.fade-in.friends-image {
  max-width: 150px;
}

div.responsive-picture.banner1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 398px;
}

a.glyph.mail-icon {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.18rem;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 40px;
}

li.list-item-container.is-active.orbit-slide {
  height: auto;
  background-color: #793d01;
}

li.list-item-container.orbit-slide {
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

audio.sound-1 {
  margin-top: -5px;
  margin-right: 0;
  margin-left: 0;
  padding: 0 5px 10px;
  width: 90%;
  height: 63px;
  background-color: #000;
}

span.glyph.font-icon-1-1 {
  display: inline-block;
  margin-right: 19px;
  color: #fff;
}

span.glyph.font-icon {
  display: inline-block;
  margin-right: 19px;
  color: #fff;
}

div.responsive-picture.picture-2 {
  max-width: 155px;
}

span.glyph.font-icon-1.orange {
  margin-top: 0;
  margin-right: 12px;
  color: #d3961c;
}

div.responsive-picture.picture-3 {
  max-width: 155px;
}

span.glyph.blue.font-icon {
  color: #0eb5fa;
}

span.glyph.blue-1.font-icon-1-1 {
  margin-right: 16px;
  color: #0eb5fa;
}

div.responsive-picture.picture-4 {
  max-width: 155px;
}

span.glyph.font-icon-1-1.red-1 {
  color: #ff0793;
}

video.full-screen-video {
  display: none;
}

@media screen and (min-width: 21.5625rem) {
  /* Text Elements */

  h2.modalH2 {
    color: #fff;
    font-size: 21px;
    font-family: 'Rock Salt', cursive;
  }

  h4.fade-in.social {
    width: 100%;
  }

  h4#heading-11 {
    width: auto;
  }

  h4 span.heading-text-5 {
    text-transform: lowercase;
  }

  h4 span.heading-text-8 {
    text-transform: lowercase;
  }

  h4 span.heading-text-11 {
    text-transform: capitalize;
  }

  h4 span.heading-text-12 {
    text-transform: capitalize;
  }

  h4 span.heading-text-13 {
    text-transform: capitalize;
  }

  p.paragraph.fade-in.orbit-slider-para {
    font-size: 13px;
  }

  p.paragraph.paragraph-1 {
    color: #f60;
    font-size: 22px;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  p.paragraph.paragraph-2 {
    padding-left: 15px;
    font-size: 17px;
  }

  p.paragraph.modal-para3-1 {
    padding-right: 50px;
    padding-left: 50px;
  }

  p.paragraph.fade-in.shows-para {
    padding-right: 20px;
    padding-left: 20px;
  }

  span.text-element.copyright.fade-in {
    padding-right: 50px;
    padding-left: 50px;
    width: 97.6%;
  }

  span.text-element#text-1 {
    background-color: transparent;
    color: transparent;
    text-shadow: none;
  }

  /* Interaction Elements */

  form.form-container.fade-in.form-wrapper {
    margin-top: 8px;
    padding: 10px;
    border-top: .0625rem solid #fff;
    border-right: .0625rem solid rgba(239, 241, 245, .5);
    border-bottom: .0625rem solid rgba(239, 241, 245, .5);
    border-left: .0625rem solid rgba(239, 241, 245, .5);
  }

  /* Layout Elements */

  .container.container-20 {
    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;
  }

  .container.fade-in.profile {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.fade-in.shows-list-wrapper {
    width: 48%;
  }

  .container.section2-wit-content-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  /* .container.fade-in.footer-links-wrapper.social {
    width: 100%;
  }*/

  .container.container-4 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.audios-wrapper.fade-in {
    max-width: 1350px;
  }

  .container.col-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75%;
  }

  /* .container.audio-footer.fade-in.footer-wrapper {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 85%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 85%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 85%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 85%);
  }*/

  div.responsive-picture.modal-img {
    float: left;
    margin-right: 9px;
    max-width: 165px;
  }

  div.responsive-picture.picture-1 {
    float: left;
    margin-top: 2px;
    margin-right: 7px;
    padding-left: 0;
  }

  div.responsive-picture.banner1 {
    max-width: none;
  }

  a.glyph.mail-icon {
    font-size: 1.34rem;
  }
}

@media screen and (min-width: 32.125rem) {
  /* Text Elements */

  h1#HeroH2Overlay {
    line-height: 47px;
  }

  h2.orbit-hr-title {
    font-size: 25px;
    line-height: 28px;
  }

  h2.fade-in.request {
    background-color: #000;
  }

  h2.fade-in.orbit-hr-title {
    font-size: 19px;
  }

  h2.fade-in.section-h2-title {
    background-color: #000;
  }

  h2.section-h2-title {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 17px;
    font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  }

  h2#H2HeroOverlay {
    text-align: center;
    font-size: 24px;
    line-height: 23px;
  }

  p.paragraph.fade-in.orbit-slider-para {
    font-size: 14px;
  }

  p.paragraph.paragraph-1 {
    font-size: 24px;
  }

  p.paragraph.fade-in.section-para {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
    width: 70%;
  }

  a.link-text.conract-link {
    font-size: 17px;
  }

  /* Interaction Elements */

  form.form-container.fade-in.form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  /* Layout Elements */

  .container.css-grid-with-logo.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    background-color: #000;

    grid-template-areas: none;
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.ash.reveal {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container.fade-in.shows-list-wrapper {
    width: 33%;
  }

  .container.slider-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    height: 350px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.col-1 {
    -ms-flex-pack: start;
    margin-right: auto;
    margin-left: auto;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  /* .container.audio-footer.fade-in.footer-wrapper {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 85%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 85%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 85%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 85%);
  }*/

  div.responsive-picture.jump-city-logo {
    max-width: 155px;
  }

  li.list-item-container.nav-wrapper {
    background-color: rgba(0, 0, 0, .8);
  }

  div.responsive-picture.banner1.fade-in {
    max-width: 850px;
    width: 90%;
  }

  div.responsive-picture.picture-1 {
    float: left;
    padding-right: 7px;
    max-width: 160px;
  }

  div.responsive-picture.modal-img {
    margin-top: 3px;
    margin-right: 9px;
    max-width: 166px;
  }

  div.responsive-picture.profile-image {
    max-width: 125px;
  }

  div.responsive-picture.banner1 {
    max-width: 433px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.hero-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h1.contact.hero-h1 {
    color: #f60;
  }

  h1#HeroH2Overlay {
    margin-top: 44px;
    font-size: 29px;
    line-height: 69px;
  }

  h1#Hero2Overlay {
    font-size: 33px;
    line-height: 86px;
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
  }

  h1 span.white {
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 1.875rem;
  }

  /* h2.fade-in.footer-h2 {
    width: auto;
    font-size: 1rem;
  }*/

  h2.orbit-hr-title {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
  }

  h2.sectionH2 {
    font-size: 28px;
  }

  h2.fade-in.profile-title {
    font-size: 20px;
  }

  h2.hero-overlay-h2 {
    margin-top: -18px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
  }

  h2.fade-in.friends-section-h2title {
    margin-bottom: 18px;
    padding: 8px;
    width: 100%;
    color: transparent;
    text-align: center;
    font-size: 1px;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  h2#heading-1 {
    -webkit-transform: translateY(27px);
       -moz-transform: translateY(27px);
         -o-transform: translateY(27px);
            transform: translateY(27px);
  }

  h2.orange.profile-title {
    color: #f60;
    font-size: 19px;
    font-family: 'Rock Salt', 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  h2.fade-in.orbit-hr-title {
    font-size: 23px;
  }

  h2.fade-in.request {
    background-color: #000;
    color: #fff;
    font-size: 22px;
    font-family: 'Rock Salt', cursive;
  }

  h2#heading-1-copy-1 {
    -webkit-transform: translateY(27px);
       -moz-transform: translateY(27px);
         -o-transform: translateY(27px);
            transform: translateY(27px);
  }

  h2#heading-1-copy-2 {
    -webkit-transform: translateY(27px);
       -moz-transform: translateY(27px);
         -o-transform: translateY(27px);
            transform: translateY(27px);
  }

  h2#heading-1-copy-3 {
    -webkit-transform: translateY(27px);
       -moz-transform: translateY(27px);
         -o-transform: translateY(27px);
            transform: translateY(27px);
  }

  h2#heading-1-copy-4 {
    -webkit-transform: translateY(27px);
       -moz-transform: translateY(27px);
         -o-transform: translateY(27px);
            transform: translateY(27px);
  }

  h2.fade-in.section-h2-title {
    background-color: #000;
  }

  h2.section-h2-title {
    margin-top: 0;
    padding-top: 20px;
    font-weight: 500;
    font-size: 17px;
    font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  }

  h2.message {
    color: #f60;
    text-shadow: #000 2px 2px 2px;
    font-weight: 600;
    font-variant: small-caps;
    font-size: 25px;
  }

  h4.mocal-title-1 {
    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;
    color: #ff8202;
    font-size: 1.17rem;

    background-blend-mode: normal;
  }

  h4 span.initial-caps-1 {
    text-transform: uppercase;
  }

  h4.mocal-title {
    color: #f60;
  }

  h4.fade-in.social {
    width: 72.8%;
    font-size: 1.27rem;
  }

  h4#heading-11 {
    width: auto;
    text-align: center;
  }

  h4.heading-1 {
    font-size: 20px;
  }

  h4 span.heading-text-11 {
    text-transform: uppercase;
  }

  p.paragraph.fade-in.section-para {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 850px;
    width: 90%;
    font-size: 17px;
  }

  p.paragraph.fade-in.orbit-slider-para {
    padding-left: 22px;
    font-weight: 400;
    font-size: 16px;
  }

  p.paragraph.fade-in.shows-para {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  p.paragraph.modal-para3-1 {
    padding: 10px;
    color: rgba(255, 255, 255, .85);
    font-size: 1.11rem;
    font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  }

  p.paragraph.fade-in.special-request {
    padding-right: 71px;
    padding-left: 90px;
  }

  p.paragraph.section-para {
    max-width: 650px;
  }

  p.paragraph.messagefromash {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  span.text-element.copyright.fade-in {
    position: relative;
    top: -.47em;
    z-index: 1000;
    text-align: center;
    font-size: 1rem;
  }

  span.text-element.blue.top-1 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  span.text-element.top-1.yellow {
    font-size: 13px;
  }

  a.link-text.nav-item {
    padding: .3rem;
    width: auto;
    border: 0 none #000;
    font-weight: 500;
    font-size: 13px;
    font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  }

  a.link-text.conract-link.fade-in {
    font-style: italic;
    font-size: 19px;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  a.link-text.nav-item:hover {
    font-size: 13px;
  }

  /* Interaction Elements */

  form.form-container.fade-in.form-wrapper {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 8px 10px;
    width: 80%;
    border: .0625rem solid rgba(239, 241, 245, .5);
  }

  input[type=text].input-element {
    border-color: rgba(255, 255, 255, .14);
    background-color: rgba(255, 255, 255, .14);
    color: #fff;
  }

  input[type=text].input-1 {
    border-color: rgba(255, 255, 255, .14);
    background-color: rgba(255, 255, 255, .14);
    color: #fff;
  }

  input[type=text].input-element:hover {
    background-color: transparent;
    color: #fff;
  }

  input[type=email].email {
    border-color: rgba(255, 255, 255, .14);
    background-color: rgba(255, 255, 255, .14);
    color: #fff;
  }

  input[type=email].email:hover {
    border-color: rgba(8, 49, 92, .65);
    background-color: #000;
  }

  textarea.textarea-1 {
    height: 100px;
    border-color: rgba(255, 255, 255, .14);
    background-color: rgba(255, 255, 255, .14);
    color: #fff;
  }

  textarea.textarea-1:hover {
    background-color: #000;
  }

  label.label.label-2 {
    background-color: rgba(255, 255, 255, .14);
    font-size: 15px;
  }

  label.label.label-1 {
    background-color: rgba(255, 255, 255, .14);
    font-size: 14px;
  }

  label.label.label-3 {
    background-color: rgba(255, 255, 255, .14);
  }

  label.label.label-4 {
    background-color: rgba(255, 255, 255, .14);
    font-size: 15px;
  }

  /* Layout Elements */

  .container.css-grid-with-logo {
    grid-template-columns: auto 1fr;
    grid-template-areas: 'logo nav';
    grid-template-rows: minmax(65px, auto);
    grid-column-gap: 0;
  }

  .container.css-grid-with-logo.nav {
    position: relative;
    top: 0;
    display: grid;
    padding-top: 0;
    background-color: #000;
  }

  .container.container-20 {
    position: static;
    top: 100px;
  }

  .container.container-2 {
    display: block;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-top: 1%;
    background-color: #000;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.nav-col {
    background-color: #000;
  }

  .container.mobile-menu-toggle {
    display: none;
  }

  .container.menu-wrapper {
    display: block;
    border-width: .0625rem;
    border-style: solid;
    background-color: #000;
  }

  .container#view-menu {
    position: relative;
    top: 2px;
  }

  /* .container.fade-in.footer-wrapper {
    top: 26px;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }*/

  .container.orbit {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 850px;
    width: 100%;
    background-color: #000;
  }

  /* .container.audio-footer.footer-wrapper {
    background-color: #000a1b;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(2, 14, 52, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }*/

  .container.page-sections-wrapper {
    margin-right: 0;
    margin-left: 0;
    max-width: none;

    grid-template-columns: auto;
    grid-template-rows: 75vh auto;
    grid-column-gap: normal;
    grid-template-areas: none;
  }

  .container.hero-the-band {
    display: block;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    background-image: url('../images/new-image.webp');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  .container.hero-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.fade-in.profile {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    width: 24%;
    border-color: rgba(239, 241, 245, .5);

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.contact-sections.fade-in {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-align: start;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  /* .container.audio-footer.fade-in.footer-wrapper {
    margin-top: 2px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(8, 49, 92, .65) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(8, 49, 92, .65) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(8, 49, 92, .65) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(8, 49, 92, .65) 100%);
  }*/

  .container.hero1 {
    width: 100%;
    height: 78vh;
  }

  .container.contact-hero {
    height: 85vh;
  }

  .container.container-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container.contact.hero-overlay {
    background-image: -webkit-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(29, 30, 33, .5) 0%, rgba(29, 30, 33, .5) 100%);
  }

  .container.container-1 {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.friends-hero {
    width: 100%;
    height: 20.58vh;
    background-position: center center;
    background-size: 90% auto;
  }

  .container.fade-in.friends-outer-wrapper {
    -ms-flex-pack: center;
    margin-right: 5px;
    margin-left: 5px;
    width: 20%;
    border: .25rem double rgba(255, 102, 0, .7);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.hero-content-overlay {
    padding-top: 50px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .79) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .79) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .79) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .79) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.hero-content-overlay.home {
    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.friendsof-the-band {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container#container-2 {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.fade-in.shows-list-wrapper {
    cursor: pointer;
  }

  .container.reveal.songs-list {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    width: 90%;
  }

  .container.fade-in.special-request {
    padding-top: 20px;
  }

  .container.hero.shows {
    height: 85vh;
  }

  /* .container.fade-in.footer-links-wrapper {
    grid-area: sub-title;
  }*/

  /* .container.fade-in.footer-links-wrapper.social {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 5px;
    width: 100%;
    -webkit-transform: translateX(0px) translateY(-15px);
       -moz-transform: translateX(0px) translateY(-15px);
         -o-transform: translateX(0px) translateY(-15px);
            transform: translateX(0px) translateY(-15px);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }*/

  .container.nav-modal-buttons {
    padding-bottom: 10px;
  }

  .container.container-4 {
    position: static;
    padding-bottom: 10px;
  }

  .container.audios-wrapper {
    max-width: none;

    grid-template-columns: repeat(2 , 1fr);
    grid-template-rows: repeat(5 , auto);
    grid-template-areas: 'nav nav' 'hero hero' '. .' '. .' '. .';
  }

  .container.col-1 {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 45%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.items-1 {
    max-width: 350px;
    width: auto;
  }

  .container.hero-overlay-video {
    height: 65vh;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.sing-1 {
    width: 100%;
    background-color: rgba(0, 0, 0, .72);
  }

  .container.audios-wrapper.fade-in {
    background-color: #7b736f;
    -webkit-transform: translateY(-15px);
       -moz-transform: translateY(-15px);
         -o-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  .container.message-wraooer {
    padding-right: 15px;
    padding-left: 15px;
  }

  div.responsive-picture.jump-city-logo {
    max-width: 94px;
    width: auto;
    background-color: #000;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    padding: .2rem;
    border: 0 none #000;
    background-color: #000;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  li.list-item-container.nav-wrapper {
    padding: .2rem;
    width: auto;
    border: 0 none #000;
    background-color: #000;
  }

  ul.list-container.orbit-container {
    width: 100%;
    background-color: rgba(120, 61, 1, .79);
  }

  div.responsive-picture.profile-image {
    max-width: 158px;
  }

  button.button {
    background-color: rgba(255, 255, 255, .14);
  }

  div.responsive-picture.banner1 {
    max-width: none;
    width: 90%;
  }

  a.glyph.mail-icon {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }

  a.responsive-picture.picture-link-1 {
    margin-right: auto;
    margin-left: auto;
  }

  audio.sound-1 {
    margin: 13px 0 0;
    padding: 0 0 2px;
    height: 63px;
    background-color: #000;
  }

  video.full-screen-video.hidden-by-me {
    display: block;
  }
}

@media screen and (min-width: 48.6875rem) {
  /* Text Elements */

  h1#HeroH2Overlay {
    -webkit-transform: translateY(-17px);
       -moz-transform: translateY(-17px);
         -o-transform: translateY(-17px);
            transform: translateY(-17px);
  }

  h1.hero-h1 {
    font-size: 44px;
  }

  h1#Hero2Overlay {
    font-size: 35px;
    line-height: 84px;
    -webkit-transform: translateY(-23px);
       -moz-transform: translateY(-23px);
         -o-transform: translateY(-23px);
            transform: translateY(-23px);
  }

  h1 span.heading-text-14 {
    font-style: italic;
    font-size: 2.25rem;
    line-height: 1.17;
  }

  h1.hero-overlayH1 {
    line-height: 55px;
  }

  h2.fade-in.request {
    background-color: #000;
  }

  h2.fade-in.section-h2-title {
    background-color: #000;
  }

  h2#H2HeroOverlay {
    line-height: 27px;
  }

  h2.message {
    color: #f60;
    text-shadow: #000 0 1px 1px;
    font-weight: 600;
    font-size: 21px;

    -webkit-text-stroke-width: .02rem;
  }

  h3.heading-2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  h4.fade-in.social {
    width: auto;
  }

  h4#heading-11 {
    width: auto;
  }

  h4.heading-1 {
    color: #fff;
    font-size: 18px;
  }

  h4 span.heading-text-10 {
    text-transform: lowercase;
  }

  p.paragraph.fade-in.shows-para {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  p.paragraph.fade-in.section-para {
    padding-right: 50px;
    padding-left: 50px;
  }

  p.paragraph.section-para {
    max-width: 700px;
  }

  p.paragraph.messagefromash {
    color: #f60;
    text-shadow: #000 1px 1px 0;
    font-weight: 600;

    -webkit-text-stroke-width: .01rem;
  }

  span.text-element.blue.top-1 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100%;
    color: #0eb5fa;
    text-transform: capitalize;
    font-size: 11px;
  }

  span.text-element#red {
    color: #ff0793;
  }

  span.text-element.red.top-1 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100%;
    color: #ff0793;
    text-transform: capitalize;
    font-size: 11px;
  }

  span.text-element.col-title-1 {
    text-shadow: #000 0 1px 1px;
  }

  span.text-element.ttl-1 {
    font-size: 12px;
  }

  span.text-element.top-1.yellow {
    font-size: 11px;
  }

  /* Interaction Elements */

  form.form-container.fade-in.form-wrapper {
    width: 65%;
  }

  /* Layout Elements */

  .container.hero1 {
    height: 80vh;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/logo.webp');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/logo.webp');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/logo.webp');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/logo.webp');
    background-attachment: scroll, scroll;
    background-position: left top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.fade-in.profile {
    width: 19%;
  }

  .container.friendsof-the-band {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: baseline;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
            align-items: baseline;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.orbit {
    background-color: #000;
  }

  .container#container-2 {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.contact-main-wrapper {
    grid-template-rows: 95vh auto;
  }

  .container.contact.hero-overlay {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container#container-1 {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.hero.shows {
    height: 85vh;
  }

  .container.reveal.songs-list {
    width: 80%;
  }

  /* .container.fade-in.footer-links-wrapper.social {
    margin-right: auto;
    width: 85%;
  }*/

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 35%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.nav-modal-buttons {
    padding-bottom: 10px;
  }

  .container.container-4 {
    position: -webkit-sticky;
    position:         sticky;
    top: -7px;
    width: 100%;
    background-color: #000;
  }

  .container.hero-content-overlay.home {
    padding-top: 22px;
  }

  .container.hero-overlay-video {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    height: 70vh;
  }

  .container.message-wraooer {
    max-width: 750px;
    width: 85%;
  }

  .container.col-1 {
    -ms-flex-pack: start;
    padding-top: 15px;
    width: 33%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.items-1 {
    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;
    -ms-flex-pack: start;
    padding: 8px 5px 5px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.sing-1 {
    width: 100%;
  }

  .container.audios-wrapper.fade-in {
    -webkit-transform: translateY(-3px);
       -moz-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  /* .container.audio-footer.fade-in.footer-wrapper {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(8, 49, 92, .65) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(8, 49, 92, .65) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(8, 49, 92, .65) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(8, 49, 92, .65) 100%);
  }*/

  .container.friends-hero {
    max-height: 600px;
    width: 100%;
    height: 45vh;
    background-position: center 10px;
    background-size: cover;
  }

  div.responsive-picture.banner1.fade-in {
    width: 86%;
  }

  div.responsive-picture.banner1 {
    width: 88.4%;
  }

  ul.list-container.orbit-container {
    margin-right: auto;
    margin-left: auto;
  }

  li.list-item-container.is-active.orbit-slide {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-3 {
    max-width: 180px;
  }

  div.responsive-picture.picture-2 {
    max-width: 180px;
  }

  div.responsive-picture.picture-4 {
    max-width: 180px;
  }

  span.glyph.blue.font-icon {
    color: #0eb5fa;
  }

  span.glyph.blue-1.font-icon-1-1 {
    margin-right: 11px;
    color: #0eb5fa;
  }

  span.glyph.font-icon-1-1.red-1 {
    margin-right: 6px;
    color: #ff0793;
  }

  span.glyph.font-icon-1.orange {
    margin-right: 11px;
  }

  div.responsive-picture.fade-in.friends-image {
    max-width: 119px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.hero-h1 {
    text-align: center;
    font-size: 45px;
    line-height: 30px;
  }

  h1.hero-h1.shows {
    line-height: 76px;
  }

  h1#HeroH2Overlay {
    font-size: 36px;
    line-height: 85px;
  }

  h1#Hero2Overlay {
    line-height: 84px;
    -webkit-transform: translateY(-52px);
       -moz-transform: translateY(-52px);
         -o-transform: translateY(-52px);
            transform: translateY(-52px);
  }

  /* h2.fade-in.footer-h2 {
    width: auto;
    font-size: 1.33rem;
  }*/

  h2.hero-overlay-h2 {
    font-size: 25px;
  }

  h2.sectionH2Header {
    font-size: 30px;
  }

  h2 span.heading-text-3 {
    color: #fff;
  }

  h2.fade-in.orbit-hr-title {
    font-size: 26px;
  }

  h2.orbit-hr-title {
    font-size: 26px;
  }

  h2.fade-in.request {
    background-color: transparent;
  }

  h2.fade-in.section-h2-title {
    background-color: transparent;
  }

  h2.section-h2-title {
    padding-top: 20px;
    font-size: 28px;
  }

  h2#heading-12 {
    font-size: 21px;
  }

  h2#heading-3 {
    font-size: 26px;
  }

  h4.mocal-title-1 {
    color: #ff8202;
    text-transform: uppercase;
  }

  h4 span.white-1 {
    text-transform: uppercase;
  }

  h4.fade-in.social {
    padding-right: 5px;
    width: auto;
  }

  h4#heading-11 {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  h4.heading-1 {
    font-size: 19px;
  }

  p.paragraph.fade-in.section-para {
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
    padding: 8px 50px;
    max-width: 850px;
    text-align: left;
    font-size: 19px;
  }

  p.paragraph.section-para {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 700px;
    text-align: left;
    font-size: 18px;
  }

  p.paragraph.fade-in.orbit-slider-para {
    position: static;
    z-index: 50;
    font-size: .98rem;
  }

  p.paragraph.fade-in.shows-para {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    font-size: 17px;
  }

  p.paragraph span.caps-1 {
    text-transform: lowercase;
  }

  p.paragraph#paragraph-1 {
    font-size: 19px;
  }

  p.paragraph.fade-in.orbit-slider-para:hover {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }

  span.text-element.copyright.fade-in {
    position: static;
    top: -28px;
    z-index: 10000;
    padding-left: 50px;
    text-align: center;
  }

  span.text-element#orange {
    color: #f78c0b;
  }

  span.text-element#blue {
    color: #0eb5fa;
  }

  span.text-element#red {
    color: #e70053;
  }

  span.text-element.col-title-1 {
    margin-bottom: 20px;
    padding: 8px 8px 12px;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  }

  span.text-element.top-1 {
    margin-top: 2px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #000;
    text-transform: uppercase;
  }

  span.text-element.red.top-1 {
    font-size: 16px;
  }

  span.text-element.ttl-1 {
    font-size: 15px;
  }

  span.text-element.blue.top-1 {
    font-size: 16px;
  }

  span.text-element.top-1.yellow {
    font-size: 16px;
  }

  a.link-text.nav-item {
    padding-bottom: .5rem;
    width: auto;
    border-bottom-width: 0;
    border-bottom-style: outset;
    background-color: #000;
    color: #fff;
    font-size: 14px;
  }

  a.link-text.conract-link {
    font-size: 20px;
  }

  a.link-text.conract-link.fade-in {
    font-size: 24px;
  }

  a.link-text.nav-item:hover {
    border-bottom-width: 0;
    background-color: #000;
    color: #f60;
    font-size: 14px;
  }

  /* Interaction Elements */

  a.link-button.button-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  a.link-button.button-2.modal-close {
    color: #5d9fcb;
  }

  form.form-container.fade-in.form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    -ms-flex-align: end;
    max-width: 750px;
    width: 70%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  input[type=text].input-element {
    background-color: rgba(255, 255, 255, .18);
  }

  input[type=email].email {
    background-color: rgba(255, 255, 255, .18);
  }

  textarea.textarea-1 {
    margin-right: 0vmin;
    margin-left: auto;
    max-width: none;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, .18);
  }

  /* Layout Elements */

  .container.css-grid-with-logo {
    top: -93px;

    grid-template-columns: auto 1fr;
  }

  .container.css-grid-with-logo.nav {
    position: relative;
    top: 0;
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
    -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: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;

    grid-template-areas: 'logo menu';
    grid-template-columns: auto 1fr;
  }

  .container {
    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;

    grid-column-gap: normal;
    grid-template-areas: 'hero' 'form1' 'form2' 'form3';
    grid-template-columns: 100%;
    grid-template-rows: 617.25px repeat(3 , 50px);
    background-blend-mode: normal;
  }

  .container.container-2 {
    background-color: #000;
  }

  .container.nav-col {
    background-color: #000;
  }

  .container.menu-wrapper {
    background-color: #000;
  }

  /* .container.fade-in.footer-wrapper {
    position: relative;
    top: 100px;
    margin-right: 10px;
    border-top-width: 0;
  }*/

  /* .container.audio-footer.fade-in.footer-wrapper {
    position: static;
    border-top-width: .125rem;
    background-image: -webkit-linear-gradient(top, rgba(8, 49, 92, .65) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(8, 49, 92, .65) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(8, 49, 92, .65) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(8, 49, 92, .65) 0%, rgba(2, 14, 52, .5) 100%);
  }*/

  .container.orbit {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 900px;
    background-color: #000;
  }

  .container.page-sections-wrapper {
    padding-right: 0;
    padding-left: 1px;
    max-width: none;
    width: 100%;

    grid-template-areas: 'hero' 'section';
    grid-template-columns: 100%;
    grid-template-rows: 75vh auto;
  }

  .container.hero-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.hero-the-band {
    background-image: url('../images/new-image.webp'), -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('../images/new-image.webp'), -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('../images/new-image.webp'), -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image: url('../images/new-image.webp'), linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll, scroll;
    background-position: center top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, auto auto;
    background-repeat: no-repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container.contact-sections.fade-in {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -78px;
    padding-top: 20px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
  }

  .container.fade-in.shows-list-wrapper {
    width: 24%;
  }

  .container.contact-hero {
    height: 65vh;
  }

  .container.fade-in.friends-outer-wrapper {
    width: 18%;
  }

  .container.fade-in.profile {
    max-width: 250px;
    width: 18%;
  }

  .container.friendsof-the-band {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    margin-right: auto;
    margin-left: auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container#container-2 {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.show-playlist {
    -ms-flex-align: stretch;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
  }

  .container.hero.shows {
    height: 75vh;
  }

  .container.reveal.songs-list {
    max-width: 950px;
    width: 70%;
  }

  .container#container-3 {
    background-position: center top, center top;
    background-size: cover, cover;
  }

  /* .container.fade-in.footer-links-wrapper.social {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-right: auto;
    max-width: none;
    width: 59.88%;
    background-color: transparent;
    -webkit-transform: translateY(-8px);
       -moz-transform: translateY(-8px);
         -o-transform: translateY(-8px);
            transform: translateY(-8px);

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }*/

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.audios-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    margin-bottom: 13px;
    padding-top: 15px;
    padding-bottom: 11px;
    max-width: 1000px;
    background-color: #7b736f;
    -webkit-transform: translateY(-72px);
       -moz-transform: translateY(-72px);
         -o-transform: translateY(-72px);
            transform: translateY(-72px);

    grid-column-gap: 0;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-template-areas: none;
    grid-area: auto / auto / auto / auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.col-1 {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    max-width: 415px;
    width: 32%;
    border-width: 0;
    border-style: solid;
    background-color: #000;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.items-1 {
    position: static;
    top: 60px;
    margin-top: 0;
    padding: 5px;
    width: 100%;
    border-right: .0625rem solid transparent;
    background-color: #000;
  }

  .container.sing-1 {
    margin-bottom: 6px;
    padding: 5px 3px;
    background-color: #000;
  }

  .container.bg {
    background-color: #396f80;
  }

  .container.audios-wrapper.fade-in {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.container-4 {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    background-color: #000;
  }

  .container.hero-overlay-video {
    height: 120vh;
  }

  .container.friends-hero {
    min-height: 500px;
    height: 45vh;
  }

  .container.sing-1:hover {
    background-color: #396f80;
  }

  ul.list-container.menu {
    -ms-flex-align: stretch;
    border-width: 0;
    border-style: none;
    background-color: #000;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
  }

  li.list-item-container.nav-wrapper {
    width: auto;
    background-color: #000;
  }

  ul.list-container.orbit-container {
    width: auto;
  }

  div.responsive-picture.picture-1 {
    max-width: 186px;
  }

  div.responsive-picture.banner1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 729px;
    width: 100%;
  }

  label.label-container.label-container-1 {
    width: 45%;
  }

  label.label-container.label-container-2 {
    width: 100%;
  }

  button.button {
    width: 35%;
  }

  label.label-container.label-container-3 {
    width: 100%;
  }

  div.responsive-picture.banner1.fade-in {
    max-width: 700px;
    width: 100%;
  }

  a.glyph.mail-icon {
    font-size: 1.5rem;
    -webkit-transform: translateX(7px);
       -moz-transform: translateX(7px);
         -o-transform: translateX(7px);
            transform: translateX(7px);
  }

  audio.sound-1 {
    padding: 5px;
    width: 90%;
    height: 62px;
    background-color: transparent;

    grid-area: hero;
  }

  div.responsive-picture.fade-in.friends-image {
    max-width: 126px;
  }

  li.list-item-container.nav-wrapper:hover {
    background-color: rgba(174, 88, 1, .79);
  }
}

@media screen and (min-width: 76.25rem) {
  /* Text Elements */

  h1.hero-h1 {
    word-spacing: 1px;
  }

  h1#HeroH2Overlay {
    line-height: 75px;
  }

  h1.contact.hero-h1 {
    font-size: 35px;
  }

  h1 span.white {
    text-transform: capitalize;
    font-variant: small-caps;
  }

 /*  h2.fade-in.footer-h2 {
    width: 66%;
    color: rgba(239, 241, 245, .5);
  }*/

  h4.mocal-title-1 {
    color: #ff8202;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.65rem;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  h4 span.initial-caps-1 {
    color: #ff8202;
    text-transform: uppercase;
  }

  h4 span.heading-text-4 {
    text-transform: uppercase;
  }

  h4 span.white-1 {
    color: rgba(255, 255, 255, .85);
  }

  h4.heading-1 {
    color: #fff;
  }

  h4.fade-in.social {
    color: rgba(239, 241, 245, .5);
  }

  p.paragraph.modal-para3-1 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 65px;
    padding-left: 65px;
    width: 900px;
    color: rgba(255, 255, 255, .85);
    text-align: justify;
    font-size: 1.38rem;
    font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  }

  p.paragraph span.caps-bo0ld-1 {
    color: #ff8202;
    text-transform: uppercase;
  }

  p.paragraph span.white-1 {
    color: #fff;
    text-transform: capitalize;
  }

  p.paragraph span.caps-1 {
    text-transform: uppercase;
  }

  p.paragraph span.lc-1 {
    text-transform: lowercase;
  }

  p.paragraph span.sixteen {
    color: #ff8202;
    text-transform: uppercase;
  }

  p.paragraph.messagefromash {
    font-size: 19px;
  }

  span.text-element.copyright.fade-in {
    color: rgba(239, 241, 245, .5);
  }

  span.text-element#red {
    color: #ff005b;
    text-shadow: none;

    -webkit-text-stroke-width: .01rem;
  }

  span.text-element.mp3-1 {
    font-size: 21px;
  }

  span.text-element.red.top-1 {
    font-size: 1.1rem;
  }

  span.text-element.blue.top-1 {
    font-size: 1.1rem;
  }

  span.text-element.top-1.yellow {
    font-size: 1.1rem;
  }

  span.text-element.col-title-1 {
    font-size: 1.13rem;
  }

  /* Interaction Elements */

  a.link-button.button-2 {
    position: static;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 23px;
  }

  a.link-button.button-2.modal-close {
    background-color: #212121;
    color: #ff8202;
    text-transform: uppercase;
  }

  a.link-button.button-2:hover {
    background-color: #212121;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(23, 121, 186, 1) 100%);
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(23, 121, 186, 1) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(23, 121, 186, 1) 100%);
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(23, 121, 186, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  label.label.label-2 {
    color: rgba(239, 241, 245, .5);
  }

  label.label.label-1 {
    color: rgba(239, 241, 245, .5);
  }

  label.label.label-4 {
    color: rgba(239, 241, 245, .5);
  }

  label.label.label-3 {
    color: rgba(239, 241, 245, .5);
  }

  /* Layout Elements */

  .container {
    margin-top: 0;
  }

  .container.modal-wrapper {
    padding-top: 100px;
    height: auto;
  }

  .container.nav-modal-buttons-2 {
    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;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    width: 800px;

    -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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.reveal.songs-list {
    display: none;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    max-width: 900px;
    width: 75%;
    height: auto;
    border-width: .0625rem;
    background-color: #212121;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container#one-hit-wonder {
    height: auto;
  }

  .container#mellow-soal {
    height: auto;
  }

  .container#hot-hot-hot {
    height: auto;
  }

  .container#cool-breeze {
    height: auto;
  }

  .container#boogaloo {
    height: auto;
  }

  .container#rocket-man {
    height: auto;
  }

  .container#high-impact {
    height: auto;
  }

  .container#smile {
    height: auto;
    border-width: .0625rem;
  }

  .container#wedding {
    height: auto;
  }

  .container#al-la-carte {
    height: auto;
  }

  .container#big-band {
    height: auto;
  }

  .container#special-requests {
    height: auto;
  }

  .container.nav-modal-buttons {
    margin-bottom: 10px;
  }

  /* .container.audio-footer.fade-in.footer-wrapper {
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }*/

  .container.container-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .container.container-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.orbit {
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }

  .container.slider-inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .container.orbit-slider {
    height: auto;
  }

  .container#BigBandSwing {
    height: auto;
  }

  .container.audios-wrapper {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  .container.col-1 {
    background-color: #000;
  }

  .container.items-1 {
    max-width: 380px;
  }

  .container.audios-wrapper.fade-in {
    -webkit-transform: translateY(-24px);
       -moz-transform: translateY(-24px);
         -o-transform: translateY(-24px);
            transform: translateY(-24px);
  }

  .container.friends-hero {
    height: 65vh;
    background-position: center top;
    background-size: cover;
  }

  .container#container-5 {
    -webkit-transform: translateY(-26px);
       -moz-transform: translateY(-26px);
         -o-transform: translateY(-26px);
            transform: translateY(-26px);
  }

  li.list-item-container.is-active.orbit-slide {
    height: auto;
  }

  a.responsive-picture.picture-link-1 {
    -webkit-filter: opacity(.48);
            filter: opacity(.48);
  }

  a.glyph.mail-icon {
    -webkit-filter: opacity(.48);
            filter: opacity(.48);
  }

  button.button {
    color: rgba(239, 241, 245, .5);
  }

  video.full-screen-video.hidden-by-me {
    display: block;
  }
}

@media screen and (min-width: 86.75rem) {
  /* Text Elements */

  h1#HeroH2Overlay {
    font-size: 45px;
    line-height: 92px;
  }

  h1.hero-h1 {
    word-spacing: 2px;
    font-size: 55px;
  }

  h1#Hero2Overlay {
    font-size: 50px;
    line-height: 97px;
  }

  h1 span.white {
    color: #fff;
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 2.1875rem;
  }

  h1.contact.hero-h1 {
    display: inline;
  }

  h1.hero-overlayH1 {
    color: #f60;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Rock Salt', 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
    line-height: 95px;
  }

  h1 span.heading-text-14 {
    color: #fff;
    font-size: 2.25rem;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  h2.hero-overlay-h2 {
    text-align: right;
    font-size: 26px;
  }

  h2.fade-in.friends-section-h2title {
    font-size: 29px;
  }

  h2.repeat-form {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
  }

  h2#heading-1 {
    font-size: 32px;
    -webkit-filter: opacity(.62);
            filter: opacity(.62);
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  h2.orbit-hr-title {
    text-transform: capitalize;
    font-size: 28px;
    line-height: 31px;
  }

  h2.fade-in.request {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: 'Rock Salt', cursive;
    -webkit-filter: opacity(.68);
            filter: opacity(.68);
  }

  h2#heading-2 {
    height: 2px;
    color: #000;
  }

  h2 span.heading-text-3 {
    color: rgba(239, 241, 245, .5);
  }

  /* h2.fade-in.footer-h2 {
    width: 45%;
    text-align: center;
    text-shadow: #78828c 2px 2px 5px;
  }*/

  h2.fade-in.orbit-hr-title {
    width: 100%;
    background-color: transparent;
    line-height: 35px;
    -webkit-filter: opacity(.53);
            filter: opacity(.53);
  }

  h2#heading-1-copy-1 {
    font-size: 32px;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  h2#heading-1-copy-2 {
    font-size: 32px;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  h2#heading-1-copy-3 {
    font-size: 32px;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  h2#heading-1-copy-4 {
    font-size: 32px;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  h2 span.heading-text-7 {
    font-size: 1.375rem;
  }

  h2.fade-in.section-h2-title {
    max-width: 750px;
    color: rgba(239, 241, 245, .5);
  }

  h2.sectionH2 {
    color: rgba(239, 241, 245, .5);
    font-size: 41px;
  }

  h2#heading-12 {
    color: rgba(239, 241, 245, .5);
  }

  h2.modalH2 {
    color: rgba(239, 241, 245, .5);
  }

  h2#H2HeroOverlay {
    text-align: center;
    font-size: 38px;
    line-height: 45px;
  }

  h2.message {
    color: #f60;
    font-weight: 800;
    font-style: italic;
    font-variant: small-caps;
    font-size: 31px;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  h3.fade-in.shows {
    width: 100%;
    font-size: 21px;
    -webkit-filter: opacity(.73);
            filter: opacity(.73);
  }

  h3.card-h2.fade-in {
    text-align: center;
    text-transform: uppercase;
    -webkit-filter: opacity(.73);
            filter: opacity(.73);
  }

  h4.heading-1 {
    color: rgba(239, 241, 245, .5);
    font-size: 23px;
  }

  h4.mocal-title {
    -webkit-filter: opacity(.79);
            filter: opacity(.79);
  }

  h4 span.initial-caps-1 {
    color: rgba(255, 130, 2, .72);
  }

  h4 span.white-1 {
    color: rgba(239, 241, 245, .5);
  }

  p.paragraph.fade-in.shows-para {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 950px;
    color: rgba(239, 241, 245, .5);
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  p.paragraph.fade-in.section-para {
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }

  p.paragraph.modal-para3 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 800px;
    color: rgba(239, 241, 245, .5);
    font-size: 18px;
  }

  p.paragraph.fade-in.special-request {
    padding-right: 367px;
    padding-left: 419px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    -webkit-filter: opacity(.61);
            filter: opacity(.61);
  }

  p.paragraph span.paragraph-text-1 {
    color: #f60;
    text-transform: uppercase;
    font-variant: small-caps;
  }

  p.paragraph span.lc.white {
    color: #fff;
    text-transform: lowercase;
  }

  p.paragraph span.paragraph-text-2 {
    text-transform: capitalize;
  }

  p.paragraph span.paragraph-text-3 {
    text-transform: capitalize;
  }

  p.paragraph span.caps-bo0ld-1.lc {
    color: rgba(239, 241, 245, .5);
    text-transform: capitalize;
  }

  p.paragraph.modal-para3-1 {
    width: auto;
    text-align: center;
    -webkit-filter: opacity(.62);
            filter: opacity(.62);
  }

  p.paragraph.fade-in.orbit-slider-para {
    clear: none;
    -webkit-filter: contrast(2) opacity(.67);
            filter: contrast(2) opacity(.67);
  }

  p.paragraph.section-para {
    color: rgba(239, 241, 245, .5);
    text-align: left;
  }

  p.paragraph.paragraph-1 {
    -webkit-filter: opacity(.71);
            filter: opacity(.71);
  }

  p.paragraph.paragraph-3 {
    color: rgba(239, 241, 245, .5);
  }

  p.paragraph.paragraph-2 {
    color: rgba(239, 241, 245, .5);
  }

  p.paragraph.paragraph-4 {
    color: rgba(239, 241, 245, .5);
  }

  p.paragraph span.paragraph-text-4 {
    color: rgba(239, 241, 245, .5);
  }

  p.paragraph span.paragraph-text-5 {
    text-transform: lowercase;
  }

  p.paragraph span.paragraph-text-6 {
    text-transform: lowercase;
  }

  p.paragraph span.paragraph-text-7 {
    color: rgba(239, 241, 245, .5);
  }

  p.paragraph span.paragraph-text-8 {
    font-size: 1rem;
  }

  p.paragraph span.paragraph-text-9 {
    font-size: 1rem;
  }

  p.paragraph span.paragraph-text-10 {
    font-size: 1rem;
  }

  p.paragraph span.sixteen {
    font-size: 1rem;
  }

  p.paragraph span.caps-bo0ld-1 {
    font-size: 1rem;
  }

  p.paragraph span.caps {
    text-transform: uppercase;
  }

  p.paragraph.messagefromash {
    color: #f60;
    font-weight: 600;
    font-style: italic;
    font-size: 17px;
  }

  span.text-element.copyright.fade-in {
    position: relative;
  }

  span.text-element.fade-in.modal-trigger {
    -webkit-filter: opacity(.7);
            filter: opacity(.7);
  }

  span.text-element.red.top-1 {
    color: #ff0013;
  }

  span.text-element.mp3-1 {
    clear: both;
    width: 100%;
    color: #fff;
  }

  span.text-element.top-1 {
    width: 100%;
    color: #fff;
    text-transform: capitalize;
  }

  span.text-element.top-1.yellow {
    color: #d3961c;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  span.text-element.blue.top-1 {
    color: #1fdeff;
  }

  span.text-element span.text-text-1 {
    color: #000;
    font-size: .0625rem;
  }

  span.text-element.ttl-1 {
    display: block;
  }

  a.link-text.conract-link.fade-in {
    color: rgba(239, 241, 245, .5);
  }

  a.link-text.nav-item {
    color: rgba(239, 241, 245, .5);
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    -webkit-filter: opacity(.62);
            filter: opacity(.62);
  }

  a.link-button.button.orbit-next {
    color: rgba(239, 241, 245, .5);
  }

  a.link-button.close-button {
    -webkit-filter: opacity(.78);
            filter: opacity(.78);
  }

  form.form-container.fade-in.form-wrapper {
    max-width: 850px;
    width: 80%;
  }

  /* Layout Elements */

  .container.fade-in.profile {
    margin-right: 20px;
    margin-left: 20px;
    max-width: 232px;
    width: 18.1%;
  }

  .container.fade-in {
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
  }

  .container.hero.shows {
    height: 85vh;
  }

  .container.show-playlist {
    max-width: 1350px;
  }

  .container.fade-in.shows-list-wrapper {
    max-width: 260px;
    width: 259px;
  }

  /* .container#footer {
    top: 25px;
    min-height: 250px;
    max-width: none;
  }*/

  .container.friends-main-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }

  .container.friendsof-the-band {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    margin-right: auto;
    margin-left: auto;
    max-width: 1350px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.orbit {
    position: relative;
    padding-right: 6.11vmin;
    padding-left: 6.11vmin;
    height: 100%;
    background-color: #000;
  }

  .container.hero-content-overlay {
    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.audio-footer.fade-in.footer-wrapper {
    position: relative;
    top: -99px;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 100%), -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 100%), -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(2, 14, 52, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 49, 92, .65) 100%), linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(2, 14, 52, .5) 100%);
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-blend-mode: normal, normal;
  }*/

  .container.css-grid-with-logo.nav {
    position: -webkit-sticky;
    position:         sticky;
    top: 0vh;
    right: auto;
    bottom: -4px;
    width: 100%;
  }

  .container#container-1 {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container#container-2 {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.contact.hero-overlay {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/concert-audience.webp');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/concert-audience.webp');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/concert-audience.webp');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/concert-audience.webp');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container.contact-hero {
    height: 100%;
    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.confirm.contact-hero {
    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.contact-main-wrapper {
    grid-template-rows: 75vh auto;
  }

  .container.contact-sections.fade-in {
    margin-top: 0;
    max-width: none;
  }

  .container.fade-in.special-request {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container#container-3 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/the-band.webp');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/the-band.webp');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/the-band.webp');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(29, 30, 33, .5) 100%), url('../images/the-band.webp');
    background-attachment: scroll, scroll;
    background-position: left top, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.container-4 {
    position: -webkit-sticky;
    position:         sticky;
    top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    background-color: #000;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.reveal.songs-list {
    width: auto;
  }

  /* .container.fade-in.footer-links-wrapper.social {
    margin-right: auto;
    max-width: 450px;
  }*/

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 60px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 500px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
            align-content: space-around;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.orbit-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-bottom: 20px;
    height: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.slider-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-left: 10px;
    height: 400px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container#container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container#container-6-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container#container-6-copy-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container#container-6-copy-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container#container-6-copy-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container#container-4 {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.hero-overlay-video {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0;
    width: 100%;
    height: 85vh;
    background-image: -webkit-linear-gradient(top, rgba(29, 30, 33, .5) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(14, 181, 250, 0) 100%);
    background-image:    -moz-linear-gradient(top, rgba(29, 30, 33, .5) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(14, 181, 250, 0) 100%);
    background-image:      -o-linear-gradient(top, rgba(29, 30, 33, .5) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(14, 181, 250, 0) 100%);
    background-image:         linear-gradient(180deg, rgba(29, 30, 33, .5) 15%, rgba(29, 30, 33, .5) 46%, rgba(29, 30, 33, .38) 74%, rgba(14, 181, 250, 0) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  .container.audios-wrapper {
    max-width: 1300px;
  }

  .container.audios-wrapper.fade-in {
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    background-color: #7b736f;
    -webkit-transform: translateY(-19px);
       -moz-transform: translateY(-19px);
         -o-transform: translateY(-19px);
            transform: translateY(-19px);

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.sing-1 {
    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;
    -ms-flex-pack: start;
    width: 100%;
    background-color: rgba(34, 32, 31, .99);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.bg {
    background-color: #023141;
  }

  .container.col-1 {
    position: relative;
    background-color: #000;
  }

  .container.message-wraooer {
    width: 650px;
  }

  .container.fade-in-1.sing-1 {
    width: 100%;
    background-color: rgba(34, 32, 31, .99);
  }

  .container.items-1 {
    max-width: 350px;
    background-color: #7b736f;
  }

  .container.friends-hero {
    background-image: url('../images/stage2000.jpg');
    background-position: center top;
    background-size: cover;
  }

  .container#container-5 {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  .container.sing-1:hover {
    background-color: #414141;
  }

  .rule.body-rule.fade-in {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 17%, rgba(255, 102, 0, 1) 50%, rgba(255, 102, 0, 1) 58%, rgba(0, 0, 0, 1) 85%);
    background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 1) 17%, rgba(255, 102, 0, 1) 50%, rgba(255, 102, 0, 1) 58%, rgba(0, 0, 0, 1) 85%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 1) 17%, rgba(255, 102, 0, 1) 50%, rgba(255, 102, 0, 1) 58%, rgba(0, 0, 0, 1) 85%);
    background-image:         linear-gradient(90deg, rgba(0, 0, 0, 1) 17%, rgba(255, 102, 0, 1) 50%, rgba(255, 102, 0, 1) 58%, rgba(0, 0, 0, 1) 85%);
  }

  div.responsive-picture.banner1 {
    max-width: 780px;
    width: 65%;
  }

  div.responsive-picture.banner1.fade-in {
    max-width: 780px;
  }

  li.list-item-container.is-active.orbit-slide {
    height: 49vh;
  }

  div.responsive-picture.picture-1 {
    position: relative;
    float: left;
    margin-top: 3px;
    margin-right: 6px;
    max-width: 200px;
    width: auto;
    height: 181px;
  }

  li.list-item-container.orbit-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  ul.list-container.orbit-container {
    height: auto;
  }

  div.responsive-picture.picture-1 > picture {
    height: 181px;
  }

  span.glyph.font-icon-1.orange {
    margin-right: 12px;
    color: #d3961c;
  }

  span.glyph.blue-1.font-icon-1-1 {
    margin-right: 12px;
    color: #1fdeff;
  }

  span.glyph.blue.font-icon {
    color: #1fdeff;
  }

  span.glyph.font-icon-1-1.red-1 {
    color: #ff005b;
  }

  div.responsive-picture.picture-2 {
    max-width: 180px;
  }

  audio.sound-1 {
    position: relative;
    width: 85%;
    height: 3.88em;
  }
}