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/home/1.jpg');*/
  background: rgba(0,0,0,0.5),url('../../assets/img/home/1.jpg');
  background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2)), url(../../assets/img/home/1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  /*height: 100%;*/
}

div.jumbotron.hero-photography {
  background: linear-gradient(rgba(98,97,97,0.5),rgba(81,81,81,0.2)), url(../../assets/img/home/2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

div.jumbotron.hero-technology {
  /*background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.2)), url(../../assets/img/home/3.jpg);*/
  background: linear-gradient(rgba(98,97,97,0.5),rgba(81,81,81,0.2)), url(../../assets/img/home/3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

@media (min-width: 768px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    /*text-shadow: 0 3px 3px rgba(0,0,0,0.4);*/
    /*color: #fff;*/
    font-family: 'Raleway';
    font-weight: 500;
    text-transform: none;
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    width: 100%;
    left: 50%;
    position: absolute;
    margin-top: -30px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    /*text-shadow: 0 3px 3px rgba(0,0,0,0.4);*/
    /*color: #fff;*/
    font-family: 'Raleway';
    font-weight: 400;
    text-transform: none;
    font-size: 24px;
    width: 100%;
    letter-spacing: 2px;
    margin-bottom: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    width: 100%;
    left: 50%;
    position: absolute;
    margin-top: -30px;
    padding: 0;
  }
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.plat {
  border-radius: 0px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #870000 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #870000 !important;
  border-color: #870000 !important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

