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

@media (min-width: 300px) and (max-width: 425px) {
  div.jumbotron.carousel-hero {
    height: 300px;
    margin-top: 0px;
  }
}

div.jumbotron.hero-slide1 {
  background-image: url('../../assets/img/slides/slide.png');
}

div.jumbotron.hero-slide2 {
  background-image: url('../../assets/img/slides/slide2.jpg');
}

div.jumbotron.hero-slide3 {
  background-image: url('slides/slide3.png');
  background-position: bottom;
}

div.jumbotron.hero-slide4 {
  background-image: url('slides/slide4.png');
}

div.jumbotron.hero-slide5 {
  background-image: url('slides/slide5.png');
}

div.jumbotron.hero-slide6 {
  background-image: url('slides/slide6.png');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
  background-color: rgba(0, 43, 97,0.5);
  padding: 18px 0px;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.8rem;
  height: 72px;
}

@media (min-width: 768px) and (max-width: 992px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    padding: 18px 0px;
    width: 70%;
    font-size: 1.4rem;
    height: 63px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    padding: 20px 0px;
    width: 50%;
    font-size: 1.3rem;
    height: 40px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    padding: 20px 0px;
    width: 100%;
    font-size: 1.0rem;
    height: 60px;
  }
}

.hero-slide1 h1 {
  display: flex;
  margin-top: 347px;
  justify-content: start;
  padding-left: 20px;
}

@media (min-width: 300px) and (max-width: 425px) {
  .hero-slide1 h1 {
    margin-top: 161px;
    padding-left: 10px;
  }
}

.hero-slide2 h1 {
  display: flex;
  margin-top: 347px;
  justify-content: end;
  padding-right: 20px;
}

@media (min-width: 300px) and (max-width: 425px) {
  .hero-slide2 h1 {
    margin-top: 161px;
    padding-right: 10px;
  }
}

.hero-slide3 h1 {
  display: flex;
  margin-top: 290px;
  justify-content: start;
  padding-left: 20px;
}

@media (min-width: 300px) and (max-width: 425px) {
  .hero-slide3 h1 {
    margin-top: 140px;
    padding-left: 10px;
  }
}

.hero-slide4 h1 {
  display: flex;
  margin-top: 290px;
  justify-content: end;
  padding-right: 20px;
}

@media (min-width: 300px) and (max-width: 425px) {
  .hero-slide4 h1 {
    margin-top: 140px;
    padding-right: 10px;
  }
}

.hero-slide5 h1 {
  display: flex;
  margin-top: 290px;
  justify-content: start;
  padding-left: 20px;
}

@media (min-width: 300px) and (max-width: 425px) {
  .hero-slide5 h1 {
    margin-top: 140px;
    padding-left: 10px;
  }
}

.hero-slide6 h1 {
  display: flex;
  margin-top: 290px;
  justify-content: end;
  padding-right: 20px;
}

@media (min-width: 300px) and (max-width: 425px) {
  .hero-slide6 h1 {
    margin-top: 140px;
    padding-right: 10px;
  }
}

.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-control-next {
  color: white;
  text-decoration: none;
}

.carousel-control-prev {
  color: white;
  text-decoration: none;
}

.carousel-control-next:hover, .carousel-control-next:focus {
  color: white;
}

.carousel-control-prev:hover, .carousel-control-prev:focus {
  color: white;
}

