/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 600px;
}

.carousel-inner {
    height: 600px;
}
.carousel-caption{
	top: 120px !important;
}
.carousel-caption h1{
	font-size: 36px;
	color: #000;
	font-weight:bold;
	text-transform:uppercase;
}
.carousel-caption h2{
	font-size: 30px;
	color: #000;
	font-weight: 300;
	text-transform:uppercase;
}
.carousel-indicators li{
	background-color:#000;
}
.carousel-indicators .active{
	background-color:#666;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
	background-repeat:no-repeat;
    background-position: bottom;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -o-background-size: 100%;
	max-height: 600px;
}

footer {
    margin: 50px 0;
}