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

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

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

p.hero-subtitle1 {
  color: rgba(2,17,82,1);;
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  /*text-shadow: 0px 0px 2px rgb(255,255,255);*/
  font-size: 28px !important;
  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/5aef8d5266b401e64a09458f190c291e.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: 30px;
}

@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 !important;
  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/e79752cee11beab717bab58f2705c3ed.jpg");
}

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

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

p.hero-subtitle3 {
  color: rgba(2,17,82,1);
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  /*text-shadow: 0px 0px 4px rgba(255,255,255,1);*/
  font-size: 28px !important;
  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 #284582!important;
}


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

.btn.btn-primary:hover {
  background-color: #020222!important;
  border-color: #020222!important;
  font-weight: initial;
}

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

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

.jumbotron {
  height: 450px;
}