/* CSS Document */

#footer {
    background-color: #28655d;
    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 #FFFFFF 2px;
}

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

.footer-item h3 {
    color: #FFFFFF;
    justify-self: center;
}

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

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




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

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

#bottom-bar a {
    color: #FFFFFF;
}
