/* - Footer CSS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
    position: relative;
    z-index: 20;
}

#footer .element {
    width: 100%;
}

#footer h2 {
    border-bottom: solid 2px;
    padding-bottom: 4px;
    width: 100%;
    text-align: center;
    color: #111;
    text-transform: uppercase;
}

#footer .item {
    display: grid;
    align-content: start;
    grid-gap: 12px;

    width: 100%;
}

#footer p {
    color: #111;
    text-align: center;
    justify-self: center;
}

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


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#footer .workspace {
    padding: 42px 0 64px;
    grid-gap: 42px;
    overflow-x: visible;

}

@media (min-width: 992px) {
    #footer .workspace {
        width: 90%;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer .item {
    /*grid-row: 1;*/
    justify-content: center;
    /*grid-gap: 24px;*/
}

#footer .item-inner {
    display: grid;
    border: solid 2px var(--colour1);
    justify-self: center;
    border-radius: 64px;
}

#footer .item i {
    color: #222;
    background-color: var(--colour1);
    padding: 16px;
    border-radius: 64px;
    justify-self: center;
    font-size: 24px;
    border: solid 4px #222;
}

.footer-social-container {
    display: grid;
    justify-content: center;
    grid-gap: 16px;
}

.footer-social {
    grid-row: 1;
}

.footer-border-item {
    border-bottom: solid 1px;
    padding-bottom: 8px;
}

#footer .item a {
    display: grid;
    align-self: center;
}

#footer .item p {
    align-self: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#bottom-bar {
    display: grid;
    grid-row: 3;
    grid-column: 1/span 3;
    background-color: #ffd7e1;

    padding: 16px 0;

    justify-content: center;
}

#bottom-bar p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    color: #111;
}

#bottom-bar a {
    text-decoration: none;
    color: #111;
}

@media (max-width: 768px) {
    #footer::after {
        background: var(--colour1);
    }

    #footer {
        background-color: var(--colour1);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
