:root {
	--bs-body-font-family: serif;
}

/* make images fill height and width or clip */
.carousel-item > img, svg {
    height: 80vh;
    width: 100%;
    object-fit: contain;
}

.carousel-indicators {
	margin-bottom:0;
}

.text {
	position:absolute;
	left: 0px;
	top: 0px;
	padding: 20%;
	color:black;
	text-transform: uppercase;
	text-align:center;
	width:720px;
	height:1028px;
}