#footer {
	padding-top: 2em;
	background-color: #000;
	color: #fff;
}

.footer-logo img {
	max-width: 180px;
}

	@media (max-width: 1279px) {
		.footer-logo img {
			max-width: 140px;
		}
	}

	@media (max-width: 1023px) {
		.footer-logo img {
			max-width: 180px;
		}
	}

.footer-links {
	line-height: 2em;
}

	.footer-links a:hover {
		color: var(--green);
	}

.social-links a {
	display: inline-block;
	width: 23px;
	height: 23px;
	background-size: cover !important;
	margin-right: 5px;
}

	.mobile-only .social-links a {
		width: 28px;
		height: 28px;
	}

	#footer-social-link-discord {
		background: url('/layouts/f4/pix/social/2023/icon_discord.png') no-repeat;
	}

	#footer-social-link-discord:hover {
		background: url('/layouts/f4/pix/social/2023/icon_discord_hover.png') no-repeat;
	}

	#footer-social-link-instagram {
		background: url('/layouts/f4/pix/social/2023/icon_instagram.png') no-repeat;
	}

	#footer-social-link-instagram:hover {
		background: url('/layouts/f4/pix/social/2023/icon_instagram_hover.png') no-repeat;
	}

	#footer-social-link-threads {
		background: url('/layouts/f4/pix/social/2023/icon_threads.png') no-repeat;
	}

	#footer-social-link-threads:hover {
		background: url('/layouts/f4/pix/social/2023/icon_threads_hover.png') no-repeat;
	}

	#footer-social-link-tiktok {
		background: url('/layouts/f4/pix/social/2023/icon_tiktok.png') no-repeat;
	}

	#footer-social-link-tiktok:hover {
		background: url('/layouts/f4/pix/social/2023/icon_tiktok_hover.png') no-repeat;
	}

	#footer-social-link-facebook {
		background: url('/layouts/f4/pix/social/2023/icon_facebook.png') no-repeat;
	}

	#footer-social-link-facebook:hover {
		background: url('/layouts/f4/pix/social/2023/icon_facebook_hover.png') no-repeat;
	}

	#footer-social-link-youtube {
		background: url('/layouts/f4/pix/social/2023/icon_youtube.png') no-repeat;
	}

	#footer-social-link-youtube:hover {
		background: url('/layouts/f4/pix/social/2023/icon_youtube_hover.png') no-repeat;
	}

	#footer-social-link-twitter {
		background: url('/layouts/f4/pix/social/2023/icon_twitter.png?v=2') no-repeat;
	}

	#footer-social-link-twitter:hover {
		background: url('/layouts/f4/pix/social/2023/icon_twitter_hover.png?v=2') no-repeat;
	}

	#footer-social-link-linkedin {
		background: url('/layouts/f4/pix/social/2023/icon_linkedin.png') no-repeat;
	}

	#footer-social-link-linkedin:hover {
		background: url('/layouts/f4/pix/social/2023/icon_linkedin_hover.png') no-repeat;
	}

	#footer .btn-1 {
		font-size: 0.9em;
	}

	.btn-discord {
		background-color: var(--discord);
		color: #fff;
		display: inline-flex;
		align-items: center;
	}

	.btn-discord:hover {
		background-color: var(--dark-grey);
		color: #fff;
	}

		.btn-discord img {
			max-height: 18px;
			padding-right: 7px;
		}

#footer-bottom {
	margin-top: 2em;
	padding-bottom: 0;
}

	#footer-bottom img {
		padding-bottom: 0;
		margin-bottom: -5px;
	}

	@media (max-width: 767px) {
		#footer-bottom img {
			display: none;
		}
	}