div.jumbotron.carousel-hero {
  color:#fff;
  text-align:center;
  background-size:cover;
  background-position:center;
  padding-top:70px;
  padding-bottom:100px;
  margin-bottom:0;
}

div.jumbotron.hero-nature {
  background-image:url('../../assets/img/wood_back.jpg');
}

div.jumbotron.hero-photography {
  background-image:url('../../assets/img/beautiful.jpg');
}

div.jumbotron.hero-technology {
  background-image:url('golden_date.jpg');
}

div.jumbotron.hero-food {
  background-image:url('hero-background-food.jpg');
}

div.jumbotron.hero-music {
  background-image:url('hero-background-music.jpg');
}

div.jumbotron.hero-travel {
  background-image:url('hero-background-travel.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow:0 2px 2px rgba(0,0,0,1.0);
  color:#fff;
}

@media (max-width:700px) {
  p.hero-subtitle {
    max-width:600px;
    margin:20px auto;
    padding:10px 15px;
    color:#ffffff;
    font-family:'Source Sans Pro';
    font-size:24pt;
    font-weight:500;
    text-shadow:0px 2px 2px rgba(0,0,0,1.0);
  }
}

p.hero-subtitle {
  max-width:600px;
  margin:20px auto;
  padding:10px 15px;
  color:#ffffff;
  font-family:'Source Sans Pro';
  font-size:30pt;
  font-weight:500;
  text-shadow:0px 2px 2px rgba(0,0,0,1.0);
}

