/* CSS Document */

#footer {
    background-size: cover;
    background-image: url('../img/Background.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f4f2eb;
    padding: 24px 0;
}

#footer .workspace {
    grid-gap: 32px;
}

.footer-item {
    display: grid;
    grid-gap: 8px;
    justify-content: center;
}

.footer-icon-container {
    display: grid;
    width: 64px;
    height: 64px;

    justify-self: center;
    align-self: center;

    border: solid #545454 1px;
    border-radius: 100%;
}

.footer-icon {
    justify-self: center;
    align-self: center;
    font-size: 32px;
    color: #545454;
}

.footer-item h3 {
    justify-self: center;
    text-align: center;
    color: #8EBC4F;
}

.footer-item h4 {
    justify-self: center;
    color: #044D3B;
}

.footer-item a {
    justify-self: center;
    text-decoration: none;
    color: #8EBC4F;
}




#bottom-bar {
    display: grid;
    padding: 15px 0;
    width: 100%;
    justify-content: center;
    background-color: #044D3B;
}

#bottom-bar p {
    text-align: center;
    color: white;
}

#bottom-bar a {
    text-align: center;
    color: white;
}
