/*!
 * 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%;
}

h1,h2,h3,h4 {
	color:#E6E6E6
	
}

.autore{
	position:absolute;
	/*bottom:0; autore in fondo alla pagina*/
	top:0;
	z-index:999;
	background-color:rgba(0,0,0,0.6);
	width:100%
}

.autore img{
	width: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;
}

