.floating-box {
	height: fit-content;
	padding-top: 25px;
	padding-bottom: 25px;
}

h3.banner-item-title {
	font-family: "Cantarell";
	margin-top: 0;
}

p.banner-item-caption {
	margin: 0;
}

span.prev-arrow, span.next-arrow {
	color: black;
	opacity: 70%;
}

@media only screen and (max-width: 768px) {
	section.home-grp1 {
		padding-top: 60px;
	}
}

/* ============ experimental ============ */
.home-banner .carousel .item {
	max-height: none;
}
