.explore-btn {
	box-shadow: 2px 2px 5px white;
}

#about {
	background-color: #304c89;
}

#services {
	background-color: #043869;
}

#products {
	background-color: #304c89;
}

/* Services Page Styles */
.items {
	padding: 1em;
}

.items img {
	margin: 0.2em auto;
	border: 1px solid #333;
	/* padding: 1em; */
	border-radius: 1em;
	background-color: #fff;
}

.items h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0.5em;
}

.items p {
	color: #333;
	margin-bottom: 0.5em;
}

.items a {
	color: blue;
}

/* Contact Us Styles */
#contact {
	background-color: #043869;
	padding: 2em;
}

#myform {
	padding: 1em;
	color: #fff;
}

#myform div {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

#myform div label {
	font-size: 1.2em;
}

#myform div input,
#myform div textarea {
	border-radius: 0.5em;
	padding: 0.5em;
}

#myform button {
	margin-top: 2em;
	text-align: center;
	border: 2px solid #333;
	width: 100%;
	padding: 0.5em 0.5em;
	border-radius: 0.5em;
	background-color: green;
	cursor: pointer;
	box-shadow: 3px 3px 5px #333;
}

footer {
	background-color: #304c89;
	color: #fff;
	text-align: center;
	padding: 1em;
}

footer h2 {
	font-size: 1.5em;
	font-weight: 500;
}

footer p {
	font-size: 1.2em;
}

@media screen and (max-width: 746px) {
	.container {
		flex-direction: column;
	}

	.image {
		width: 100%;
		height: auto;
	}

	.biography {
		font-size: 1.2em;
	}

	#about {
		height: auto;
	}

	#services {
		height: auto;
	}

	.threes-container {
		flex-direction: column;
		margin-top: 1em;
		padding: 2em;
	}

	.items {
		width: 100%;
		height: auto;
		gap: 1em;
	}

	.product-container {
		flex-direction: column;
	}

	#products {
		height: auto;
	}

	.contact-container {
		flex-direction: column;
	}

	#contact {
		height: auto;
	}

	#myform div,
	#myform,
	.social-icons {
		width: 100%;
	}
}
