/*
 * 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%;
	background-image: url(../images/bg/black_denim_1.png);
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 80%;
    height: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	border: solid thick white;
}

@media screen and (max-width: 480px) {
.fill {
	margin-top: 60px;
}
}

@media screen and (min-width: 768px) {
.fill {
	margin-top: 80px;
}
}

footer {
	background-color: black;
	padding-top: 15px;
	border-top: #444444 thin solid;
	color: white;
}	


.centered {
	text-align: center;	
}

.navbar-inverse {
	border-bottom: #444444 solid thin;	
}