.Footer { 
	background: var(--Dark);
	color: #fff;
	padding: 80px 20px;
	margin-top: -1px;
}

.Footer a:hover { color: var(--Links); }
.Footer a { color: #fff; }

.Footer-Inner {
	display: flex;
	justify-content: space-between;
	gap: 3em;
	align-items: flex-start;
	max-width: 1100px;
	margin: 0 auto;
}

.Footer-Left {
	text-align: center;
	line-height: 1.5em;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: center;
	flex-basis: 30%;
}

.Footer-Left img { max-width: 200px; margin: 0 auto; }

.Footer-Social li a {
	font-size: 30px;
}

.Footer-Right {
	display: flex;
	gap: 2em;
	justify-content: space-between;
	flex-basis: 55%;
}

.Footer-Right h3 {
	font-family: var(--Alt-Font);
	color: var(--Lavender);
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: normal;
}

.Footer-Nav { flex: 1; }

.Footer-Nav li { margin: 13px 0; }
.Footer-Nav li a {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.3em;
}

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta {
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 600;
	font-size: 10px;
	margin-top: 60px;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{
	.Footer-Inner { flex-direction: column; align-items: center; justify-content: center; }
	.Footer-Left { max-width: 400px; width: 100%; margin: 0 auto; }
	.Footer-Right { flex-basis: 100%; }
}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{

}

@media
all and (max-width: 450px),
all and (max-device-width: 450px)
{
	
}
