html, body {
	height:100%;
}

.carousel {
	height:40%;
}

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

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}

.section {
	margin: 50px 0;
}

footer {
	margin: 50px 0;
}

.logo {
	left: 50%;	
	right: 50%;
}

.smedia {
	display: inline;
	float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;	
}