.footer {
	background-color: var(--dark-grey);
}

.footer-logo {
	color: var(--white);
	border-radius: 5px;
	padding: 5px;
	width: fit-content;
}

.footer-nav {
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	color: var(--white);
}

.footer-logo > img {
	max-height: 50px;
}

.footer-logo > p {
	margin: 0;
	padding: 0;
	padding-left: 1rem;
}

.footer-nav-divider {
	height: 0.8rem;
}

#menu-footer-menu > li {
	list-style-type: none
}

#menu-footer-menu > li > a {
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
	color: var(--white);
}

#menu-footer-menu > li > a:hover {
	text-decoration: underline;
}

.legality {
	color: var(--light-grey);
}

.policies {
	color: var(--light-grey);
	font-size: 1rem;
	text-decoration: none;
}

#charity-description {
	font-size: 1rem;
	color: var(--white);
}