div.jumbotron.carousel-hero {
	font-family: 'Cinzel Decorative', cursive;
	  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 250px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

div.jumbotron.hero-nature {
  background-image: url('../images/slider0.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('../images/slider2.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('../images/slider1.jpg');
}

div.jumbotron.hero-food {
  background-image: url('../images/slider1.jpg');
}



h1.hero-title, h2.hero-title, h3.hero-title {
  
  color: #fff;
  font-size:46px;
}

p.hero-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
  max-width: 800px;
  margin: 15px auto;  
  color: #000;
  line-height:30px;
  text-transform:lowercase;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

p.hero-subtitle {
display: none;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

 
 div.jumbotron.carousel-hero {
	 height:50vh;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

  }
}



