.dc-footer {
	background-color: #0F1B0D;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.dc-footer::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background-image: url(../img/footer.jpg); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.3;
	filter: grayscale(1);
}

.dc-footer-bottom {
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	padding: 15px 0;
}

.dc-footer-bottom h2 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 20px;
}

.dc-footer-bottom p {
	margin: 0;
}

.dc-footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dc-footer-bottom a {
	text-decoration: none;
	color: #f2f2f2;
	font-size: 14px;
	display: inline-block;
	margin: 5px 0;
}

.dc-footer-bottom a:hover {
	color: var(--bg-color);
}

.dc-social-icons-footer .dc-col-social {
	text-align: center;
}

.dc-social-icons-footer .dc-social-txt {
	text-transform: uppercase;
	font-size: 12px;
}

.dc-social-icons-footer .dc-social-icon {
	background-color: #ffffff;
	display: inline-flex;
	width: 50px;
	height: 50px;
	color: #0F1B0D;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}