h1 {
	font-size: 40px;
}

p, li {
	color: #203a45;
}

.h1 {
	font-size: 45px;
}

.dropdown {
	position: relative;
}

.dropdown-menu {
	position: absolute;
}

.img-contain {
	max-height: 100%;    /* Prevents the image from overflowing the column height */
	object-fit: contain; /* Forces the entire image to stay visible without cropping */
}

.custom-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#upcoming {
	background-image: url('resources/images/upcoming-bg-min.jpg');
}

#about {
	background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('resources/images/about-bg-min.jpg');
}

#schools {
	background-image: linear-gradient(rgba(211, 211, 211, 0.8), rgba(211, 211, 211, 0.8)), url('resources/images/schools-bg-min.jpg');
}

#contact {
	background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('resources/images/contact-bg-min-2.jpg');
}

#donate {
	background-image: url('resources/images/donate-bg-min.jpg');
}