footer {
	background: var(--header-footer-bg);
	background-color: #449bd0;
	color: var(--header-footer-text);
	text-align: center;
	padding: 10px 0;
	width: 100%;
	bottom: 0;
}

@media (max-width: 768px) {
	footer {
		position: fixed;
	}
}
