
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/ccda94132bb0aac68a5070192299e8ce.jpg");
  
}

h1.hero-title1 {
  color: rgba(255,255,255,1);
  text-shadow: 0 3px 3px rgba(0,0,0,0.8) !important;
  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: 0 3px 3px rgba(0,0,0,0.8) !important;
  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/ef4551414bc4171fa370e9d5d0d457b5.jpg");
}

h1.hero-title2 {
  color: rgba(255,255,255,1);
  font-weight: 700;
  text-shadow: 0 3px 3px rgba(0,0,0,0.8) !important;
  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: 0 3px 3px rgba(0,0,0,0.8) !important;
  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/f69763668bdce50c319fe6f874fe1f56.jpg");
}

h1.hero-title3 {
  color: rgba(255,255,255,1);
  text-shadow: 0 3px 3px rgba(0,0,0,0.8) !important;
  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: 0 3px 3px rgba(0,0,0,0.8) !important;
  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;
 
}



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

