body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

a {
  font: 20px "Lato", sans-serif;
  color: white;
}

.welcomebg, .hbhbg, .ticbg, .tromsbg, .tcomsbg, .acoebg, .mmbg {
  position: relative;
  opacity: 1.0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.welcomebg {
  background-image: url("../img/welcome.jpg");
  min-height: 100%;
}

.hbhbg {
  background-image: url("../covers/hate_breeds_hate_cover.jpg");
  min-height: 400px;
}

.ticbg {
  background-image: url("../covers/the_ignorant_crown_cover.jpg");
  min-height: 400px;
}

.tromsbg {
  background-image: url("../covers/the_reissue_of_my_soul_cover.jpg");
  min-height: 400px;
}

.tcomsbg {
  background-image: url("../covers/the_color_of_my_soul_cover.jpg");
  min-height: 400px;
}

.acoebg {
  background-image: url("../covers/a_cascade_of_eventualities_cover.jpg");
  min-height: 400px;
}

.mmbg {
  background-image: url("../covers/mutilated_mime_cover.jpg");
  min-height: 400px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  text-align:center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.column {
  float: left;
  width: 30%;
  padding: 10px;
}

.row {
  background-color:white;
  text-align:center;
  padding:50px 80px;
  text-align: justify;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.download {
  background-color: #530808;
  float: left;
  width: 300px;
  height: 50px;
  vertical-align: middle;
  margin: 10px;
  text-align: center;
  font: 12px "Lato", sans-serif;
}

.download:hover {
  background-color: #8E0A0A;
}

.download.mp3 {
  clear: left;
}

.download.ogg {
  float: left;
}

.download.flac {
  float: left;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}
