/*!
 * Start Bootstrap - Full 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.
 */
/* fade on slider */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* 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;*/
    margin: 0px;
}
.carousel-caption{
  background: rgba(242,241,235,0.75);
  box-sizing:border-box;
  color: #2e2d29;
  width: 500px;
  padding-left: 25px;
  position: absolute;
bottom: 18px;
left: 18px;
top: inherit;
right: inherit;
  
}
.caption-header{
  color: #3A539B;
  font-size: 1.5em;
font-weight: 400;
line-height: 1em;
letter-spacing: -1px;
margin: 0 0 10px 0;
text-align: left;
}
.cap-text{
  text-align: left;
  font-size: 1.1em;
}
