
div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  margin-top: 0;
  margin-bottom: 0;
}


div.jumbotron.hero-nature {
 background-image: url("../../admin/data/dynamic/banners/1/downloads/92388b15b3979c558a8502aa85959ea3.jpg");
  
}

h1.hero-title1 {
  color: rgba(255,255,255,1);
  text-shadow: 0px 0px 2px rgba(255,255,255,1);
  font-weight: 700;
  font-size: 36px;
  margin: 0px;
  padding-top: 100px;
}

@media (min-width: 360px) and (max-width: 767px) {
  h1.hero-title1 {
    font-size: 24px;
  }
}

p.hero-subtitle1 {
  color: rgba(255,255,255,1);;
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  /*text-shadow: 0px 0px 2px rgb(255,255,255);*/
  font-size: 28px;
  font-weight: 600;
  font-family: 'Roboto Slab';
}

@media (min-width: 300px) and (max-width:767px) {
  p.hero-subtitle1 {
    font-size: 18px;
  }
}







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

h1.hero-title2 {
  color: rgba(255,255,255,1);
  font-weight: 700;
  text-shadow: 0px 0px 2px rgba(255,255,255,1);
  font-size: 36px;
  margin: 0px;
  padding-top: 100px;
}

@media (min-width: 300px) and (max-width:767px) {
  h1.hero-title2 {
    font-size: 24px;
  }
}

p.hero-subtitle2 {
  color: rgba(255,255,255,1);
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  /*text-shadow: 0px 0px 2px rgba(255,255,255,1);*/
  font-size: 28px;
  font-weight: 600;
  font-family: 'Roboto Slab';
}

@media (min-width: 300px) and (max-width:767px) {
  p.hero-subtitle2 {
    font-size: 18px;
  }
}





div.jumbotron.hero-technology{
   background-image: url("../../admin/data/dynamic/banners/3/downloads/c780456903a1ea8aaf2e38786b7c431f.jpg");
}

h1.hero-title3 {
  color: rgba(255,255,255,1);
  text-shadow: 0px 0px 2px rgba(255,255,255,1);
  font-weight: 700;
  font-size: 36px;
  margin: 0px;
  padding-top: 100px;
}

@media (min-width: 300px) and (max-width:767px) {
  h1.hero-title3 {
    font-size: 24px;
  }
}

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

@media (min-width: 300px) and (max-width: 767px) {
  p.hero-subtitle3 {
    font-size: 18px;
  }
}



.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: #10432e!important;
  border-color: #10432e!important;
}

.btn.btn-primary:hover {
  background-color: #27b37b!important;
  border-color: #27b37b!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: 450px;
 
}

.slide1_bck {
  background-color: rgba(39,179,123,0.4);
  /* height: 290px;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px; */
  width: 100%;
  height: 100%;
}

.carousel-control-prev, .carousel-control-next {
  z-index: 0;
}

