footer {
	padding: 30px 0 30px 0;
	background: var(--theme-gray-lightest);
	text-align: center;
	margin-top: 60px;
	color: #797979;
}
footer .copy {
	margin-bottom: 20px;
}
footer a {
	color: inherit;
}
@media screen and (max-width: 767px) {
	footer {
		margin-top: -40px;
	}
}