/* Navigation */
#navbar {
	flex-direction: column;
}

#navbar ul li a {
	font-size: 1rem;
	padding: 0px 3px;
	padding-bottom: 8px;
}
/* Home section */
#home {
	height: 370px;
	padding: 3px 28px;
}

#home::before {
	height: 480px;
}

#home p {
	font-size: 13px;
}

/* Services section  */
#services {
	flex-direction: column;
}

#services .box {
	padding: 14px;
	margin: 2px 0px;
	margin-bottom: 20px;
}

/* Clients section */
#clients {
	flex-wrap: wrap;
}

#clients img {
	width: 66px;
	z-index: -1;
	padding: 6px;
	height: auto;
}

/* Contact us section */
#contact-box form {
	width: 80%;
}
/* Footer */

/* Utility classes */
.h-primary {
	font-size: 30px;
}
.btn {
	font-size: 13px;
	padding: 4px 8px;
}
#services {
	margin: 4px;
	display: flex;
}
#services .box {
	/* border: 2px solid brown; */
	padding: 14px;
	margin: 0px 2px;
	border-radius: 2px;
	background: #f2f2f2;
	margin-bottom: 20px;
}
#services .box img {
	height: 150px;
	margin: auto;
	display: block;
}

#navbar::before {
	content: "";
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.7;
}

#client-section {
	position: relative;
}

#client-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
}

#clients {
	display: flex;
}

.client-item {
	padding: 3px;
}

#clients img {
	width: 150px;
}