/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}

.carousel-inner {
	margin-bottom: 0;
	}

.carousel-indicators [data-bs-target] {
	background-color: #FFF;
	border: solid 2px #000;
}

/* Since positioning the image, we need to help out the caption */
/*.carousel-caption {
  bottom: 4rem;
  z-index: 10;
	color: #FFF;
	right: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.35);
}*/

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: 32rem;*/
	height: 14rem;
	transition: transform 2.6s ease-in-out;
	/*margin-bottom: 1rem;*/
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	transition: opacity 0s 2.6s;
}

.carousel-item img {
max-width: 100%;
width: auto;
height: auto;
vertical-align: middle;
}



@media (min-width: 576px) {
.carousel {
  margin-bottom: 1rem;
}
	
	.carousel-inner {
	margin-bottom: 1rem;
}
	
	.carousel-item {
  /*height: 32rem;*/
	height: 18rem;
	transition: transform 2.6s ease-in-out;
		}
	
	/*.carousel-indicators [data-bs-target] {
	background-color: #FFF;
	border: solid 2px #000;
}*/

}

@media (min-width: 768px) {
.carousel {
  margin-bottom: 1rem;

}
	.carousel-inner {
	margin-bottom: 1rem;
				}
	
	.carousel-item {
		height: 21rem;
	}
	
	/*.carousel-indicators [data-bs-target] {
	background-color: #FFF;
	border: solid 2px #000;
}*/
}

@media (min-width: 992px) {
.carousel {
  margin-bottom: 1rem;
}
	
	.carousel-inner {
	margin-bottom: 1rem;
		}
	
	.carousel-item {
  /*height: 32rem;*/
	height: 23rem;
	transition: transform 2.6s ease-in-out;
}
	
	.carousel-item img {
max-width: 100%;
width: auto;
height: auto;
vertical-align: middle;
	}
	
	/*.carousel-indicators [data-bs-target] {
	background-color: #FFF;
	border: solid 2px #000;
}*/

}

@media (min-width: 1200px) {
.carousel {
  margin-bottom: 1rem;
}
	
	.carousel-inner {
	margin-bottom: 1rem;
		}
	
	.carousel-item {
  /*height: 32rem;*/
	height: 25rem;
	transition: transform 2.6s ease-in-out;
}
	
	.carousel-item img {
max-width: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
	
	/*.carousel-indicators [data-bs-target] {
	background-color: #FFF;
	border: solid 2px #000;
}*/

}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* 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 */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: normal;
	  padding-right: 10px;
	  padding-left: 10px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
