.jumbotron {
  background-image: url(../img/jm8.jpg);
  height: 95vh;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
  background-attachment: fixed;
}
.jumbotron h1 {
  color: #fff;
  margin: 30px 0;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
}
.intro {
  padding-top: 160px;
}
.intro h1 {
  font-size: 50px;
  transition: 0.5s;
  font-weight: 600;
}
.intro h1:hover {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
}
@media only screen and (max-width: 1000px) {
  .jumbotron h1 {
    font-size: 26px;
    line-height: 1.7;
  }
  .intro {
    padding-top: 200px;
  }
}
/* carousel section */

.carousel-sec {
  background-color: aquamarine;
}

.carousel-item {
  text-align: center;
}
.carousel-item > img {
  /* height: 564px; */
  /* width: 564px; */
  /* width: 100%; */
  /* max-width: 100%; */
  /* height: 100%; */
  /* max-height: 100%; */
  height: 90vh;
  width: 100%;
}
.carousel-font-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
  background-color: #fcf0c8;
  color: black;
}
.carousel-control-prev .fas {
  color: black;
}
.carousel-control-next .fas {
  color: black;
}
@media (max-width: 1000px) and (min-width: 600px) {
  .carousel-item {
    text-align: center;
  }
  .carousel-inner img {
    /* height: 564px;
        width: 564px; */
    width: 100%;
    /* max-width: 564px; */
    /* height: 100%; */
    /* max-height: 564px; */
    height: 85vh;
  }
}
@media (max-width: 600px) {
  .carousel-item {
    text-align: center;
  }
  .carousel-inner img {
    /* height: 100%;
        width: 100%; */
    width: 100%;
    max-width: 564px;
    height: 100%;
    max-height: 564px;
    /* height: 90vh; */
  }
}

/* Modal Section */
.modal-content {
  /* background-color: pink; */
  background-image: url(../img/meh2.jpg);
  height: 300px;
  /* width: 400px; */
}
.modal-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}
.modal-body {
  text-align: center;
  text-decoration: none;
}
.modal-body a {
  text-decoration: none;
  margin: 3% 5%;
}
.btn-close {
  opacity: 1;
}
@media (max-width: 600px) {
  .modal-title {
    font-size: 1.5rem;
  }
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 0rem 0rem 1.5rem 0rem; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

.feature-img > img {
  height: 400px;
  width: 400px;
  max-width: 100%;
  height: auto;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (max-width: 1000px) {
  .feature-img > img {
    max-width: 100%;
    height: auto;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
