:root {
  --maujuda-back: rgb(243, 216, 197);
  --maujuda-backdarker: rgb(213, 176, 150);
  --maujuda-text: rgb(0, 124, 153);
  --maujuda-textdarker: rgb(0, 95, 117);
  --maujuda-water: rgb(2, 23, 31);

}
/* Text Elements */

h1 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

h1.main-heading {
  margin-right: auto;
  margin-left: auto;
  color: var(--maujuda-text);
  text-shadow: none;
  font-weight: 500;
  font-variant: normal;
  font-size: 3rem;
  font-family: 'Unica One', cursive;
}

h1.blog-heading {
  padding-top: 18px;
  color: var(--maujuda-text);
  font-weight: 300;
  font-variant: small-caps;
  font-family: 'Signika Negative', cursive;
}

h1.contact-heading.heading-2 {
  color: #000;
  font-weight: 500;
  font-family: 'Signika Negative', cursive;
}

h1 span.heading-text-1 {
  font-weight: 500;
}

h1.heading-2 {
  padding-top: 0;
  padding-bottom: 0;
  color: var(--maujuda-text);
  font-weight: 700;
  font-variant: normal;
  font-size: 24px;
  font-family: 'Old Standard TT', 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 1.5;
}

h1 span.heading-text-2 {
  color: var(--maujuda-back);
}

h1.teaching-heading {
  margin-left: 0;
  color: var(--maujuda-text);
  text-align: left;
  text-shadow: var(--maujuda-back) 3px 3px 3px;
  font-weight: 500;
  font-variant: normal;
  font-size: 3rem;
  font-family: 'Unica One', cursive;
}

h1#shows-heading {
  color: var(--maujuda-back);
}

h1 span.heading-text-3 {
  color: var(--maujuda-text);
}

h3.show-date-time {
  margin-bottom: .15rem;
  font-weight: 700;
  font-variant: small-caps;
  font-size: 1.1rem;
  font-family: 'Signika Negative', cursive;
}

h4.show-venue {
  margin-bottom: .15rem;
  font-variant: small-caps;
  font-size: 1rem;
  font-family: 'Signika Negative', cursive;
}

h5.show-address {
  font-variant: small-caps;
  font-size: .75rem;
  font-family: 'Signika Negative', cursive;
}

p.paragraph {
  color: var(--maujuda-text);
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.footer-paragraph {
  margin-bottom: 2.25rem;
  padding-top: 0;
  color: #575757;
  font-style: italic;
  font-size: .8125rem;
}

p.paragraph.paragraph-1 {
  padding: 13px 10px 10px 12px;
  color: var(--maujuda-text);
}

p.paragraph span.paragraph-text-1 {
  color: #fff;
}

p.paragraph a.paragraph-text-2 {
  color: #000;
}

p.paragraph.paragraph-3 {
  color: #000;
  font-size: .85rem;
  font-family: 'Roboto', cursive;
}

p.paragraph span.paragraph-text-4 {
  color: #000;
}

p.paragraph.paragraph-4 {
  color: var(--maujuda-text);
}

p.paragraph.paragraph-2 {
  color: #7d7d7d;
}

span.text-element.text-1 {
  margin-right: auto;
  margin-left: auto;
  width: 5rem;
  text-align: center;
  font-variant: small-caps;
  font-size: 16px;
  font-family: 'Signika Negative', cursive;
  line-height: 1.5;
}

a.link-text.menu-link {
  color: var(--maujuda-back);
  font-weight: 400;
  font-variant: small-caps;
  font-size: .9rem;
  font-family: 'Signika Negative', cursive;
}

a.link-text.menu-link.inverted {
  color: var(--maujuda-text);

}

a.link-text.show-ticket-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 5rem;
  border: .0625rem solid var(--maujuda-back);
  border-radius: 4px;
  background-color: var(--maujuda-text);
  color: var(--maujuda-back);
  text-align: center;
  font-variant: small-caps;
}

a.link-text.menu-link:hover {
  color: var(--maujuda-text);
  font-size: 1.1875rem;
}

a.link-text.menu-link.inverted:hover {
  color: var(--maujuda-textdarker);
}

a.link-text.show-ticket-link:hover {
  background-color: var(--maujuda-text);
  box-shadow: #484848 3px 3px 4px 0;
}

/* Layout Elements */

body > .row.footer-row {
  max-width: none;
  background-color: var(--maujuda-back);
  background-image: -webkit-linear-gradient(top, var(--maujuda-back) 0%, rgba(8, 7, 7, 1) 100%);
  background-image:    -moz-linear-gradient(top, var(--maujuda-back) 0%, rgba(8, 7, 7, 1) 100%);
  background-image:      -o-linear-gradient(top, var(--maujuda-back) 0%, rgba(8, 7, 7, 1) 100%);
  background-image:         linear-gradient(180deg, var(--maujuda-back) 0%, rgba(8, 7, 7, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

body > .row.homepage-header {
  margin-top: 0;
  margin-bottom: 21px;
  padding-top: 10px;
  padding-bottom: 50px;
  min-height: 300px;
  max-width: none;
  height: auto;
  background-image: url('../Images/parvynMaujudaHarryWebber.jpg');
  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;
}

body > .row > [class*='small-'].column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;

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

body > .row > [class*='small-'].column-2 {
  padding-top: .625rem;
  padding-bottom: .625rem;
  background-color: var(--maujuda-text);
}

body > .row.aboutpage-header {
  padding-top: 10px;
  padding-bottom: 50px;
  min-height: auto;
  max-width: none;
  background-color: var(--maujuda-back);
  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;
}

body > .row.musicpage-header {
  padding-top: 10px;
  padding-bottom: 50px;
  min-height: 500px;
  max-width: none;
  background-image: url('../Images/Parvyn01.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.musicpage-row {
  padding-top: 44px;
  padding-bottom: 90px;
  max-width: none;
  background-color: var(--maujuda-back);
  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;
}

body > .row > [class*='small-'].column-3 {
  position: static;
  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;
  float: none;
  margin-right: auto;
  margin-left: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

body > .row.gallery.homepage-header {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 40px;
  background-color: var(--maujuda-back);
  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;
}

body > .row > [class*='small-'].column-6 {
  background-color: var(--maujuda-back);
}

body > .row > [class*='small-'].column-7 {
  padding-top: 16px;
  padding-bottom: 18px;
}

body > .row.row-2 {
  padding-top: 10px;
  background-color: var(--maujuda-text);
}

body > .row > [class*='small-'].column-4 {
  padding-top: 26px;
  background-color: var(--maujuda-back);
}

body > .row.bottom {
  background-color: var(--maujuda-back);
  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;
}

body > .row.row-5 {
  background-color: #352f2f;
}

body > .row.teaching-header {
  margin-bottom: 21px;
  padding-top: 10px;
  padding-bottom: 50px;
  min-height: 300px;
  max-width: none;
  background-image: url('../Images/Teaching1.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.shows-header {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  min-height: 300px;
  max-width: none;
  background-image: url('../Images/highlight-pics/1235401_510957595640541_144299135_n.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 > [class*='small-'].column-10 {
  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;
}

body.grid-1 {
  background-color: var(--maujuda-back);
}

body.grid-2 {
  background-color: var(--maujuda-back);
}

body > .row.press_header {
  margin-top: 0;
  margin-bottom: 21px;
  padding-top: 10px;
  padding-bottom: 50px;
  min-height: 300px;
  max-width: none;
  height: auto;
  background-image: url('../Images/MichelleGraceHunder4.jpg');
  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;
}

body > .row > [class*='small-'].column-5 {
  float: left;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-align: center;
}

body > .row > [class*='small-'].column-11 {
  text-align: center;
}

body > .row > [class*='small-'].column-12 {
  max-height: none;
  height: auto;
  text-align: center;
}

body > .row > [class*='small-'].column-bandcamp {
  position: static;
  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;
  float: none;
  margin-right: auto;
  margin-left: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.title-bar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: .5rem;
  background-color: transparent;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar-left {
  float: left;
  margin-right: auto;
  margin-left: auto;
  min-width: 200px;
  max-width: 400px;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.container.responsive-menu {
  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: end;
  -ms-flex-align: end;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.container.top-bar {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 40px;
  margin-bottom: 30px;

  -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.title-container {
  position: static;
  top: auto;
  bottom: auto;
  float: none;
  margin: 23.4% auto 50px;
  max-width: 800px;
}

.container.music-page.title-container {
  right: 59%;
  margin: 31px auto 0 10%;
}

.container.about-flex-container {
  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: start;
  margin-right: auto;
  margin-left: auto;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.teaching-title-container {
  position: static;
  top: auto;
  bottom: auto;
  float: none;
  margin: 4.1% auto 50px 4%;
  max-width: 400px;
}

.container.show-title-container {
  position: static;
  top: auto;
  bottom: auto;
  float: none;
  margin: 9.3% auto 50px;
  max-width: 400px;
}

.container#shows-heading-container {
  margin-top: -1.4%;
}

.container.show-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  border-bottom: .0625rem solid #7d7d7d;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -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.show-info {
  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;
  width: 70%;

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

.container.show-link {
  margin-right: auto;
  margin-left: auto;
  width: 30%;
}

.container.container-2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container#contact-form-container {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  max-width: 800px;
}

.container.new-container {
  padding-bottom: 26px;
}

.container.container-3 {
  background-color: #fff;
  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: no-repeat;
  text-align: center;

  background-blend-mode: normal;
}

.link-container.musiclink-container {
  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;
  margin: 20px auto;
  padding: 10px;
  max-width: 400px;
  width: 100%;
  border-top-left-radius: 0 10px;
  border-top-right-radius: 0 10px;
  border-bottom-right-radius: 0 10px;
  border-bottom-left-radius: 0 10px;
  background-color: var(--maujuda-back);
  box-shadow: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
}

.link-container.link-container-1 {
  padding: 10px;
}

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

ul.list-container.dropdown.menu {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .56);
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: linear, linear;
     -moz-transition-timing-function: linear, linear;
       -o-transition-timing-function: linear, linear;
          transition-timing-function: linear, linear;
  -webkit-transition-duration: .3s, .3s;
     -moz-transition-duration: .3s, .3s;
       -o-transition-duration: .3s, .3s;
          transition-duration: .3s, .3s;
  -webkit-transition-property: all, all;
     -moz-transition-property: all, all;
       -o-transition-property: all, all;
          transition-property: all, all;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

a.social-image {
  margin-right: 2%;
  margin-left: 0;
  background-color: #5cf000;
}

div.responsive-picture.news-images {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  border: .0625rem solid var(--maujuda-back);
  border-radius: 0;
  background-image: url('http://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

span.glyph.font-icon-menu {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

span.glyph.button.font-icon-menu {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

a.social-image.social-button {
  padding: 6px;
  max-width: 32px;
  background-color: var(--maujuda-text);
}

div.responsive-picture.news-images > picture {
  margin: 0;
}

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

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

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

div.responsive-video.video-container {
  margin-bottom: 10px;
}

div.responsive-video.video-1 {
  margin-bottom: 15px;
}

a.responsive-picture.picture-link-1 > picture > img {
  -o-object-position: right 50%;
     object-position: right 50%;
  -o-object-fit: fill;
     object-fit: fill;
}

a.responsive-picture.picture-link-1 {
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 0;
  padding-left: 0;
  max-width: 80%;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.picture-4 {
  min-width: 0;
  max-width: 200px;
}

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

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

span.glyph.button.font-icon-menu:hover {
  color: var(--maujuda-text);
}

a.social-image.social-button:hover {
  background-color: var(--maujuda-text);
  box-shadow: var(--maujuda-text) 3px 2px 10px 0;
  -webkit-transform: translateX(-1px) translateY(-1px);
     -moz-transform: translateX(-1px) translateY(-1px);
       -o-transform: translateX(-1px) translateY(-1px);
          transform: translateX(-1px) translateY(-1px);
}

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

  h1.heading-2 {
    font-size: 26px;
  }

  h1.blog-heading {
    font-variant: small-caps;
  }

  /* Layout Elements */

  body > .row.homepage-header {
    margin-top: 0;
    min-height: 400px;
    height: auto;
    background-image: url('../Images/parvynMaujudaHarryWebber.jpg');
    background-attachment: scroll;
    background-size: cover;
  }

  body > .row.musicpage-row {
    background-color: #352f2f;
  }

  body > .row > [class*='small-'].column-2 {
    background-color: transparent;
  }

  body > .row.row-5 {
    max-width: none;
    background-color: var(--maujuda-text);
  }

  body > .row.teaching-header {
    min-height: 400px;
    background-image: url('../Images/Teaching1.jpg');
    background-size: cover;
  }

  body > .row.shows-header {
    min-height: 400px;
    background-image: url('../Images/highlight-pics/1235401_510957595640541_144299135_n.jpg');
    background-size: cover;
  }

  body > .row.gallery.homepage-header {
    height: auto;
  }

  body > .row.aboutpage-header {
    min-height: auto;
  }

  body > .row.press_header {
    margin-top: 0;
    min-height: 400px;
    height: auto;
    background-image: url('../Images/MichelleGraceHunder4.jpg');
    background-attachment: scroll;
    background-size: cover;
  }

  .container.title-container {
    margin-top: 23.4%;
    margin-right: auto;
    margin-left: auto;
  }

  .container.teaching-title-container {
    margin-top: 4.1%;
    margin-right: auto;
    margin-left: 4%;
  }

  .container.show-title-container {
    margin-top: 11.6%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .link-container.musiclink-container {
    background-color: var(--maujuda-back);
  }

  div.responsive-picture.news-images {
    border-color: #000;
  }

  a.responsive-picture.picture-link-1 {
    margin-top: .02rem;
    margin-bottom: 0;
    padding-top: 3%;
    padding-bottom: 3px;
  }
}

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

  h1.blog-heading {
    color: var(--maujuda-text);
    font-variant: small-caps;
    font-size: 1.5rem;
    font-family: 'Signika Negative', cursive;
  }

  h1.main-heading {
    position: static;
    color: var(--maujuda-text);
    font-weight: 500;
    font-variant: normal;
    font-size: 5.07rem;
    font-family: 'Unica One', cursive;
  }

  h1.alignleft {
    position: absolute;
    right: 100%;
  }

  h1.alignleft.main-heading {
    position: static;
    right: 100%;
  }

  h1.heading-2 {
    color: var(--maujuda-text);
    font-size: 34px;
    font-family: 'Old Standard TT', 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  h1 span.heading-text-2 {
    font-variant: small-caps;
    font-family: 'Signika Negative', cursive;
  }

  h1.teaching-heading {
    position: static;
    color: var(--maujuda-text);
    font-weight: 500;
    font-variant: normal;
    font-size: 5.07rem;
    font-family: 'Unica One', cursive;
  }

  h3.show-date-time {
    font-size: 1.2rem;
  }

  h4.show-venue {
    font-size: 1.15rem;
  }

  h5.show-address {
    font-size: .9rem;
  }

  p.paragraph.paragraph-1 {
    color: var(--maujuda-text);
    font-size: 1.12rem;
  }

  p.paragraph a.paragraph-text-2 {
    color: var(--maujuda-back);
  }

  a.link-text.menu-link {
    margin-right: 0;
    padding-right: .7rem;
    padding-left: .7rem;
    min-height: 42px;
    vertical-align: middle;
    font-weight: 400;
    font-variant: small-caps;
    font-size: 1.1rem;
    font-family: 'Signika Negative', cursive;
  }

  a.link-text.show-ticket-link {
    font-family: 'Signika Negative', cursive;
  }

  a.link-text.menu-link:focus {
    color: var(--maujuda-backdarker);
    font-size: 1.18rem;
  }

  a.link-text.menu-link:hover {
    padding-top: .5rem;
    color: var(--maujuda-backdarker);
    font-size: 1.2rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    float: none;
  }

  body > .row > [class*='small-'].column-2 {
    background-color: var(--maujuda-text);
  }

  body > .row > [class*='small-'].column-3 {
    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: stretch;
    padding-right: .625rem;
    padding-left: .625rem;
    background-color: rgba(53, 47, 47, .49);

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
  }

  body > .row.musicpage-row {
    padding-top: 44px;
    padding-bottom: 0;
    background-color: #352f2f;
    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;
  }

  body > .row.musicpage-header {
    min-height: 600px;
    background-image: url('../Images/Parvyn01.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 5s;
       -moz-transition-duration: 5s;
         -o-transition-duration: 5s;
            transition-duration: 5s;
    -webkit-transition-property: background-position;
       -moz-transition-property: background-position;
         -o-transition-property: background-position;
            transition-property: background-position;
  }

  body > .row.homepage-header {
    margin-top: 0;
    padding-bottom: 50px;
    min-height: 600px;
    background-image: url('../Images/parvynMaujudaHarryWebber.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-origin: border-box;
    background-size: cover;
  }

  body > .row.aboutpage-header {
    min-height: auto;
    background-attachment: fixed;
  }

  body > .row.row-1 {
    max-width: none;
    background-color: #352f2f;
  }

  body > .row > [class*='small-'].column-4 {
    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;
    background-color: transparent;

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

  body > .row > [class*='small-'].column-7 {
    padding-bottom: 40px;
    background-color: var(--maujuda-back);
    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;
  }

  body > .row > [class*='small-'].column-6 {
    padding-top: 20px;
    background-color: var(--maujuda-back);
  }

  body > .row.gallery.homepage-header {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 30px;
    background-color: #352f2f;
  }

  body > .row > [class*='small-'].column-8 {
    float: none;
  }

  body > .row.row-3 {
    background-color: #352f2f;
    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;
  }

  body > .row.footer-row {
    background-color: var(--maujuda-back);
    background-image: -webkit-linear-gradient(top, rgba(53, 47, 47, 1) 0%, rgba(8, 7, 7, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(53, 47, 47, 1) 0%, rgba(8, 7, 7, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(53, 47, 47, 1) 0%, rgba(8, 7, 7, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(53, 47, 47, 1) 0%, rgba(8, 7, 7, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;
  }

  body > .row.bottom.footer-row {
    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;
  }

  body > .row.row-2 {
    background-color: var(--maujuda-text);
    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;
  }

  body > .row > [class*='small-'].column-9 {
    background-color: transparent;
  }

  body > .row.teaching-header {
    padding-bottom: 50px;
    min-height: 600px;
    background-attachment: fixed;
    background-position: center top;
    background-origin: border-box;
    background-size: auto 100%;
  }

  body > .row.shows-header {
    padding-bottom: 50px;
    min-height: 600px;
    background-attachment: fixed;
    background-position: center top;
    background-origin: border-box;
    background-size: 100% auto;
  }

  body > .row > [class*='small-'].column-10 {
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-right: auto;
    margin-left: auto;

    -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;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
  }

  body > .row.gallery {
    height: auto;
  }

  body > .row.press_header {
    margin-top: 0;
    padding-bottom: 50px;
    min-height: 600px;
    background-image: url('../Images/MichelleGraceHunder4.jpg');
    background-attachment: scroll;
    background-position: center top;
    background-origin: border-box;
    background-size: cover;
  }

  body > .row > [class*='small-'].column-bandcamp {
    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-right: .625rem;
    padding-left: .625rem;
    background-color: rgba(53, 47, 47, .49);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
  }

  .container.title-bar {
    display: none;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.top-bar-left {
    margin-left: auto;
    padding-top: 0;
    max-width: none;
  }

  .container.top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-right: 0;
    padding-right: .5rem;
    padding-left: 0;
    background-color: transparent;

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

  .container.title-container {
    position: static;
    float: none;
    margin: 20% 10% auto;
    max-width: 600px;
  }

  .container.social-container {
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }

  .container.music-page.title-container {
    right: 58.7%;
    margin-top: 44px;
    margin-bottom: 0;
  }

  .container.responsive-menu {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-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: start;
    -ms-flex-align: center;
    width: 50%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
            align-content: space-around;
    -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-2 {
    width: 50%;
  }

  .container.about-flex-container {
    -ms-flex-pack: distribute;
    -ms-flex-align: stretch;

    -webkit-justify-content: space-around;
            justify-content: space-around;
    -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-align-content: space-around;
    -ms-flex-line-pack: distribute;
            align-content: space-around;
  }

  .container.teaching-title-container {
    position: static;
    float: none;
    margin: 4.1% auto 200px 4%;
    max-width: 400px;
  }

  .container.show-title-container {
    position: static;
    float: none;
    margin: 9.3% auto 200px;
    max-width: 400px;
  }

  .container.show-info {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding-top: 1%;
    padding-right: 0;
    padding-bottom: 1%;

    -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-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.show-wrapper {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 85.4%;

    -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.show-venue {
    padding-left: 22px;
  }

  .container.show-link {
    width: 20%;
  }

  .container.show-date {
    width: 110px;
  }

  .link-container.musiclink-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    padding-bottom: 10px;
    background-color: var(--maujuda-back);
    box-shadow: none;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
            align-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -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;
  }

  .link-container.musiclink-container:hover {
    box-shadow: var(--maujuda-text) 0 0 10px 5px;
    -webkit-transform: scaleX(1.02) scaleY(1.02) translateX(-2px) translateY(-2px) rotate(0deg);
       -moz-transform: scaleX(1.02) scaleY(1.02) translateX(-2px) translateY(-2px) rotate(0deg);
         -o-transform: scaleX(1.02) scaleY(1.02) translateX(-2px) translateY(-2px) rotate(0deg);
            transform: scaleX(1.02) scaleY(1.02) translateX(-2px) translateY(-2px) rotate(0deg);
  }

  ul.list-container.dropdown.menu {
    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;
    float: none;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;

    -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: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
  }

  a.social-image.social-button {
    background-color: var(--maujuda-text);
  }

  div.responsive-picture.news-images {
    border-color: var(--maujuda-back);
  }

  div.responsive-picture.picture-1 {
    max-width: 400px;
  }

  ul.list-container.menu {
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  div.responsive-picture.picture-4 {
    max-width: 250px;
  }
}

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

  h1.blog-heading {
    display: block;
    font-size: 1.25rem;
  }

  h1.main-heading {
    color: var(--maujuda-text);
    font-size: 6.45rem;
  }

  h1.heading-2 {
    color: var(--maujuda-text);
    font-weight: 400;
    font-size: 34px;
    font-family: 'Old Standard TT', 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  h1 span.heading-text-1 {
    text-decoration: none;
    font-variant: small-caps;
  }

  h1.teaching-heading {
    font-size: 6.45rem;
  }

  h1 span.heading-text-3 {
    color: var(--maujuda-text);
  }

  p.paragraph.paragraph-1 {
    font-size: 1.3rem;
  }

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

  a.link-text.menu-link:hover {
    font-size: 1.65rem;
  }

  /* Layout Elements */

  body > .row.homepage-header {
    min-height: 700px;
  }

  body > .row.aboutpage-header {
    min-height: auto;
  }

  body > .row.musicpage-header {
    min-height: 700px;
  }

  body > .row.row-3 {
    max-width: none;
    background-color: #352f2f;
  }

  body > .row.row-1 {
    max-width: none;
    background-color: var(--maujuda-back);
  }

  body > .row > [class*='small-'].column-4 {
    -ms-flex-pack: center;
    background-color: var(--maujuda-back);

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

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

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

  body > .row.teaching-header {
    min-height: 700px;
  }

  body > .row.shows-header {
    min-height: 700px;
    background-image: url('../Images/highlight-pics/1235401_510957595640541_144299135_n.jpg');
  }

  body.grid-3 {
    background-color: var(--maujuda-back);
  }

  body > .row.press_header {
    min-height: 700px;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.title-container {
    margin-top: 15%;
    margin-right: auto;
    margin-bottom: 400px;
  }

  .container.music-page.title-container {
    right: 61.2%;
    margin-top: 50px;
    margin-bottom: 450px;
  }

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

  .container.container-1 {
    width: 50%;
  }

  .container.teaching-title-container {
    margin-top: 4.7%;
    margin-right: auto;
    margin-bottom: 400px;
  }

  .container.show-title-container {
    margin-top: 9.3%;
    margin-right: auto;
    margin-bottom: 400px;
  }

  div.responsive-picture.news-images {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    border-color: #000;
  }

  div.responsive-video.video-1 {
    margin-bottom: 15px;
  }

  div.responsive-picture.picture-4 {
    max-width: 3500px;
  }
}