footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 40px;
	box-shadow: 0px -2px 3px var(--ocean);
	text-align: center;
	z-index: 999;
	background-color: var(--white);

}

/* Footer styles moved from inline and embedded styles in index.html */
.footer-spacer {
	margin-top: 70px;
}

.footer-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-bottom: 1.6rem;

}

.footer-gallery img {
	width: auto;
	height: 80px;
}

.footer-info {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	text-align: left;

}

.footer-info>div {
	flex: 1 1 20px;
	min-width: 220px;
	max-width: 320px;
}

@media (max-width: 940px) {
	.footer-info {
		flex-direction: column !important;
		align-items: stretch !important;
		text-align: left !important;
	}
}