/* Footer Classes */
footer {
    margin-top: 50px;
    padding: 28px 0;
    color: #FFF;
    background-color: #000;
}

footer a {
    color: #FFF;
    text-decoration: none;
    padding: 1px 20px;
    border-right: 2px solid #FFF;
}

footer ul li:last-child a {
    border-right: none;
}

footer ul li {
    color: #FFF;
    list-style: none;
    display: inline-block;
}

.row-urls {
    margin-top: 25px;
}

.row-copy {
    margin-top: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    footer {
        margin-top: 200px;
        padding: 28px 0;
    }

    footer a {
        text-decoration: none;
        padding: 1px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer {
        margin-top: 100px;
        padding: 28px 0;
    }

    footer a {
        text-decoration: none;
        padding: 1px 20px;
    }
}

@media (max-width: 1200px) and (min-width: 993px) {
    footer {
        font-size: 18px;
        line-height: 140%;
    }
}

@media (max-width: 320px) {
    footer {
        font-size: 15px;
        line-height: 140%;
    }
}

@media(min-width: 992px) {
    footer {
        margin-top: 300px;
        padding: 28px 0;
    }

    footer a {
        text-decoration: none;
        padding: 1px 20px;
    }
}

@media (max-width: 575px) {
    .footer-flex {
        display: flex;
        flex-direction: column;
    }

    footer a {
        border-right: none;
    }


}

/* please leave this rule a the bottom of the file, you'll figure out why .. */
footer a.last {
    border-right: 0;
}