/* General Structure */

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #999999;
  background: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
}

hr {
  border: none;
  height: 120px;
}


.wrap {
  max-width: 900px;
  margin: 0 auto;
}

.padding {
  padding: 120px 30px;
  text-align: center;
}

.text-section {
  text-align: left;
}


img {
  max-width: 100%;
  height: auto;
}

/* Typography */

p {
  margin: 0 0 20px 0;
}

a {
  color: #999999;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1em;
}

h3 {
  margin-bottom: 0;
}

h2 {
  font-size: 30px;
  margin: 0;
}

.logo {
  width: 300px;
  margin-bottom: 0;
}

/* Title / Hero Area */

.title {
  font-size: 40px;
  margin-bottom: 20px;
}

.title-panel {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
}

.title-panel p {
  font-style: italic;
  margin-top: 0;
  font-family: "EB garamond", serif;
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 60px;
}

.title-wrap {
  margin: 20px;
}

.scroll-arrow {
  width: 25px;
  margin-top: 30px;
}

.title-wrap span {
  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
}

.subheading-wrap {
  max-width: 250px;
  margin: 0 auto;
}

/* Landing Page Styles */

body.landing {
  position: relative;
}

.landing-wrap {
  width: 75%;
  max-width: 500px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

.landing-wrap p {
  font-size: 20px;
  margin-top: 0;
}

.landing .social img {
  opacity: 1;
}


/* Button Styles */

.button {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.button-small {
  padding: 0.2em 0.5em;
  font-size: 14px;
}

.contact-link {
  margin: 40px 0;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.2rem;
}


.paint-button {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    padding-left: 25px;
    letter-spacing: 0.08em;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    padding: 0 60px 0 20px;
}

.paint-button svg {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: -1;
}

.landing .paint-button {
  margin-bottom: 20px;
}

/* Social Links */

.social img {
  height: 20px;
  margin: 0 5px;
  opacity: 0.6;
}

.social {
  margin-bottom: 20px;
}


/* Soundcloud Styles */

.soundcloud {
  margin: 20px 0;
}

.soundcloud iframe {
  height: 100px;
  display: block;
}

.landing-wrap .soundcloud {
  margin: 0 auto 20px auto;
}

.text-section .soundcloud iframe {
  margin-top: 0;
}

.soundcloud img {
  display: none;
}

/* Press Photos */

.press-photos-download {
  background-image: url('images/press-photos.jpg');
  background-position: top right;
  background-size: cover;
  max-width: 700px;
  position: relative;
  height: 85px;
  margin: 0 auto;
  border: 1px solid #000000;
}

.press-photos-download span {
  position: absolute;
  text-decoration: none;
  top: 15px;
  right: 15px;
  max-width: 110px;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 16px;
}


/* Animation */

.background {
  background-image: url('images/breath-and-blade-small.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index: -1;
}

@-webkit-keyframes bb-animation {
  0% {opacity:0.22;}
  12% {opacity:0.25;}
  12.5% {opacity:0.20;}
  13% {opacity:0.25;}
  17% {opacity:0.3;}
  17.5% {opacity:0.25;}
  18% {opacity:0.3;}
  30% {opacity:0.4;}
  37% {opacity:0.35;}
  37.5% {opacity:0.30;}
  38% {opacity:0.35;}
  50% {opacity:0.4;}
  51.5% {opacity:0.35}
  51% {opacity:0.4;}
  72% {opacity:0.25;}
  72.5% {opacity:0.20;}
  73% {opacity:0.25;}
  88% {opacity:0.35;}
  92% {opacity:0.3;}
  92.5% {opacity:0.25;}
  93% {opacity:0.3;}
  100% {opacity:0.22;}
}


@keyframes bb-animation {
  0% {opacity:0.22;}
  12% {opacity:0.25;}
  12.5% {opacity:0.20;}
  13% {opacity:0.25;}
  17% {opacity:0.3;}
  17.5% {opacity:0.25;}
  18% {opacity:0.3;}
  30% {opacity:0.4;}
  37% {opacity:0.35;}
  37.5% {opacity:0.30;}
  38% {opacity:0.35;}
  50% {opacity:0.4;}
  51.5% {opacity:0.35}
  51% {opacity:0.4;}
  72% {opacity:0.25;}
  72.5% {opacity:0.20;}
  73% {opacity:0.25;}
  88% {opacity:0.35;}
  92% {opacity:0.3;}
  92.5% {opacity:0.25;}
  93% {opacity:0.3;}
  100% {opacity:0.22;}
}

.flicker {
  opacity: 0;
  -webkit-animation: bb-animation 10s infinite;
  animation: bb-animation 10s infinite;
}


/* Responsive */

@media screen and (min-width: 500px) {

  .soundcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .soundcloud a {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .soundcloud div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .soundcloud img {
    height: 100px;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .subheading-wrap {
    max-width: none;
  }

}

@media screen and (min-width: 700px) {

  body.landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .landing-wrap {
    width: 50%;
    padding-top: 0;
  }

  .background {
    background-image: url('images/breath-and-blade.jpg');
  }

  a, .press-photos-download {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  a:hover {
    color: #8C0A1C;
  }

  .social a, a, .paint-button svg {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .social a:hover {
    opacity: 0.4;
  }

  .button:hover {
    background: #6F0020;
    color: #ffffff;
  }

  .paint-button:hover {
    color: #000000;
  }

  .paint-button:hover svg {
    fill: #8C0A1C;
  }

  .contact-link {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
  }

  .contact-link:hover {
    border-color: #8C0A1C;
  }

  .soundcloud img {
    display: inline;
    margin-bottom: 20px;
    border: 1px solid #444444;
  }

  .press-photos-download {
      height: 150px;
  }

  .press-photos-download span {
    top: 40px;
    right: 40px;
    max-width: 200px;
    font-size: 20px;
  }

  .press-photos-download:hover {
    border: 1px solid #444444;
  }

  .press-photos-download:hover span {
    color: #999999;
  }

  a.press-photos-link:hover {
    color: #999999;
  }

  .teaser-video-link {
    display: block;
  }

  .teaser-video-link img {
    max-width: 250px;
    height: auto;
  }

  .epk .teaser-video-link img {
    max-width: 50%;
    float: left;
    margin-right: 20px;
  }


}
