@media screen and (min-width: 1088px) {
	.adaptive-spacer {
		min-height:150 !important;
	}
}
@media screen and (max-width: 1087px) {
	.adaptive-spacer {
		min-height:224px !important;
	}
}

.navbar-spacer {
	min-height: 130px;
}

.carousel-div-container {
	height: 100%;
	margin: 10px;
	padding: 10px;
}

.nav-columns {
	margin-inline: 0;
}

.nav-column {
	padding-inline: 0;
}

#carousel-news {
	overflow:hidden;
}
