/* Full size footer */
footer {
	background-color: #333;
	color: #fff9;
	padding: 2rem 2rem 0.5rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-container {
	background-color: #333;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

footer .footer-wrapper {
	display: flex;
	min-width: 800px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 25px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 140px;
}

footer .section-wrapper {
	display: flex;
	flex-direction: row;
	min-width: 250px;
}

footer section {
	font-size: 14px;
	flex: 1;
	color: #fff9;
	padding: 0;
	display: block;
	margin-right: 2em;
	min-width: 90px;
}

footer .expander {
	flex: 1;
}

footer section p {
	margin: 5px 0;
	font-size: 12px;
	font-weight: 400;
}

footer section h3 {
	margin: 0;
}

footer section a {
	color: #EEE;
	text-decoration: none;
}

footer section a:hover {
	text-decoration: underline;
	color: #FFF;
}

footer section a:visited {
	color: inherit;
	text-decoration: none;
}

footer section a.footlink {
	color: #fff7;
	display: block;
	margin: 5px 0;
	text-decoration: none;
	font-weight: 400;
}

footer section a.footlink:hover {
	color: white;
	text-decoration: underline;
}

footer section a.footlink.donate{
	color: #EA738D;
	font-weight: 700;
}

footer.copyright {
	font-size: 13px;
	padding: 0.5rem 2rem;
}

footer.copyright .footer-wrapper{
	max-width: min(1024px, 85vw);
	text-align: justify;
}

footer.copyright a:hover {
	text-decoration: underline;
	color: #FFF;
}

footer.copyright a:visited {
	text-decoration: none;
	color: #FFF;
}

footer.copyright #copyright-year {
	margin: 0 auto 10px auto;
}

footer section.affiliates {
	min-width: 300px;
	background-image: url('../images/landing/affiliates.svg');
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	min-height: 55px;
}

/* Full size footer */
@media only screen and (max-width: 600px) {
	footer {
		padding-top: 0;
		padding-bottom: 0;
		max-width: 95vw;
	}

	footer section {
		margin-right: 0;
		padding: 5px;
		margin-top: 5px;
	}

	footer .footer-wrapper {
		width: 95vw;
		max-width: 95vw;
		min-width: 280px;
		padding: 15px 0;
		align-items: flex-start;
		justify-content: center;
	}

	footer.copyright {
		margin-right: 0;
	}

	footer.copyright {
		text-align: justify;
		margin: 0 auto;
		max-width: 95vw;
		min-height: 200px;
		margin-bottom: 30px;
	}

	footer.copyright a:hover {
		text-decoration: underline;
		color: #FFF;
	}

	footer.copyright #copyright-year {
		text-align: center;
		margin: 0 auto 10px auto;
		max-width: 280px;
	}

	footer p {
		font-weight: 500;
		text-align: justify;
		max-width: 95vw;
	}

	footer section.affiliates {
		margin-right: 0;
	}

	footer .expander {
		display: none;
	}
}