.footer-top .logo-area {
	flex: 3;
	justify-content: flex-start;
	align-items: center;
}
.footer-top .logo-area img {
	height: auto;
	width: 70px;
}

footer nav {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: #333;
}

footer nav a,
footer nav a:hover, 
footer nav a:visited {
	color: #eee;
}

footer nav > div {
	margin-top: 30px;
}

footer nav div {
	display: flex;
}

.footer-nav-content {
	flex-direction: column;
	flex: 5;
	align-items: stretch;
	max-width: 350px;
}

.footer-nav-content a {
	align-self: flex-end;
}

.footer-nav-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-nav-content ul li {
	line-height: 1.5em;
	text-align: right;
	margin-top: 40px;
	min-width: 100px;
	flex: 1;
}

.footer-bottom {
	padding: 20px 0;
	justify-content: space-between;
}

.footer-bottom i {
	margin-left:15px;
}

.footer-bottom a, .footer-bottom span {
	color: rgb(187, 187, 187);
}

.website-by {
	text-align: right;
}