footer {
    margin: 3rem 0 3rem 0;
    row-gap: 1.875rem;
}

.footer-link-list {
    row-gap: 0.5rem;
}

footer a {
    color: white;
    font-size: 1.125rem;
}

footer a:hover {
    color: white;
}

footer p {
    color: white;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

#logo {
    background-color: #AABEE1;
    height: 5rem;
    width: 11rem;
    border-radius: 0.5rem;
}

#logo-text {
    color: black;
    font-size: 3rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.social-icons {
    column-gap: 0.5rem;
}

.social-icon {
    color: #EBE1C9;
    font-size: 2rem;
    margin-top: -0.75rem;
}

#divider {
    height: 1px;
    background-color: white;
}

#copyright {
    font-size: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .footer-links {
        column-gap: 3.5rem;
        row-gap: 2rem;
        align-items: center;
    }
    #divider {
        width: 80%;
    }
    #find-us-title {
        align-self: center;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-links {
        column-gap: 2.5rem;
    }
    #divider {
        width: 590px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .footer-links {
        column-gap: 5rem;
    }
    #divider {
        width: 710px;
    }
}