﻿
footer {
    background-color: white;
    color: black;
    box-shadow: 0 0 3px 0 var(--background-color);
    border-top: 1px solid var(--color);
    display: flex;
    font-size: 16px;
    font-family: "Encode Sans";
}

    footer .container {
        width: 100%;
        margin-top: 10px;
        margin-left: 50px;
        flex: 1;
        display: flex;
    }

.footer .a-icon.uk-icon-button, .footer .a-icon.uk-icon svg {
    width: 210px;
    height: 35px;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.uk-flex-between {
    justify-content: space-between;
}

.a-copy.uk-text-default {
    display:inline-block;
    position: relative;
}

.o-footer__row-copyright_text > .a-copy:first-child:before {
    background-color: black;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 1;
}

footer .container {
    height: 80px;
}

.o-footer__row-copyright_text > .a-copy {
    display: inline-block;
    line-height: 20px;
    height: 20px;
}

.o-footer__row-copyright_text > .a-copy:first-child {
    margin-right: 0px;
    padding-right: 7px;
    position: relative;
}

.o-footer__row .o-footer__row-links {
    align-self: flex-end;    
    margin-bottom: 30px;
    margin-right: 80px;
}

.uk-width-auto\@m {
    width: auto;
}

.uk-grid > li {
    margin-top: 10px;
    padding-left: 30px;
}

.uk-grid > li:first-child {
    padding-left: 0px;
}

.a-link  {
    text-decoration: none;
    color: black;
}

@media (max-width: 500px) {
    .o-footer__row .o-footer__row-links {
        margin-right: 0px;
    }

    .o-footer__row uk-grid uk-grid-collapse uk-flex-between {
        height: 100px;
    }

    footer .container {
        margin-left: 0px;
        height: 100px;
    }

    .footer .uk-grid > * {
        padding-left: 30px;
    }

    .uk-grid > li {
        margin-top: 10px;
        padding-left: 30px;
    }
}

