div.jumbotron.hero-photography-service {
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, rgba(234,93,35,0.75) 0%,rgba(234,93,35,0.73) 100%), url('../../assets/img/outlets%20cover.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  /*filter: opacity(80%);*/
}

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;
  color: #fff;
}

