#footer {
	text-align: center;
	color: #8D9196;
	font-size: 0.7em;
    font-family: Roboto Mono, Consolas, monospace;	
    height:100px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    background: #1e2128;
    background-color:#15171a;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.7);
}

#footer > address > a, #footer > div > a {
	color:#8D9196;
	xtext-decoration:none;
} 

#footer > div, #footer > address {
    xborder: 1px solid orange;
}

/* mobile style */
@media screen and (max-width:620px) {
	#footer {
		xmargin-top: 50px;
	}
}