 /*
|----------------------------------------------------------------------------
| CAROUSEL
|----------------------------------------------------------------------------
*/

.carousel-inner {
	height: 30rem;
}

.carousel-height {
	height: 30rem;
}

.carousel-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 30rem;
}

/*
|----------------------------------------------------------------------------
| CONTAINER
|----------------------------------------------------------------------------
*/

.container {
	margin-top: 2rem;
}

.container-navbar {
	margin-top: 0rem;
}

.sub_container {
	margin-bottom: 2rem;
}

/*
|----------------------------------------------------------------------------
| TABLE
|----------------------------------------------------------------------------
*/

.table td {
	border-top: none;
}