/* Footer */
footer {
	background-color: #141414;
	color: #f8f9fa;
	min-height: 25vh;
	padding: 15px 0;
	margin-top: 3rem;
	border-top: 7px double #343a40;
}

footer a {
	color: #f8f9fa !important;
	text-decoration: none;
	display: block;
	width: 100%;
}

footer>div{
	justify-content: space-between;
	margin: 0;
	padding-bottom: 15px;
}

footer div:nth-child(even){
	flex-grow: 2;
	font-family: Alien2;
}

footer div:nth-child(odd){
	flex-grow: 1;
	font-family: Alien;
}

footer ul {
	list-style-type: none;
	display: inline;
	margin: 0;
}

footer ul li {
	display: block;
	padding: 0.3rem;
	transition: all 500ms;
}

footer ul li:nth-child(odd) {
	transform:rotate(180deg);
}

footer ul li:hover {
	cursor: pointer;
	background-color: #318085d3;
	color: #fff !important;
	opacity: .75;
	border-radius: 7px;
	box-shadow: 0px 0px 20px 3px #dbedee;
	
}

footer ul:hover li:not(:hover) {
	opacity: 0.25
}

.copyright{
	border-top: 6px double #343a40;
	border-bottom: 6px double #343a40;
	padding: 10px;
}
