/* CSS Document */

#footer {
    border-top: 2px solid #d9b552;
    background-color: #080708;
    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 #d9b552 2px;
}

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

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

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

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




#bottom-bar {
    display: grid;
    padding: 20px 0;
    width: 100%;
    justify-content: center;
    background: #CBA043;
    background: linear-gradient(64deg, rgba(203, 160, 67, 1) 0%, rgba(217, 181, 82, 1) 50%, rgba(245, 226, 142, 1) 100%);
}

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