.footer {	
	font-size: px2rem(14px);
	padding: 1.25rem 0;
    color: $text-muted;
    @include max-screen ($break-small - 1px){
        text-align: center;
        ul.list-inline{
            margin-top: 15px;
        }
    }

	a:not(.btn) {
		color: $text-muted-dark;
	}

	@media print {
		display: none;
	}
}