/* CSS Document */

#footer {
    background: rgb(161, 120, 73);
    background: linear-gradient(285deg, rgba(161, 120, 73, 1) 0%, rgba(216, 204, 143, 1) 30%, rgba(178, 143, 92, 1) 50%, rgba(216, 204, 143, 1) 70%, rgba(161, 120, 73, 1) 100%);
    padding: 24px 0;
    z-index: 1;
}

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

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

.footer-item h3,
.footer-item a {
    overflow-wrap: anywhere;
}

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

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

    border: solid #202020 2px;
}

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

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

.footer-item h4 {
    color: #202020;
    justify-self: center;
    margin-top: 8px;
    text-align: center;
}

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




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

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