div.jumbotron.carousel-hero {
  background-color: black;
  text-align: center;
  background-size: cover;
  background-position: center;
  /*padding-top: 100px;*/
  /*padding-bottom: 100px;*/
  margin-bottom: 0;
  min-height: 500px;
}

div.jumbotron.hero-nature {
  background-image: url('../../assets/img/wallbracing.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('../../assets/img/foreman.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('../../assets/img/silica.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  /*color: #fff;*/
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

