/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  width: 40rem;
  bottom: 1rem;
  left: 12rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-inner {
  position: relative;
  /* Removed height here */
  overflow: hidden;
}

.carousel-item {
  position: relative;
  height: 32rem;
  width: 44rem;
  display: none;
}
/*
.carousel-item {
  height: 32rem;
  width: 44rem
}*/
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 9.4rem;
  min-width: 100%;
  height: 32rem;
}
.carousel-indicators li {
    border-color: #007AFF;
}

.carousel-indicators .active {
    background-color: #007AFF;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237AFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237AFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
/*  Bump up size of carousel content */
/*
@media (min-width: 40em) {
   .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
*/

@media only screen and (max-width: 1199px) {
.carousel-item {
  position: relative;
  height: 32rem;
  width: 44rem;
  display: none;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 9.4rem;
  min-width: 100%;
  height: 32rem;
}
.carousel-caption {
  width: 40rem;
  bottom: 1rem;
  left: 12rem;
  z-index: 10;
}
	
}
@media only screen and (max-width: 991px) {
.carousel-item {
  position: relative;
  height: 32rem;
  width: 32.2rem;
  display: none;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 6.8rem;
  width: 44rem;
  height: 32rem;
}	
.carousel-caption {
  width: 30rem;
  bottom: 1rem;
  left: 9rem;
  z-index: 10;
}
}
@media only screen and (max-width: 767px) {
.carousel-item {
  position: relative;
  height: 32rem;
  width: 23rem;
  display: none;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 5.1rem;
  width: 44rem;
  height: 32rem;
	
}
.carousel-caption {
  width: 20rem;
  bottom: 1rem;
  left: 6rem;
  z-index: 10;
}
}
@media only screen and (max-width: 575px) {
.carousel-item {
  position: relative;
  height: 32rem;
  width: 18rem;
  display: none;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 4.0rem;
  width: 44rem;
  height: 32rem;	
}
.carousel-caption {
  width: 40rem;
  bottom: 1rem;
  left: 12rem;
  z-index: 10;
}
}