/* Burly House Website Style Sheet */
/* Authored by, Marc Oldham */

/* Footer Styles */

.footer {
    background-color: var(--color-body);
    padding: 1rem 0 1rem;
    width: 100%;
}
.footer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto; 
    padding: 0 1rem; 
}

.footer .footer-wrapper.footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-wrapper .copyright {
    margin-top:0.325rem;
}
.footer-wrapper .copyright p {
    color: var(--color-grey);
    font-size: 0.725em;
    padding-bottom: 0;;
}
