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-YouCan {
  background-image: url('../../assets/img/YouCanHero.png?h=c5dd3de037be01c55a64f2162121b7ab');
}

div.jumbotron.hero-vrpp {
  background-image: url('../../assets/img/vrppHero.png?h=bce1dc937781bdcf27fd70a04308fe59');
}

div.jumbotron.hero-diab {
  background-image: url('../../assets/img/diabHero.png?h=40fd3e57992f3219a7fef3fdb527d99c');
}

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;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
  border-radius: 3px;
  background-color: rgba(52,58,64,0.54);
}

.btn.btn-primary.btn-lg.border-primary.hero-button {
}

.fab, .fa {
  transition: color 0.2s;
}

.hero-subtitle {
}

