.homebg {
	background-image: url("../img/holidaybg.jpg");
	background-repeat: no-repeat; /* Prevents the image from repeating */
	background-size: cover; /* Scales the image to cover the entire element */
	background-position: center center; /* Centers the image */
}
