/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-item {
  height: 74vh;
  width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
}
.carousel-caption {
  bottom: 130px;
  z-index: 10;
}
.carousel1-title {
  font-size: 3.1rem;
  font-weight: 600;
  width: 400px;
  letter-spacing: 2px;
}
.prod1-title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #293390;
}
.prod1-title h1 {
  font-weight: 700;
  font-size: 2.5rem;
}
h1 {
  font-size: 2rem;
}
.prod1-img img {
  width: 100%;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.prod1-text {
  margin-top: 24px;
}
.prod-price {
  color: red;
  display: inline;
}
.prod1-text ul li {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.prod2-title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #293390;
}
.prod2-title h1 {
  font-weight: 700;
  font-size: 2.5rem;
}
.prod2-img img {
  width: 100%;
}
.prod2-text ul li {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.prod3-title {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #293390;
}
.prod3-title h1 {
  font-weight: 700;
  font-size: 2.5rem;
}
.prod3-img img {
  max-width: 400px;
  float: right;
}
.prod3-text {
  margin-top: 40px;
}
.prod3-text ul li {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-height: 950px) {
}
@media (max-height: 900px) {
  .carousel-item {
    height: 73vh;
  }
  .carousel1-title {
    font-size: 2.3rem;
  }
  .carousel-img {
    width: 200px;
  }
  .prod2-img img {
    float: right;
    max-width: 500px;
  }
  .prod3-title {
    margin-bottom: 20px;
  }
}
@media (max-height: 800px) {
  .carousel-item {
    height: 70vh;
  }
  .carousel-caption {
    bottom: 70px;
  }
  .prod1-title {
    margin-bottom: 20px;
  }
  .prod1-text ul li {
    font-size: 1rem;
  }

  .prod2-text ul li {
    font-size: 1rem;
  }
  .prod2-img img {
    max-width: 400px;
  }

  .prod3-text {
    margin-top: 20px;
  }
  .prod3-img img {
    max-width: 320px;
  }
}
@media (max-height: 750px) {
  .carousel-item {
    height: 67vh;
  }
  .carousel-img {
    width: 150px;
  }
  .carousel1-title {
    font-size: 2.3rem;
  }
  .carousel-caption {
    bottom: 55px;
  }
  .prod1-title {
    margin-top: 20px;
  }
  .prod2-title {
    margin-top: 20px;
  }
  .prod3-title {
    margin-top: 20px;
  }
  .prod1-title h1 {
    font-size: 2rem;
  }
  .prod2-title h1 {
    font-size: 2rem;
  }
  .prod3-title h1 {
    font-size: 2rem;
  }
  .prod1-img img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .prod2-img img {
    max-width: 300px;
  }
  .prod1-text {
    margin-top: 0px;
  }
  .prod1-text h1 {
    font-size: 1.5rem;
  }
  .prod1-text h4 {
    font-size: 1.3rem;
  }
  .prod1-text ul li {
    margin-bottom: 2px;
  }
  .prod1-text ul li {
    font-size: 1.1rem;
  }
  .prod2-text ul li {
    font-size: 1rem;
  }
  .prod3-text ul li {
    font-size: 1.1rem;
  }
  .prod3-img img {
    max-width: 280px;
  }
}
@media (max-height: 680px) {
  .carousel-item {
    height: 67vh;
  }
}
@media (max-height: 636px) {
  .carousel-item {
    height: 66vh;
  }
  .carousel-item:nth-child(4) {
    height: auto;
  }
}
@media (max-height: 600px) {
  .carousel-item {
    height: 65vh;
  }
}
@media (max-height: 578px) {
  .carousel-item {
    height: 400px;
  }
  .carousel1-title {
    font-size: 2rem;
  }
}

@media (max-width: 1200px) {
  .carousel-item:nth-child(3) {
    height: auto;
  }

  .prod2-text ul li {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  .prod1-text h4 {
    font-size: 1.8rem;
  }
  .prod1-img {
    margin-top: 20px;
  }
  .prod1-text ul li {
    font-size: 1.1rem;
  }
  .prod2-text ul li {
    font-size: 1.1rem;
  }
  .prod2-title {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .prod3-img {
    margin-top: 10px;
  }
  .carousel-item:nth-child(2) {
    height: auto;
  }

  .carousel-item:nth-child(4) {
    height: auto;
  }
  .prod1-title {
    margin-top: 20px;
  }
  .prod3-title {
    margin-top: 20px;
  }
  .prod1-text {
    margin-top: 18px;
    margin-bottom: 25px;
  }
  .prod2-text {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .prod3-text {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 130px;
  }
  .prod1-title h1 {
    font-size: 2rem;
  }
  h1 {
    font-size: 1.7rem;
  }
  .prod1-text h4 {
    font-size: 1.6rem;
  }
  .prod1-img {
    margin-top: 0px;
  }
  .prod1-text ul li {
    font-size: 1rem;
  }

  .prod2-title h1 {
    font-size: 1.8rem;
  }
  .prod2-img img {
    height: 320px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    float: none;
  }
  .prod2-text ul li {
    font-size: 1rem;
  }

  .prod3-title h1 {
    font-size: 1.8rem;
  }
  .prod3-img img {
    width: 230px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media (max-width: 576px) {
  /* Bump up size of carousel content */
  .carousel1-title {
    font-size: 1.6rem;
    width: auto;
  }
  .carousel-img {
    width: 150px;
  }

  .prod1-title h1 {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 1.4rem;
    text-align: center;
  }
  .prod1-text h4 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .prod1-img img {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    float: none;
  }
  .prod1-text ul li {
    padding-right: 10px;
  }
  .prod2-text ul li {
    padding-right: 15px;
  }
  .prod3-text ul li {
    padding-right: 15px;
  }
  .prod2-title h1 {
    font-size: 1.8rem;
  }
  .prod2-img img {
    height: 240px;
  }

  .prod3-title h1 {
    font-size: 1.8rem;
  }
  .prod3-text ul li {
    font-size: 1rem;
  }
}
