* {
	box-sizing: border-box;
}

body {
	background-color: #dcdcdc;
}

#banner-container {
	position: relative;
	background-image: linear-gradient(
			rgba(58, 56, 49, 0.6),
			rgba(58, 56, 49, 0.6)
		),
		url("../images/banner-bg.webp");
	background-position: center;
	z-index: 1;
}

#banner-container h1,
#banner-container h2 {
	font-family: Georgia, "Times New Roman";
	z-index: 2;
	position: relative;
}

#banner-container::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.home-banner {
	background-image: linear-gradient(
			rgba(58, 56, 49, 0.6),
			rgba(58, 56, 49, 0.6)
		),
		url("../images/banners/Home.jpg") !important;
}

.about-banner {
	background-image: linear-gradient(
			rgba(58, 56, 49, 0.6),
			rgba(58, 56, 49, 0.6)
		),
		url("../images/banners/About.jpg") !important;
}

.contact-banner {
	background-image: linear-gradient(
			rgba(58, 56, 49, 0.6),
			rgba(58, 56, 49, 0.6)
		),
		url("../images/banners/Contact.jpg") !important;
}

.gallery-banner {
	background-image: linear-gradient(
			rgba(58, 56, 49, 0.6),
			rgba(58, 56, 49, 0.6)
		),
		url("../images/banners/Gallery.jpeg") !important;
}

.services-banner {
	background-image: linear-gradient(
			rgba(58, 56, 49, 0.6),
			rgba(58, 56, 49, 0.6)
		),
		url("../images/banners/Services.jpg") !important;
}
