body {
  height: 100%;
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eee;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  color: #eee;
  font-size: 32px;
  line-height: 64px;
  font-weight: 400;
  letter-spacing: -2px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  color: #ccc;
  font-size: 64px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

a {
  border-bottom: 1px solid hsla(0, 0%, 100%, .25);
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
  color: #adadad;
  text-decoration: none;
}

a:hover {
  border-bottom-color: hsla(0, 0%, 100%, .78);
  color: #ececec;
}

li {
  font-size: 16px;
  line-height: 32px;
}

.section-fadeblack {
  margin-top: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: -webkit-linear-gradient(270deg, transparent, #000 20%, #000);
  background-image: linear-gradient(180deg, transparent, #000 20%, #000);
}

.section-hero {
  height: 150%;
  margin-bottom: -30%;
  background-image: url('../images/grey_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-hero.section-about {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .08) 8%, transparent 28%), url('../images/band_about.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .08) 8%, transparent 28%), url('../images/band_about.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 110%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-hero.hero-sm {
  height: 90%;
}

.bs-logo {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bs-logo.logo-sm {
  width: 40%;
}

.button-main {
  margin-top: 61px;
  padding: 19px 60px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .76);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  text-transform: uppercase;
}

.button-main:hover {
  background-color: rgba(0, 0, 0, .53);
}

.section-footer {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-container {
  text-align: right;
}

.footer-logo {
  width: 300px;
  float: right;
  clear: both;
}

.footer-links {
  clear: right;
}

.paragraph-min {
  min-height: 160px;
}

.content-container.content-music {
  text-align: center;
}

.list-tourdates {
  text-align: center;
}

.about-paragraph {
  padding-right: 3em;
  padding-left: 3em;
  font-size: 24px;
  line-height: 48px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 1px;
}

.about-logo {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.contact-photo {
  display: block;
  width: 60%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 200;
  text-align: right;
  letter-spacing: 1px;
}

.contact-filler {
  min-height: 300px;
}

.nav {
  margin-bottom: -72px;
  background-color: transparent;
}

.nav-link {
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-family: Inconsolata, monospace;
  color: hsla(0, 0%, 95%, .7);
  font-size: 16px;
}

.nav-link.w--current {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 8px;
  background-color: #fff;
  color: rgba(0, 0, 0, .7);
  font-weight: 700;
}

.embed-container {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.link {
  text-transform: uppercase;
}

.heading {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-hero.section-about {
    height: 100%;
    max-height: 600px;
    background-image: -webkit-linear-gradient(270deg, transparent 58%, #000), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .08) 8%, transparent 28%), url('../images/band_about.jpg');
    background-image: linear-gradient(180deg, transparent 58%, #000), linear-gradient(180deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .08) 8%, transparent 28%), url('../images/band_about.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0px;
    background-size: auto, auto, 110%;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }
  .bs-logo.logo-sm {
    width: 70%;
  }
  .section-footer {
    padding-right: 2em;
    padding-left: 2em;
  }
  .about-paragraph {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
  }
  .nav-button.w--open {
    background-color: #000;
  }
  .nav-menu-cont {
    background-color: #000;
  }
}

@media (max-width: 767px) {
  .section-fadeblack {
    padding-bottom: 32px;
    background-image: -webkit-linear-gradient(270deg, transparent, #000 20%, #000);
    background-image: linear-gradient(180deg, transparent, #000 20%, #000);
  }
  .section-hero.section-about {
    max-height: 400px;
  }
  .section-hero.hero-sm {
    background-image: -webkit-linear-gradient(270deg, transparent 78%, #000), url('../images/grey_bg.jpg');
    background-image: linear-gradient(180deg, transparent 78%, #000), url('../images/grey_bg.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .bs-logo {
    width: 80%;
  }
  .section-footer {
    padding-top: 32px;
    padding-right: 2em;
    padding-left: 2em;
  }
  .about-paragraph {
    padding-right: 2em;
    padding-left: 2em;
    font-size: 16px;
    line-height: 32px;
  }
  .embed-fbpost {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 16px;
    letter-spacing: 0px;
  }
  p {
    font-size: 12px;
    line-height: 24px;
  }
  .section-fadeblack {
    padding-bottom: 32px;
  }
  .section-hero {
    background-image: -webkit-linear-gradient(90deg, #000, transparent 3%), url('../images/grey_bg.jpg');
    background-image: linear-gradient(0deg, #000, transparent 3%), url('../images/grey_bg.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .section-hero.section-about {
    max-height: 230px;
  }
  .button-main {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
  .section-footer {
    padding-top: 32px;
  }
  .footer-logo {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-min {
    min-height: 72px;
  }
  .about-paragraph {
    font-size: 12px;
    line-height: 24px;
  }
}

