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('../img/Bible-Desktop.jpg');
}

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

div.jumbotron.hero-bible {
  background-image: url('../img/bible.jpg');
}
/* church specific */
div.jumbotron.hero-royalrangers {
  background-image: url('../img/Rangers_Logo.jpg');
}
div.jumbotron.hero-godsquad {
  background-image: url('../img/godsquad.jpg');
} 
div.jumbotron.hero-mens {
  background-image: url('../img/mens.jpg');
}        
/* End church specific */

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;
  font-size: 1.25rem;
  text-shadow: 0 2px 2px rgba(0,0,0,0.4);
  color: #fff;
}
p.hero-subtitle-1 {
  max-width: 600px;
  margin: 25px auto;
  font-size: 1.25rem;
  color: #fcf9f9;
  text-shadow: 0 2px 2px rgba(0,0,0,1.4);
}