.foot {
    background: $red;
    color: $white;
    padding: 3vh 0 2vh;
    .row {
        align-items: center;
    }
    a { color: $white; }
    strong { font-weight: $bold; font-size: 1.3em; }
    &__infocol {
        padding: 30px 0 0;
    }
    &__copy { margin-top: 40px; }
    &__credits {
        display: flex;
        @extend %flexCenterEnd;
        margin-top: 40px;
        svg {
            height: 40px;
            fill: $white;
            margin: 0 0 0 20px;
        }
    }
    @media (max-width: 767px) {
        &__infocol,
        &__copy,
        &__credits { text-align: center; }
        &__credits { justify-content: center; }
    }
}
