@charset "UTF-8";
/* CSS Document */
html, body { font-family: 'Montserrat', sans-serif; }
.footer {
padding: 0; margin: 0 auto !important;
	max-width: 100%;
	position: relative;
	background: #000;
	text-align: center;
}

.footer a { color: #fff; display: inline-block; margin-right: 1em; font-weight: 700; font-size: 12px; }
.footer a:hover { color: #fff; }

.footer img { width: 100px; max-width: 100px; margin:2em auto 0; }

.copyright { font-size: 12px; color: #fff; padding-bottom: 3em; }