.footer-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5rem;
	padding-top: 0;
	border-bottom: 1px solid #ddd;
	flex-wrap: wrap;
}

.footer-links a,
.footer-links a:visited {
	margin-right: 20px;
	text-decoration: none;
	color: white;
	font-weight: 500;

}

.footer-links a:hover {
	color: #a6a6a6;
}

.footer-social a {
	margin-left: 15px;
	display: inline-block;
}

.footer-social img {
	width: 32px;
	height: 32px;
}

.row.sidebarless {
	justify-content: center;
}

.credits-wrapper {
	padding-top: 1.5rem;
}