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

/*body {
  padding-bottom: 40px;
  color: #5a5a5a;
}*/


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/* .navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
} */

/* Flip around the padding for proper display in narrow viewports */
/* .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
} */


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

#myCarousel {
	margin-bottom: 20px;
}
/* Carousel base class */
@media (min-width: 1024px) {
	/* .carousel {
		height: 600px;
		margin-bottom: 50px;
		margin-top: -90px;
	} */

	/* Declare heights because of positioning of img element */
	/* .carousel .item {
	  height: 600px;
	  background-color: #777;
	}

	.carousel-inner > .item > img {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  min-width: 600px;
	  min-height: 420px;
	  max-height: 600px;
	} */
	#myCarousel img {
		width: 100%;
		text-align: center;
		background-color: gray;
		height: 600px;
		max-height: 600px;
		overflow: hidden;
	}	

}
@media (max-width: 1018px) {
	/* .carousel {
		height: 500px;
		margin-bottom: 50px;
		margin-top: -90px;
	} */

	/* Declare heights because of positioning of img element */
	/* .carousel .item {
	  height: 500px;
	  background-color: #777;
	}

	.carousel-inner > .item > img {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  min-width: 600px;
	  min-height: 420px;
	  max-height: 600px;
	} */
	#myCarousel img {
		width: 100%;
		text-align: center;
		background-color: gray;
		height: 500px;
		max-height: 500px;
		overflow: hidden;
	}	
}

@media (max-width: 768px) {
	/* .carousel {
		height: 450px;
		margin-bottom: 50px;
		margin-top: -90px;
	} */

	/* Declare heights because of positioning of img element */
	/* .carousel .item {
	  height: 450px;
	  background-color: #777;
	}

	.carousel-inner > .item > img {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  min-width: 450px;
	  min-height: 420px;
	  max-height: 450px;
	} */
	#myCarousel img {
		width: 100%;
		text-align: center;
		background-color: gray;
		height: 450px;
		max-height: 450px;
		overflow: hidden;
	}	
}


/* .carousel-inner{
	  border-bottom: 5px solid #CCAD6C;
} */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  text-align: right;
  top: 80px;
}
.carousel-background {
  background-color: rgba(21, 21, 21, 0.50);
  padding: 10px 10px 10px 10px;
  max-width: 500px;
  float: right;
}

.carousel-caption2 {
  z-index: 10;
  text-align: left;
  top: 80px;
  color: black;
}
.carousel-background2 {
  background-color: rgba(229, 229, 229, 0.80);
  padding: 10px 10px 10px 10px;
  max-width: 800px;
  float: left;
}
.carousel-background2 p, .carousel-background2 h2{
	text-shadow: none;
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  /* margin-bottom: 20px; */
  text-align: left;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 500 !important;
  line-height: 1;
	letter-spacing: -1px;
	margin-top: 10px;
}
.featurette-team-heading{
	font-weight: bold;
	/*font-size: 18px;*/
}
.featurette-team-heading .text-muted{
	color: #8b8fdc !important;
}

.featurette-image{
	padding-top: 10px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
	/*text-align: right;*/
  }
  .featurette-team-heading {
	  /*font-size: 20px;*/
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 20px;
  }
  .featurette-team-heading {
	  /*font-size: 18px;*/
  }
	.featurette-image{
		padding-top: 50px;
	}
}

.carousel-item {
	background: gray;
	text-align: center;
} 
