footer {background-color: #845A4A;}

footer div {
	align-self: center;
	text-align: left;
	color: white;
}

footer div a {
	color: white;
	text-decoration: none;
}

#footer-logo {
	height: 150px;
	padding: 20px 0;
}

@media screen and (max-width: 700px) {
	footer div {
		width: auto;
	}
}