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('../img/carousel/architect-at-the-construction.jpg');*/
  background-color: #FFF;
}

div.jumbotron.hero-photography {
  background-image: url('../img/carousel/architects-and-worker.jpg');
}

div.jumbotron.hero-technology {
  background-image: url('../img/carousel/young-college-students.jpg');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #000;
  font-size: 40px;
}

.carousel-body p {
  /*max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #000;
  font-weight: normal;*/
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  font-weight: normal;
}

.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: #048f83!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;
}

.carousel-img img {
  max-width: 280px;
  /*max-height: 210px;*/
}

.carousel-body {
  text-align: left;
  font-size: 18px;
}

.carousel-body ul {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  padding-left: 50px;
  padding-top: 10px;
  /*padding-bottom: 30px;*/
}

.carousel-indicators li, .flex-control-paging li a {
  background: #CCC;
}

@media (max-width: 991px) {
  .carousel-body {
    text-align: center;
  }
}

@media (max-width: 991px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    font-size: 36px;
  }
}
