footer {
	background-color: $orange;
	text-align: center;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: .5px;
    font-size:16px;
}
.footer-left {
    width: span(3 wide);
    text-align: left;
    height:48px;
    display: flex;
    justify-content: flex-start;
    // justify-items: center;
    a {
        line-height: 18px;
        display: block;
        align-self: center;
        white-space: nowrap;
        text-decoration: none;
    }
}
.footer-center {
    width: span(6);
    text-align: center;
}
.footer-right {
    width: span(3 wide);
    height:48px;
    display: flex;
    justify-content: flex-end;
    // justify-items: center;
    text-align: right;
    a {
        line-height: 18px;
        display: block;
        align-self: center;
        text-align: right;
        white-space: nowrap;
        text-decoration: none;
    }
}