// _footer.scss

.footer-grid {
    background: $gorilla;
    color: $white;
    font-size: 12px;
    text-align: center;

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-links {
        display: inline-block;
        margin-bottom: 6px;

        .menu {
            list-style: none;
            margin: 0;
            padding: 0;

            li {
                border-right: 1px solid $white;
                display: inline-block;
                line-height: normal;
                padding: 0 10px;

                &:last-child {
                    border: none;
                }

                a {
                    color: $white;
                    font-size: 12px;
                }

            }

        }

    }

    .footer-copyright-section {
        line-height: 30px;
    }

}
