/* CSS Document */

.dropdown-divider {
padding-bottom: 0;
}


#the_home {
max-height: 80vh; /* Set maximum height for images */
min-height: 80vh; /* Set maximum height for images */
}

.carousel-item img {
max-height: 80vh; /* Set maximum height for images */
min-height: 80vh; /* Set maximum height for images */
width: auto; /* Ensure images maintain aspect ratio */
height: auto; /* Ensure images maintain aspect ratio */
margin: 0 auto; /* Center the image horizontally */
object-fit: contain; /* Control how the image fills its container */
}

.carousel-control-prev,
.carousel-control-next {
background-color: transparent; /* Remove background color */
border: none; /* Remove border */
}

a:hover {
	text-decoration: underline;
} 
a,a:hover { color: black; } 