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('../../admin/data/dynamic/banners/1/downloads/2bcc83ee8c2cedbf0eb8142b735c0bb2.jpg');
}

h1.hero-title1 {
  color: rgba(0,0,0,1);
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  margin-top: 50px;
}

p.hero-subtitle1 { 
  color: rgba(0,0,0,1);
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #000;
  text-shadow: 0px 0px 4px rgba(255,255,255,1);
  font-size: 24px;
  font-style:600;
  font-family: 'Roboto Slab';
  }
  


        


div.jumbotron.hero-photography {
  background-image: url('../../admin/data/dynamic/banners/2/downloads/fd6e9e179d0162d2316d6a299ae66aa8.jpg');
}

h1.hero-title2 {
  color: rgba(0,0,0,1);
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  margin-top: 50px;
}

p.hero-subtitle2 { 
  color: rgba(0,0,0,1);
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #000;
  text-shadow: 0px 0px 4px rgba(255,255,255,1);
  font-size: 24px;
  font-style:600;
  font-family: 'Roboto Slab';
  }


div.jumbotron.hero-technology {
  background-image: url('../../admin/data/dynamic/banners/2/downloads/fd6e9e179d0162d2316d6a299ae66aa8.jpg');
}

h1.hero-title3 {
  color: rgba(0,0,0,1);
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  margin-top: 50px;
}

p.hero-subtitle3 { 
  color: rgba(0,0,0,1);
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #000;
  text-shadow: 0px 0px 4px rgba(255,255,255,1);
  font-size: 24px;
  font-style:600;
  font-family: 'Roboto Slab';
  }





@media (min-width: 1200px) {
  h1.hero-title1, h1.hero-title2, h1.hero-title3 {
    margin-top: 80px;
  }
}



.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: #000;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #2180ba!important;
  border-color: #048f83!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;
}

.jumbotron {
  height: 550px;
}

