/**********************************************************
// Footer
**********************************************************/
.Footer {
	padding: var(--20px);
	background: var(--Color-Dark);
	color: var(--Color-White);
	text-align: center;
	}

.Footer a { color: var(--Color-White); }
.Footer a:hover,
.Footer a:focus { color: var(--Color-Orange); }

/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta {
	line-height: 1.7em;
	text-transform: uppercase;
	letter-spacing: var(--1px);
	font-weight: 700;
	font-size: var(--10px);
	}

/**********************************************************
// Media Queries
**********************************************************/
@media /* 1024px */
all and (max-width: 64rem),
all and (max-device-width: 64rem)
{

}

@media /* 768px */
all and (max-width: 48rem),
all and (max-device-width: 48rem)
{

}
