#content-container {
	min-height: calc(100vh - 150px - 16em - 30px);
}

#content {
	margin: 6em auto;
	padding: 4em;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	color: white;
}

/*
 * Carousel
 */

.carousel-control > .fa-chevron-left,
.carousel-control > .fa-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
