/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

a {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

footer a, footer a:link, footer a:hover, footer a:visited, footer .nav-link {
  border-bottom: none;
}

a:hover,
a:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
    border-bottom: 1px solid;
}

/* Social Links */
.sm, .sm:hover {
  border-bottom: 0;
}

/*
 * Base structure
 */

html
{
  height: 100%;
  /* background-color: #000; */
  font-family: Zapatista;
}

body {
  height: 100%;
  background-color: #000;
  font-family: Zapatista;
}

.legal {
  font-family: helvetica;
  text-align: left;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.live h2 {
  margin-bottom: 0;
}

.img-fluid {
  width:  600px;
  max-width: 100%;
}

.bghome {
  background: #000 url(img/band.jpg) no-repeat center center fixed;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bgmusic {
  background: #000 url(img/band.jpg) no-repeat center center fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bgbio {
  background: #000 url(img/band.jpg) no-repeat center center fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 768px) {
  .bghome {
    background: #000 url(img/bghome.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .bgmusic {
    background: #000 url(img/bghome.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bgbio {
    background: #000 url(img/bghome.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}


.main-container {
  max-width: 50em;
}

.bgmusic main.inner,
.bgbio main.inner {
  background:  rgba(0,0,0,0.7);
  padding: 1rem;
}


.bgbio .img-fluid {
  margin:  2rem auto;
  width: 400px;
  max-width:  100%;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.inner {
  display: inline-block;
  float: none;
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
