footer {
	background: black;
	color: white;
	font-size: 14px;
	margin-top: 100px;
	padding: 5px 0;
}
.footer-links {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 8px;
	padding-top: 8px;
	justify-content: center;
}
.footer-link, .footer-email {
	color: white;
	text-decoration: none;
}
.footer-link, .footer-contact {
	padding: 10px 5px;
}
.footer-contact {
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
.footer-copyright {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}
@media (min-width: 760px) {
	.footer-links {
		width: 740px;
	}
	.footer-contact {
		text-align: right;
		flex-grow: 1;
		width: auto;
	}
}