footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--scheme-col1);
}

footer-ts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer-col {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 20px;
}

ftr-col-hd {
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    align-items: flex-end;
    color: var(--scheme-font-col1);
    padding-bottom: 20px;
    border-bottom: 1px solid #89898989;
    min-height: 70px;
    text-align: center;
    justify-content: center;
}

ftr-col-vals {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

ftr-col-val a {
    margin-left: 10px;
    display: flex;
    align-items: center;
    color: var(--scheme-font-col3);
    padding: 8px 16px;
}

ftr-col-val a:hover {
    margin-left: 0px;
    padding-left: 20px;
    background-color: var(--scheme-col2);
}


footer-bs {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

ftr-copyright-cont {
    color: var(--scheme-font-col3);
    padding: 10px;
    display: flex;
    margin-right: 32px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
cpr-sm {
    font-size: 14px;
    margin-left: 8px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


/*                                                          */
/*     M.   .M-   EEEEE|:-   DDDDD=.-   I|:-   .AAAAA.-     */
/*     MM. .MM-   E|:-       D|'  'D-   I|:-   A|'''|A-     */
/*     M:'M':M-   EEEEE|:-   D|:  :D-   I|:-   AAAAAAA-     */
/*     M|   |M-   E|:-       D|.  .D-   I|:-   A|'''|A-     */
/*     M|   |M-   EEEEE|:-   DDDDD='-   I|:-   A|   |A-     */
/*                                                          */

@media only screen and (max-width: 700px) {
    ftr-col-hd {
        font-size: 16px;
    }

    ftr-col-val a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px) {
    footer-col {
        width: 100%;
    }
}