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-linen {
  background-image: url('../img/purple3.jpg');
}

div.jumbotron.hero-twill {
  background-image: url('../img/cottoncandy6.jpg');
}

div.jumbotron.hero-water {
  background-image: url('../img/turquoise.jpg');
}

div.jumbotron.hero-tekhni {
  background-image: url('../img/biosspec7.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
  font-size: 52px;
}

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

