html {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.jumbotron {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url('pics/header-bg.jpg') no-repeat center center fixed;
}

.introheader {
    background: rgb(256, 256, 256); 
    background: rgba(256, 256, 256, 0.75); 
}


.footer {
  height: 50px;
  margin-top: 50px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
@media (min-width: 922px) {
	/* Carousel base class */
	.carousel {
	  height: 500px;
	  margin-bottom: 60px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	}

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

	.carousel-inner > .item > img {
	  margin-left: auto;
	  margin-right: auto;
	  height: 500px;
	}
}

@media (max-width: 921px) {
	/* Carousel base class */
	.carousel {
	  margin-bottom: 10px;
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	}

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

	.carousel-inner > .item > img {
	  margin-left: auto;
	  margin-right: auto;
	}
}

#carouselButtons {
    position: absolute;
    left: 50%;
    padding-bottom: 2px;
    bottom: 0px;
}

