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('../../assets/img/car2b.png');
}

div.jumbotron.hero-photography {
  background-image: url('../../assets/img/car-dark.png');
  height: 700px;
}

div.jumbotron.hero-technology {
  background-image: url('../../assets/img/1b.jpeg');
}

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

#gospel-image-flyer {
  max-width: 400px;
}

#gospel-flyer-info {
  padding: 20px;
  text-align: center;
}

#advert-image {
  max-width: 900px;
  max-height: 500px;
}

#foot {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#gospel-header {
  font-size: 54px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 300px) {
  #gospel-header {
    font-size: 34px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

