footer {
    padding-top: 8vh;
}

footer img {
    height: 6vh;
    margin-right: 30px;
}

@media only screen and (max-width: 768px) {
    footer img {
        height: 6vh;
        margin-right: 15px;
    }
}

footer h4 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 600;
}

footer h5 {
    color: var(--text-white);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 10px;
}

footer li a, footer li {
    color: var(--text-white);
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
    text-decoration: none;
}

footer li a:hover {
    text-decoration: underline;
}

footer .text-center {
    color: var(--text-white);
    font-size: 16px;
    font-weight: lighter;
}

.copyright-text {
    margin-top: 80px !important;
    font-size: 12px;
    color: var(--text-gray);
    text-align: center;
}

.copyright-text a {
    font-size: 12px;
    color: var(--text-gray);
    text-align: center;
    text-decoration: none;
}