@charset "utf-8";
/* CSS Document */


/*
Extension by Jens Heidrich for:
Theme Name: Raaga - Responsive Parallax Template for Bands
Version: 1.0
Author: Surjith SM
Author URI: http://themeforest.net/user/surjithctly
*/

.masthead {
  background:url(../images/bei_regen_am_bus.jpg) no-repeat #000 center center; /* Old browsers */
}

.hero-unit {
  background:none;
  text-align:center;
  margin-top:0px;
  padding-top: 10px;
  padding-bottom:0;
  background-color: rgba(25, 10, 0, 0.6);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hero-unit h1 {
  padding-bottom:0;
  font-size:54px;
  text-shadow:0px 0px 10px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .masthead {
    background:url(../images/b767.jpg) no-repeat #000 center center; /* Old browsers */
  }

  .hero-unit h1 {
    font-size: 20px;
    padding-bottom:10px;
  }
}

@media (max-width: 480px) {
  .masthead {
    background:url(../images/b680.jpg) no-repeat #000 center center; /* Old browsers */
  }

}
