.footer {
	background-color: transparent;
	position: absolute;
    bottom: 0;
	margin-bottom: 10px;
    width: 100%;
    z-index: 1;
}

.footer ul {
	margin: 2rem auto;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.footer ul li {
	text-transform: capitalize;
	font-weight: 600;
}

.footer ul li a {
	color: var(--secondary-color);
	font-size: 1.2rem;
}
