@media screen and (max-width: 680px) {
    footer div.bottom img {
        margin-top: 3vh;
    }

    footer article.footer img {
        width: 10vw !important;
    }

    footer div.info {
        margin-left: 5% !important;
    }

    footer h4 {
        font-size: 1.1rem !important;
    }

    footer {
        background-size: 400% !important;
        background-position-x: 65%;
    }
}

footer {
    /*background-color: #555555;*/
    color: #161c2a;
    padding: 20px;
    padding-top: 10vh;
    bottom: 0;
    background-image: url("../images/footersmall.jpg");
    background-size: 300%;
}

footer a {
    color: #161c2a;
}

footer article:nth-of-type(2) a:hover {
    text-decoration: underline;
}

footer div.info img {
    width: 50vw;
}

footer div.info {
    width: 85vw;
    padding-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-left: 20%
}

footer div article {
    margin-bottom: 5vh;
}

footer h4 {
    margin-top: 0px;
    color: #161c2a;
    margin-bottom: 1vh;
    font-size: 1.35rem
}

footer p {
    line-height: 1.5rem;
}


footer div.bottom img {
    height: 4vh;
    width: auto;
    margin-bottom: 1vh;
}

footer div.bottom {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-bottom: 2vh;
}

footer div.webmatics {
    display: flex;
    flex-direction: column;
}


footer div.webmatics a:hover {
    color: #05BB93;
}

footer article.footer img {
    width: 7vw;
    margin-top: 1vh;
}

footer div.bottom {
    text-align: center;
}

@media screen and (min-width: 400px) {
    footer {
        padding-top: 20vh;
    }
}

@media screen and (min-width: 680px) {
    footer div:first-of-type article {
        width: 32vw;
        text-align: left;
    }

    footer div:first-of-type article:last-of-type {
        text-align: right;
    }

    footer div.info {
        width: 70vw;
        padding-top: 5vh;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }

    footer div.bottom {
        width: 70vw;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
    }

    footer div.webmatics {
        align-items: flex-end;
    }
}

@media screen and (min-width: 750px) {
    footer {
        background-size: 100%;
        padding-top: 20vh;
        background-position-y: 3%;
    }

    footer h4 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1000px) {
    footer article.footer img {
        width: 3vw;
    }
}