.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .0rem;
}

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

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('architect-at-the-construction.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('architects-and-worker.jpg');
}

div.jumbotron.hero-technology {
  background-image: url("cmp_back_3.png");
}

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;
}

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

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

div.jumbotron.hero-photography {
  background-image: url("../../assets/img/bg-advert1.png");
  margin-top: 14px;
}

div.jumbotron.hero-technology {
  background-image: url("../../assets/img/bg-advert1.png");
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
  font-size: 46px;
  font-family: ABeeZee, sans-serif;
}

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

