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

div.jumbotron.hero-slider1 {
  background-image: url('../../assets/img/slider-6.jpg');
  padding-top: 150px!important;
  padding-bottom: 150px!important;
}

div.jumbotron.hero-slider2 {
  background-image: url('../../assets/img/slider-5.jpg');
  padding-top: 150px!important;
  padding-bottom: 150px!important;
}

div.jumbotron.hero-slider3 {
  background-image: url('../../assets/img/slider-4.jpg');
  padding-top: 150px!important;
  padding-bottom: 150px!important;
}

h1.hero-title, h2.hero-title, h3.hero-title {
  color: #fff;
  font-size: 30px;
  font-family: montserrat;
  font-weight: 600;
}

@media (min-width: 576px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    font-size: 33px;
  }
}

@media (min-width: 768px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    font-size: 55px;
  }
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-family: lato;
}

@media (min-width: 768px) {
  p.hero-subtitle {
    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: #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;
}

