/*!
 * 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.
 */

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;
}

.carousel-caption {
  text-align: left;
  text-shadow: none;
  left:0;
  right:0;
  background: rgba(255,255,255,.9);
  text-indent:5%;
  border:1px solid #fff;
  border-left:0;
  border-right:0;
  color:#000;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color:#6cf;
}

.navbar-inverse .navbar-brand {
	color:#fff;
	padding:20px;
}

.navbar-inverse .navbar-nav>li>a {
	color:#fff;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:12px;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color:#6cf;
}

.navbar-inverse {
  background-color: rgba(0,0,0,0.85);
  border-color: #fff;
}
footer {
    margin: 50px 0;
}

.carousel-indicators li {
border:1px solid #000;
background:#000;
}