footer {
    border-top: solid 1px white;
    background-color: white;
    height: 58px;
}

.footer-menu {
    text-align: center;
}

.footer-inner {
    width: 100%;
}

.footer-content {
    width: 100%;
    padding: 0;
    color: #800020;
}

.copyright-text {
    text-align: center;
    font-size: 85%;
}

.footer-img {
    max-width: 7.5rem;
    height: auto;
}

/*for desktop screens*/

@media screen and (min-width: 768px) {
    .footer-content {
        position: absolute;
        width: 100%;
    }
}

/*for mobile screens*/

@media screen and (max-width: 767px) {

    .copyright-text {
        font-size: 70%;
    }

    .footer-img-content, .footer-img {
        width: 20vw;
        height: auto;
    }
}

@media screen and (max-width: 580px) {
    .footer-menu {
        font-size: 80%;
    }
}

@media screen and (max-width: 465px) {
    .footer-menu {
        font-size: 65%;
    }
    .copyright-text {
        font-size: 60%;
    }
}
