h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

h1::after {
	content: '';
	position: absolute;
	display: block;
	width: 90px;
	height: 2px;
	background: black;
	bottom: 0;
	left: calc(50% - 45px);
}


#chartdiv {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.card-body{
	min-width: 25rem;
}


img.carousel-background {
	object-fit: cover;
	overflow: hidden;
	min-height: 100%;
	min-width: 100%;
	max-height: 400px;
}

.carousel-caption {
	margin-top: 2rem;
	top: 0;
	bottom: auto;
	text-align: left;
}

#review-carousel .carousel-inner .carousel-item.active,
#review-carousel .carousel-inner .carousel-item-next,
#review-carousel .carousel-inner .carousel-item-prev {
	display: flex;
}

#review-carousel .carousel-inner .carousel-item-end,
#review-carousel .carousel-inner .carousel-item-start {
	transform: translateX(0);
}

#review-carousel .card {
	min-height: 320px;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  }

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  }

