/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 100%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}


.carousel-control {
    width: 10%;
}

.carousel-inner > .item > img {
    width:100%;
    height:100%;
}

.carousel-caption {
  position: absolute;
  left: 10%;
  top: 40px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: left;
/*   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  width:70%;
  letter-spacing: 0.02em
}

.carousel-caption-black {
  position: absolute;
  left: 10%;
  top: 40px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333333;
  text-align: left;
text-shadow: 0 0px 8px rgb(255, 255, 255, 2);
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  width:70%;
  letter-spacing: 0.02em
}

.carousel-caption-small {
    display:inline-block;
    color:white;
    font-size:50%!important;
    line-height:1.3em!important;
    margin-top:30px;
    font-weight:100;
    width:60%;
}

.carousel-caption-black-small {
    display:inline-block;
    color:#333333;
    font-size:50%!important;
    line-height:1.3em!important;
    margin-top:30px;
    font-weight:100;
    width:60%;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  right: 45%;
  z-index: 15;
  width: 100%;
  margin-left: 0%;
  padding-left: 0;
  list-style: none;
  text-align: right;

}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}