
footer {
    bottom: 0;
    background-color: black;
    color: white;
    padding: 15px 0 17px 0;
    width: 100%;
    font-size: 1.2rem;
    font-weight: normal;
    position: static;
}

footer > div {
    width: 70%;
    margin: auto 15%;
}

.footer-text-row, .footer-text-column {
    display: flex;
    justify-content: space-between;
}

.footer-text-row > div, .footer-text-column div {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.footer-text-row > div:first-child > div:first-child, .footer-text-column > div:first-child > div:first-child {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

footer div {
    line-height: 2rem;
}

.footer-text-row div, .footer-text-column div {
    font-weight: 900;
    line-height: 3.5rem;
    font-size: 1.6rem;
    color: #666;
}

footer a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
}

.footer-text-row br {
    display: none;
}

.footer-text-column {
    display: none;
    justify-content: space-between;
}

footer hr {
    margin-top: 2.5rem;
    border-width: .5px;
    border-color: #404040;
}

footer > div:last-child, .copyright {
    margin-top: 1rem;
    text-align: center;
    line-height: 2rem;
}

.footer-text .footer-text-img a {
    width: 2.5rem;
    height: 2.5rem;
}

.footer-text .footer-text-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-text img {
    width: 100%;
    height: 100%;
}

.footer-text .footer-text-img > a:not(:last-child) {
    margin-right: .8rem;
}

.footer-text .footer-text-img > a {
    margin-top: 1rem;
}

.space-bottom {
    margin-bottom: 1.5rem;
}

.copyright-line {
    display: none;
}


@media all and (max-width: 366px) and (min-width: 150px) {
    .footer-text-row {
        display: none;
    }

    .footer-text-column {
        display: flex;
    }

    .footer-text-row br {
        display: inherit;
    }

    .copyright-line {
        display: inline-block;
    }
}

@media all and (max-width: 530.999px) and (min-width: 366px) {
    .footer-text-row {
        display: none;
    }

    .footer-text-column {
        display: flex;
    }

    .footer-text-row br {
        display: inherit;
    }

    .copyright-line {
        display: inline-block;
    }
}

/*Tablet*/

@media all and (max-width: 800px) and (min-width: 531px) {

    .footer-text-row br {
        display: inherit;
    }

    .copyright-line {
        display: inline-block;
    }

}
