/* Banner styling - no overlay, no absolute positioning */
.banner {
	background-image: url("https://via.placeholder.com/1600x400?text=Website+Rebuild+In+Progress");
	background-size: cover;
	background-position: center;
	padding: 4rem 1rem;
	color: #ffffff;
}

/* Navigation links */
header nav a {
	color: #333;
	font-weight: 500;
}

header nav a:hover {
	text-decoration: underline;
}
