#page-footer {
	position: relative;
	z-index: 999999;
}

.footer-top {
	background-image: linear-gradient(var(--dark-color), var(--gray-color));
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}

.footer-top .logo-wrapper-link img {
	width: 80%;
}

.footer-top h2 {
	color: var(--primary-color);
	font-family: "Archivo Black", sans-serif !important;
}

.footer-top .right, .footer-top .center {
	border-left: 2px solid var(--accent);
	padding: 20px;
}

.footer-top .social-media-icons {
	margin-bottom: 35px;
}

	.footer-top .social-media-icons a {
		color: var(--light-color);
		text-decoration: none;
	}

	.footer-top .social-media-icons a i {
		color: var(--light-color);
		font-size: 1.5rem;
		margin: 0 10px;
	}

.footer-top .menu {
	padding: 0;
}

.footer-top .menu li {
	list-style-type: none;
	margin-bottom: 5px;
}

	.footer-top .menu li a {
		color: var(--light-color);
		text-decoration: none;
	}

.footer-top .menu li a:hover {
	text-decoration: underline;
}

.footer-bottom {
	background-color: var(--dark-color);
}

	.footer-bottom a {
		color: var(--light-color);
		text-decoration: underline;
	}

.footer-top .custom-hr {
	margin-left: 0;
}

@media (max-width: 980px) {
	.footer-top .right, .footer-top .center {
		max-width: 90%;
		margin: 35px auto 0 auto;
		border-left: none;
		padding: 20px;
		text-align: center !important;
	}

	.footer-top .center {
		display: none;
	}

	.footer-top .right .custom-hr,
	.footer-top .center .custom-hr {
		display: none;
	}

	.footer-top .logo-wrapper-link img {
		width: 100%;
		max-width: 100%;
	}
}