.block-color {
    width: 100vw;
    height: 2rem;
}

footer {
    height: 60vh;
    padding: 30px 0;
    width: 100vw;
    background-color: #FFEEDD;
    color: #000;
}

footer a { color: #000; text-decoration: none; }
footer a:hover { color: #2f89e4; text-decoration: underline; }

.footer-content {
    width: 100%;
    padding:50px 10% 20px 10%;
    background-color: #ffffff50;
    height: 60vh;
}

.footer-content-left {
    height: 100%;
    width: 40%;
}


.footer-content-left-item {
    width: 100%;
}

.footer-content-left-item img {
    width: 80px;
    height: 80px;
}

.footer-contact-text {
    margin-left: 30px;
    font-size: 1.4rem;
    width: 300px;
}

.footer-content-right {
    width: 60%;
    height: 100%;
}


.footer-nav-links {
    width: 100%;
    height: 35%;
}

.footer-nav-link {
    width: 14%;
    height: 100%;
}

.footer-nav-link-title {
    font-size: 1.6rem;
    font-weight: bold;
}

.footer-nav-link-items {
    width: 100%;
    
}

.footer-nav-link-items a {
    
}



.footer-logos {
    margin-top: 30px;
    /* width: 100%; */
    height: 100%;
}

.footer-logos img {
    height: 180px;
    width: auto;
}


.footer-other {
    font-size: 1rem;
}

