/*
2* Based on Cover by https://twitter.com/mdo"  @mdo
* added cover image and background color to match (green)
*
* Globals

*/

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html {
  width: 100%;
  height: 100%;
/*css for full size background image*/
  background: url(../images/background-new.jpg) no-repeat center center fixed;
  background-size: cover;
  background-color: #000;
}

body {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: transparent;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  font-family: "Azo Sans Test", sans-serif;
  font-size: 14px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.lead {
  font-size: 18px;
}


.content {
  text-align: justify;
}
.content > p {
  margin-top: 0.5em;
}

blockquote {
  font-size: 12px;
  border-left-width: 2px;  
}


/*
 * Header
 */
.masthead-nav > li {
  font-size: 20px;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.95);
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}


/* hr styling */
hr {
  border-top: 2px solid white;
}

hr.short {
  width: 50%;
}

img.frontlogo {
  width: 200px;
}

img.bandpic {
  box-shadow: 1px 3px 10px rgba(0,0,0,.5);
  width: 250px;
  margin-right: 20px;
}

img.logo {
  margin-top: -20px;
  width: 150px;
}

/* Border for album art images */
img.albumart {
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 1px 3px 10px rgba(0,0,0,.5);
  margin-top: 10px;
  width: 150px;
  height: 150px;
}

.album {
  font-size: 16px;
  margin-top: 10px;
}


@media (min-width: 768px) {
  html,
  body {
    font-size: 18px;
  }
  img.frontlogo {
    width: 300px;
  }
  img.bandpic {
    width: 500px;
  }
  img.logo {
    margin-top: -30px;
    width: 200px;
  }
  img.albumart {
    width: 300px;
    height: 300px;
  }
  .masthead-nav > li > a {
    margin-top: 20px;
    font-size: 18px;
  }
  .lead {
    font-size: 24px;
  }
  .album {
    font-size: 20px;
  }
  blockquote {
    font-size: 14px;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
  font-size: 14px;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead.fixed {
    position: fixed;
    top: 0;
  }
  .mastfoot.fixed {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner.fixed {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1000px;
  }
}
