#carousel-1 {
  margin: 0 auto;
}

.carousel-control-prev, .carousel-control-next {
  background-color: rgb(13,113,186);
  height: 50px;
  position: absolute;
  top: 56%;
  width: 75px;
}

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

.jumbotron.hero-kum.carousel-hero {
  background-image: url(../../assets/img/kum-slide.jpg);
}

div.jumbotron.hero-nature {
  background-image: url('../../assets/img/architect-at-the-construction.jpg');
}

@media (max-width: 768px) {
  div.jumbotron.hero-nature {
    background-image: url("../../assets/img/mining-mobile.jpg");
  }
}

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

div.jumbotron.hero-technology {
  background-image: url('../../assets/img/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: #fff;
  font-family: 'Alegreya Sans SC';
  font-weight: 100;
  font-size: 10vw !Important;
  text-align: center;
}

@media (max-width: 576px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    font-size: 15vw !Important;
  }
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

.plat {
  border-radius: 0px;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #31af49!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

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

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(45,172,72,0.32);
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

