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.carousel {
    height: 425px;
}

div.jumbotron.slider1 {
    height: 425px;
}

div.jumbotron.slider2 {
   height: 425px;
}

div.jumbotron.slider3 {
   height: 425px;
}


@media (max-width:767px) {
  div.carousel {
    height: 200px;
}

div.jumbotron.slider1 {
    height: 200px;
}

div.jumbotron.slider2 {
   height: 200px;
}

div.jumbotron.slider3 {
   height: 200px;
}
}


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