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/slideshow/slide_threat.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('../../assets/img/slideshow/slide_cyber2.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('../../assets/img/slideshow/slide_bim.jpg');
}

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

.plat {
  border-radius: 0px;
}

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

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

.btn.btn-primary {
  background-color: #1372b4!important;
  border-color: #1372b4!important;
  text-transform: uppercase;
  font-weight: bold;
  width: 50%;
}

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

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


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


.jumbotron.hero-nature.carousel-hero {
  border-radius: 0;
}

.jumbotron.hero-photography.carousel-hero {
  border-radius: 0;
}

.jumbotron.hero-technology.carousel-hero {
  border-radius: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}


.box {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  background-color: white;
}

.contact-form input {
  margin: 20px 0;
}
