/* This is done this way so the client can easily overload their own logo */

#logo {
	display: inline-block;
	border-radius: 15px;
	margin-left: .5em;
	margin-right: .5em;
	background-image: url("favicon.ico");

	min-width: 48px;
	min-height: 48px;

	background-size: contain;
	background-repeat: no-repeat;
}

.footer .container {
    background-color: #cbcbcb;
    padding: .5em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
