
#footer {
	background-color: black;
	color: white;

	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#footer a {
	width: 100%;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0.1in;
	padding: 0.05in 0;
	color: #ffffff;
	scale: 1;
	transition: scale 250ms ease-out;
}

#footer a > * {
	display: block;
}

.pc #footer a:hover {
	scale: 1.1;
}

#footer a:not(.button-contact) {
	padding-left: 0.35in;
}

#footer a:not(.button-contact) > i {
	position: absolute;
    left: 0.15in;
}

#footer a:not(.button-contact) > i::before {
	position: relative;
    left: -50%;
}

#footer a.button-contact {
	display: block;
	width: 100%;
	padding: 0.0in 0.0in 0.0in 0.4in;
	margin: 0.05in 0;
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

.mobile #footer .column {
	gap: 0.1in;
}

.pc #footer ul {
	padding-inline-start: 0;
}

.pc #footer li {
	list-style-type: none;
}
