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

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

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

div.jumbotron.hero-technology02 {
  background-image: url('../../assets/img/pexels-photo-87812.jpg');
}

div.jumbotron.hero-technology01 {
  background-image: url('../../assets/img/pexels-powerplant.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('../../assets/img/pexels-photo-257703.jpeg');
}

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

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.jumbotron.hero-technology.carousel-hero {
}

.jumbotron.hero-technology02.carousel-hero {
}

.carousel-indicators {
}

#meeting_button {
}

