/* Text Elements */

h1 {
  color: #542c07;
  font-size: 1.5rem;
  font-family: 'Kaushan Script', cursive;
}

h1.section-heading {
  position: relative;
  top: 45vw;
  left: 4vw;
  color: #fff;
  text-shadow: #000 3px 3px 10px;
  font-size: 10.322581vw;
  font-family: 'Kaushan Script', cursive;
}

h1.square-image {
  top: 70vw;
}

h2 {
  color: #fff;
  text-shadow: #197aaf 2px 2px 0;
  font-size: 2rem;
  font-family: 'Kaushan Script', cursive;
}

h2.news-heading {
  font-family: 'Kaushan Script', cursive;
}

h2.cd-block-heading {
  font-family: 'Kaushan Script', cursive;
}

h2.notification-heading {
  text-align: center;
}

h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

h4 {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

h4.gig-venue {
  font-size: 1rem;
}

h5 {
  color: #fff;
  font-size: .8rem;
}

p.paragraph {
  color: #fff;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
}

p.paragraph.quote-ref {
  text-align: right;
}

p.paragraph.paragraph-2 {
  text-align: center;
}

p.paragraph.footer-paragraph {
  text-align: center;
  font-size: .7rem;
}

p.paragraph.notification-para {
  text-align: center;
}

p.paragraph.contact-par {
  text-align: center;
}

span.text-element {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

blockquote {
  color: #fff;
  font-size: 1.4rem;
}

a.link-text.menu-item {
  float: right;
  color: #fff;
  text-align: left;
  text-shadow: #197aaf 2px 2px 0;
  font-size: 1.55rem;
  font-family: 'Kaushan Script', cursive;
}

a.link-text.link-button {
  display: block;
  margin: 15px auto 10px;
  padding-top: 7px;
  padding-bottom: 8px;
  width: 8rem;
  background-color: #542c07;
  color: #dcc884;
  text-align: center;
}

a.link-text.gig-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 10px;
  background-color: #542c07;
  color: #fff;
  text-align: center;
  font-size: .8rem;
}

a.link-text.link-button:hover {
  box-shadow: #dcc884 0 0 10px 5px;
}

a.link-text.menu-item:hover {
  color: #dcc884;
}

a.link-text.gig-link:hover {
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  color: #dcc884;
}

/* Layout Elements */

body > .row.home-header {
  max-width: none;
  height: 100vh;
  background-image: url('../images/josh-front.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row {
  max-width: none;
}

body > .row.text-row {
  background-image: url('../images/josh-background-mirror.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat-y;
}

body > .row > [class*='small-'].text-column {
  float: none;
  padding: 2rem 3rem 3rem;
  background-color: rgba(250, 146, 18, .21);
}

body > .row.full-screen-image-row {
  height: 64vw;
  background-image: url('../images/josh-bg2.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body > .row#music {
  height: 90vw;
  background-image: url('../images/josh-ds.jpg');
}

body > .row#contact {
  background-image: url('../images/instruments.jpg');
}

body > .row.footer {
  background-image: url('../images/josh-background-mirror.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

body > .row#projects {
  background-image: url('../images/parvyn-and-josh1.jpg');
}

body > .row > [class*='small-'].blue-wash {
  background-color: rgba(109, 162, 247, .27);
}

body > .row > [class*='small-'].grey-wash {
  background-color: rgba(132, 163, 245, .39);
}

body > .row > [class*='small-'].blue-wash.text-column {
  background-color: rgba(109, 162, 247, .27);
}

body > .row > [class*='small-'].grey-wash.text-column {
  background-color: rgba(132, 163, 245, .39);
}

body > .row#gigs {
  background-image: url('../images/josh-sitar.JPG');
}

body > .row > [class*='small-'].pink-wash {
  background-color: rgba(244, 37, 209, .38);
}

body > .row > [class*='small-'].pink-wash.text-column {
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  background-color: rgba(154, 37, 244, .38);
}

.subgrid > .row > [class*='small-'].subgrid-column-1 {
  min-height: 1rem;
}

.subgrid > .row > [class*='small-'].subgrid-column-2 {
  float: right;
  min-height: 3.125rem;
}

.container.menu-container {
  position: absolute;
  right: 0;
  display: none;
  float: right;
  width: 7.6rem;
}

.container.news-item {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;

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

.container.news-flex-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;

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

.container.cd-flex-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;

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

.container.social-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 40%;

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

.container.project-item-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;

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

.container.project-item-outer {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;

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

.container.gig-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  border-bottom: .0625rem solid rgba(53, 47, 47, .52);

  -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;
}

.container.gig-details-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;

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

.container.gig-link-container {
  width: 7rem;
}

.container.notification-container {
  position: absolute;
  top: 40vh;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  width: 100%;
}

.container.notification-banner {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  width: 53%;
  background-color: rgba(84, 44, 7, .8);
}

.container.mailing-list-container {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px;
  max-width: 800px;
  background-color: rgba(84, 44, 7, .56);
}

.container.gig-link-container:hover {
  box-shadow: none;
}

.link-container.link-container-1 {
  position: fixed;
  right: 2.5%;
  bottom: 6.9%;
}

.link-container.link-container-1.smooth-scroll {
  right: 2.5%;
  z-index: 99;
  display: block;
  padding: 10px;
  vertical-align: top;
  opacity: 1;
}

.link-container#down-arrow {
  position: absolute;
  top: 80vh;
  right: auto;
  bottom: auto;
  left: 48vw;
  margin-top: 0vmin;
  margin-right: auto;
  margin-left: auto;
}

.link-container#back-to-top-arrow {
  display: block;
  opacity: 1;
}

div.responsive-picture.josh-title {
  max-width: none;
  box-shadow: none;
  opacity: 1;
}

span.glyph.drop-down-icon {
  float: right;
  color: rgba(84, 44, 7, .8);
}

ul.list-container.menu {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: stretch;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgba(84, 44, 7, .8);

  -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.list-item-container-1 {
  border-top-width: .0625rem;
  border-top-color: #542c07;
  border-bottom-width: .0625rem;
  border-bottom-color: #542c07;
}

span.glyph.font-icon-2 {
  color: rgba(255, 255, 255, .69);
  text-align: right;
  text-shadow: #542c07 2px 2px 2px;
}

div.responsive-picture.picture-with-margin {
  margin: 10px auto 9px;
  max-width: none;
  width: 100%;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 125px;
}

.row > [class*='small-'] .html-element.html-element-2 {
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding-bottom: 0;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

a.responsive-picture.itunes-button {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  max-width: 125px;
}

a.social-image.social-icon-1 {
  margin: 0 7px;
  background-color: #542c07;
}

span.glyph.drop-down-icon:hover {
  color: #fff;
}

span.glyph.font-icon-2:hover {
  color: #fff;
  text-shadow: #197aaf 2px 2px 2px;
}

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

  h1 {
    font-size: 1.82rem;
  }

  h1.section-heading {
    position: relative;
    top: 70vh;
    font-size: 12vw;
  }

  h1.square-image {
    top: 70vh;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    width: auto;
  }

  span.text-element.gig-soldout-text {
    font-size: 1rem;
  }

  a.link-text.menu-item {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    text-shadow: #348cad 2px 2px 0;
    font-size: 2.92vw;
  }

  a.link-text.link-button {
    clear: right;
  }

  a.link-text.gig-link {
    font-size: 1rem;
  }

  a.link-text.menu-item:hover {
    color: #dcc884;
  }

  /* Layout Elements */

  body > .row.home-header {
    background-attachment: scroll;
  }

  body > .row.text-row {
    box-shadow: none;
  }

  body > .row > [class*='small-'].text-column {
    float: left;
    padding-bottom: 3rem;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, .5) 0 40px 34px 0;
    vertical-align: middle;
  }

  body > .row.full-screen-image-row {
    height: 100vh;
    background-attachment: scroll;
    background-size: cover;
  }

  body > .row > [class*='small-'].footer.text-column {
    background-color: rgba(250, 146, 18, .21);
  }

  body > .row > [class*='small-'].pink-wash {
    background-color: rgba(244, 37, 209, .38);
  }

  body > .row.footer {
    background-image: url('../images/josh-background-mirror.jpg');
    background-repeat: repeat-y;
  }

  body > .row#music {
    height: 100vh;
  }

  body > .row > [class*='small-'].pink-wash.text-column {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .subgrid > .row > [class*='small-'].subgrid-column-2 {
    display: none;
  }

  .subgrid > .row > [class*='small-'].subgrid-column-3 {
    float: left;
  }

  .container.menu-container {
    position: static;
    display: block;
    float: left;
    width: 100%;
  }

  .container.news-flex-wrapper {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.news-text-etc {
    width: auto;
  }

  .container.container-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .container.cd-flex-wrapper {
    -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-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -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;
  }

  .container.container-2 {
    width: 80%;
  }

  .container.item-cd {
    margin-bottom: 20px;
  }

  .container.social-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: auto;
    margin-left: auto;
    width: 40%;

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

  .container.project-item-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: start;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
            align-self: auto;
  }

  .container.project-item-outer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container.gig-details-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

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

  .container.gig-link-container {
    width: 9rem;
  }

  .container.container-3 {
    width: 11rem;
  }

  .container.news-image-wrapper {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    min-width: 40%;
  }

  .container.news-video-wrapper {
    float: none;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    min-width: 60%;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;
    float: left;
    background-color: transparent;

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

  li.list-item-container.list-item-container-1 {
    float: left;
    border-style: none;
  }

  .row > [class*='small-'] .html-element.html-element-1 {
    margin-right: auto;
    margin-left: auto;
  }

  a.responsive-picture.picture-link-1 {
    margin: 13px auto;
    padding-right: 1px;
    max-width: 125px;
  }

  .row > [class*='small-'] .html-element.html-element-2 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-with-margin {
    margin-top: 10px;
    width: 90%;
  }

  div.responsive-video.video-1 {
    clear: right;
  }
}

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

  h1.section-heading {
    position: relative;
    top: 69.89vh;
    left: 4vw;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h4.gig-venue {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1rem;
  }

  p.paragraph.paragraph-1 {
    max-width: 60%;
  }

  a.link-text.menu-item {
    font-size: 2rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].text-column {
    padding-bottom: 3rem;
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row.text-row {
    background-size: 100% auto;
  }

  body > .row > [class*='small-'].pink-wash {
    background-color: rgba(244, 37, 209, .38);
  }

  body > .row.full-screen-image-row {
    height: 100vh;
    background-attachment: fixed;
    background-size: 100% auto;
  }

  body > .row.home-header {
    background-attachment: fixed;
  }

  .container.news-flex-wrapper {
    -ms-flex-align: center;

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

  .container.container-3 {
    width: 12rem;
  }

  .container.project-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
  }

  div.responsive-picture.picture-with-margin {
    float: right;
  }
}