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


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

/* Carousel base class */
.carousel {
	margin-top: 4rem;
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  background: rgba(0, 0, 0, 0.58);
  margin:10px;
  padding-left:20px;
  padding-right:20px;
}




/* 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;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* 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;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 991px) {
	.carousel-caption {
       bottom: 0.5rem;
	}
}
@media (max-width: 768px) {
	.carousel-caption {
       bottom: 0;
	   right: 3%;
	   left: 3%;
	   padding-top: 1rem;
	   padding-left: 10px;
       padding-right: 10px;
	   padding-bottom: 0;
	   line-height: 1;
	}
	.carousel-caption .btn-lg {
       padding: .375rem .75rem;
	   font-size: inherit;
	   border-radius: .25rem;
	}
}
@media (max-width: 576px) {
	.carousel {
       margin-top: 4.7rem;
       margin-bottom: 1rem;
    }
	.carousel-caption {
	   padding-top: 0.25rem;
	   margin-bottom: 3px;
	}
	.carousel-caption h1 {
	   font-size: 22px;
	   line-height: 1;
	}	
	.carousel-caption p {
	   font-size: 12.5px;
	   margin-bottom: 0.5em;
	}
	.carousel-caption .btn-lg {
       padding: .25rem .5rem;
       margin-bottom: 0.5em;
       border-radius: .2rem;
	}
}

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

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