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

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
	margin-top: 0px;
}

.carousel .container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-control {
  background-color: transparent;
  border: 0;
  font-size: 100px;
  margin-top: 0;
  /*text-shadow: 0 1px 1px rgba(0,0,0,.4);*/
}

/*.carousel .item {
  height: 500px;
}
.carousel img {
  min-width: 100%;
  height: 500px;
}
*/
.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 0 16%;
  margin-bottom: 12%;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
  margin-top: 10px;
}



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

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




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

@media (max-width: 979px) {

 

  /*.carousel-caption {
    width: 75%;
    padding: 0 40px;
    margin-top: 10%;
    margin-bottom: 10%;
  }
*/
  .carousel .item {
    /*height: 500px;*/
  }
  .carousel img {
	width: 100%;
    height: auto;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    /*font-size: 16px;*/
  }

}


@media (max-width: 767px) {

  .carousel-caption {
    margin-bottom: 5%;
  }
  .carousel-caption h1 {
    font-size: 24px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 14px;
  }

}
@media (max-width: 700px) {
  .carousel-caption {
    display: none;
  }


}
@media (max-width: 480px) {
  .carousel-caption {
    display: none;
  }


}
