@import "base.css";

.footer-container {
    background-color: var(--imprimed-pioneer-navy);
    color: var(--imprimed-alabaster);
    padding: 80px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: default;
    z-index: 1000;
    flex-shrink: 0;
}

#footer-logo {
    margin-bottom: 16px;
    height: 50px;
}

.footer-content {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.company-info {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 16px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-icons {
    display: flex;
    gap: 16px;
    padding-right: 24px;
}

.social-icon-button:hover {
    color: var(--imprimed-pioneer-navy-hover);
}

.social-icon-button {
    color: white;
}
