footer {
	border-top: 1em solid var(--footer-border-top-color);
	padding: 1em;
	background-color: var(--footer-background-color);
	color: var(--footer-text-color);
	width: 100%;
	height:auto !important;
	z-index: 99;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;

}


.footer-info {
	display: inline-flex;
	flex-direction: column;
}

.footer-text-logo {
	min-width: 350px;
	max-width: 550px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	filter: invert(100%);
}

.footer-text-logo > img {
	width: 100%;
}

.footer-info-row {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 1em;
	justify-content: center;
	gap: 1em;
}

.footer-address a,
.footer-contact a,
.footer-hours a,
.footer-socials a,
.footer-sitetools a{
	color: var(--footer-items-a-color);
}

.footer-address a:hover,
.footer-contact a:hover,
.footer-hours a:hover,
.footer-socials a:hover,
.footer-sitetools a:hover{
	color:var(--footer-items-a-hover-color);
	text-decoration: underline;
}