/* Text Elements */

h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1em;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph {
  margin-top: .411em;
  padding-left: 1.764em;
  max-width: 29.41em;
  color: #9b9b9b;
  font-size: .93em;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

a.link-text.menu-item {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  min-width: 50%;
  width: 50%;
  border-bottom: .0625rem solid rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .5);
  text-align: center;
}

a.link-text {
  font-family: 'Roboto', sans-serif;
}

/* Layout Elements */

body {
  background-color: #000;
}

.container.header {
  min-height: 0;
  max-height: none;
  height: 100%;
  background-color: #000;
  background-image: url('../header-bg.jpg');
  background-position: center center;
  background-size: cover;

  background-blend-mode: normal;
}

.container.text-col {
  border: .9375rem solid #000;
}

.container.about-cover {
  float: none;
  margin-top: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 25em;
  height: 100%;
  background-image: url('../about-bkgrd2.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
     -moz-transform: scaleX(1) scaleY(1) scaleZ(1);
          transform: scaleX(1) scaleY(1) scaleZ(1);

  background-blend-mode: normal;
}

.container.contact {
  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: 100%;
  background-color: #1f1f1f;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.contact.text-col {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vmin;
  padding-left: 0vmin;
  max-width: 400px;
  border-color: #1f1f1f;
}

.container.logo-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 1000px;
  height: 50%;
  border: 0 solid #fa0505;
  background-color: rgba(0, 0, 0, .75);
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-blend-mode: normal;
}

.container.about {
  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.contact-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;
  margin-top: 20px;
  width: 100%;
  background-color: #1f1f1f;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.menu-holder {
  position: absolute;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 10px;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container#about.outofview {
  background-image: url('../about-bkgrd2.jpg');
  background-attachment: scroll;
  background-position: 50% 50%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

div.responsive-picture.logo {
  margin: .437em auto;
  padding-bottom: 20em;
  max-width: 40em;
  width: 100rem;
}

div.responsive-picture.logo > picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

div.responsive-picture#picture-1 {
  max-width: 50em;
}

div.responsive-picture#picture-1-copy-1 {
  max-width: 50em;
}

div.responsive-picture.musicroom-only {
  margin: .437em auto;
  padding-bottom: 0;
  max-width: 40em;
  width: 100rem;
}

div.responsive-picture.musicroom-only > picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (min-width: 13.0625rem) {
  /* Text Elements */

  h2 {
    font-size: 1.125em;
  }

  a.link-text.menu-item {
    min-width: 25%;
    width: 25%;
  }

  /* Layout Elements */

  .container.about-cover {
    min-height: 40em;
  }

  .container.about {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.bio-1 {
    max-width: 400px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.bio-2 {
    margin-right: 20px;
    max-width: 400px;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .container.menu-holder {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  div.responsive-picture.musicroom-only {
    padding-top: 20%;
    padding-bottom: 0;
    max-width: none;
    width: 75%;
  }

  .html-element.html-element-1 {
    position: relative;
    top: auto;
    right: 3rem;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.menu-item {
    width: 100%;
    text-align: right;
  }

  /* Layout Elements */

  .container.bio-1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.menu-holder {
    position: fixed;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    padding-top: 40%;
    min-height: 100px;
    width: 150px;
    height: 100%;

    -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;
  }

  div.responsive-picture.hide-for-small-only.picture-1 {
    position: relative;
    top: -20rem;
    right: 6.25rem;
    bottom: 56rem;
    left: 0;
    float: right;
    clear: none;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 40%;
  }

  div.responsive-picture.musicroom-only {
    position: relative;
    top: 0;
    right: 0;
    width: 50%;

    mix-blend-mode: lighten;
  }
}

@media screen and (min-width: 50.25rem) {
  /* Text Elements */

  h2 {
    font-size: 1.25em;
  }

  h2.heading-1 {
    text-align: left;
  }

  p.paragraph {
    font-size: 1.06em;
  }

  p.paragraph.paragraph-2 {
    color: #9b9b9b;
  }

  a.link-text.menu-item {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }

  /* Layout Elements */

  .container.text-col {
    border-width: 3.75rem;
  }

  .container.about-cover {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50em;
    border-width: 2.5rem;
    background-position: center 20%;
  }

  .container.about {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.bio-2 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .container.bio-1 {
    margin-top: 10px;
    padding-top: 10px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container.contact-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;
    margin-top: 20px;
    max-width: none;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  .container.contact.text-col {
    margin-right: 0;
    margin-left: 0;
    max-width: 400px;

    justify-self: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  .container.menu-holder {
    margin-bottom: 0;
    padding-top: 40%;
    height: 100%;
  }

  div.responsive-picture.logo {
    padding-bottom: 40em;
    max-width: 25em;
    width: 80%;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

    justify-self: auto;
  }

  div.responsive-picture.musicroom-only {
    padding-bottom: 0;
    max-width: 25em;
    width: 50%;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
    -webkit-filter: blur(1px);
            filter: blur(1px);

    justify-self: auto;
    mix-blend-mode: normal;
  }

  .html-element.html-element-1 {
    right: 120%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.heading-1 {
    text-align: right;
  }

  h2.heading-2 {
    color: #fffefe;

    -webkit-text-stroke-color: #fefbfb;
  }

  h2.heading-3 {
    color: #fbfbfb;
  }

  p.paragraph.paragraph-1 {
    color: #fff;

    -webkit-text-stroke-color: #fff;
  }

  p.paragraph.paragraph-2 {
    color: #fff;

    -webkit-text-stroke-color: #fff;
  }

  /* Layout Elements */

  body.body-1 {
    margin-top: 0;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 0;
    padding-right: 0;
    min-width: 0;
    background-color: #fff;
    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.bio-1 {
    margin-top: 10px;
    margin-left: 150px;
    padding-top: 10px;
    background-color: #000;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .container.bio-2 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .container.contact-container {
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.about {
    -ms-flex-pack: distribute;
    background-color: #050000;
    color: #fff;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.contact.text-col {
    margin-left: 150px;
    max-width: 550px;
  }

  .container.about-cover {
    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;
    -ms-flex-align: stretch;
    min-height: 49.99em;
    height: auto;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
  }

  div.responsive-picture.logo {
    padding-bottom: 30em;
    box-shadow: none;
  }

  div.responsive-picture.hide-for-small-only.picture-1 {
    position: relative;
    top: 9rem;
    right: 0;
    bottom: 0;
    left: 4rem;
    max-width: none;
    width: 70%;
  }

  div.responsive-picture.musicroom-only {
    top: 3rem;
    right: 0;
    left: 5rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 277px;
    width: 70%;
  }

  div.responsive-picture.picture-2 {
    position: relative;
    top: 28rem;
    right: 0;
    bottom: 0;
    left: -30rem;
    float: right;
  }

  div.responsive-picture.picture-3 {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 50%;
    max-width: 400px;
    width: 90rem;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-3 {
    top: 50%;
    right: 0;
    left: 40%;
    width: 90rem;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-2 {
    position: relative;
    top: 28rem;
    right: 0;
    left: -28rem;
    float: none;
    max-width: 25em;
    width: 60%;
  }

  div.responsive-picture.picture-4 {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: -5%;
    width: 80%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-4 {
    position: relative;
    top: 5rem;
    right: 0;
    bottom: 0;
    left: -5rem;
    width: 40%;

    justify-self: auto;
  }

  .html-element.html-element-1 {
    right: 40%;
  }
}

@media screen and (min-width: 80.125rem) {
  /* Layout Elements */

  body.body-1 {
    margin-right: 15%;
    margin-left: 15%;
  }

  .container.menu-holder {
    padding-top: 25%;
  }

  div.responsive-picture.picture-1 {
    position: absolute;
    top: 10%;
    right: 35%;
  }

  div.responsive-picture.hide-for-small-only.picture-1 {
    position: relative;
    top: 9rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
  }

  div.responsive-picture.musicroom-only {
    position: relative;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 5rem;
    float: none;
    max-width: 270%;
    width: 70%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-2 {
    top: 25rem;
    left: -25rem;
    float: none;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-3 {
    left: 50%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-4 {
    top: 6rem;
  }
}

@media screen and (min-width: 94.375rem) {
  /* Layout Elements */

  body.body-1 {
    margin-right: 20%;
    margin-left: 20%;
  }

  div.responsive-picture.logo {
    padding-bottom: 18em;
  }

  div.responsive-picture.musicroom-only {
    padding-bottom: 0;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-2 {
    position: relative;
    left: -27rem;
    width: 60%;
  }
}

@media screen and (min-width: 110.5625rem) {
  /* Layout Elements */

  body.body-1 {
    margin-right: 22%;
    margin-left: 22%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-3 {
    left: 58%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-2 {
    left: -28rem;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-4 {
    top: 6rem;
  }
}

@media screen and (min-width: 132.875rem) {
  /* Layout Elements */

  body.body-1 {
    margin-right: 28%;
    margin-left: 28%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-3 {
    left: 55%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-2 {
    left: -32rem;
  }
}

@media screen and (min-width: 148.125rem) {
  /* Layout Elements */

  body.body-1 {
    margin-right: 30%;
    margin-left: 30%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-2 {
    left: -32rem;
  }
}

@media screen and (min-width: 171.4375rem) {
  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-3 {
    left: 62%;
  }

  div.responsive-picture.hide-for-medium-only.hide-for-small-only.picture-2 {
    top: 30rem;
    left: -37rem;
  }
}