/**********************************************************

    ███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗
    ██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
    █████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
    ██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
    ██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
    ╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝

 **********************************************************/


 
    /* The page footer. */

    .main-footer {
        /*padding: var(--nvm-grid-rhythm) 0;
        border-top: 1px solid var(--nvm-color-gray-2);
        box-shadow: 0 -5px 5px -5px var(--nvm-color-gray-2);*/
        margin-top: calc(1.5*var(--nvm-length-small));
    } 

    .bordered-panel {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

        .laptop .bordered-panel > .row {
            flex-wrap: nowrap;
        }

            .bordered-panel > .row .column {
                display: flex;
                align-items: center;
                justify-content: center;
                /*flex-basis: auto;
                max-width: none;*/
            }

                .small .bordered-panel > .row .column:not(:last-of-type) {
                    border-right: 0px solid black;
                    border-bottom: 1px solid black;
                }

                .laptop .bordered-panel > .row .column:not(:last-of-type) {
                    border-right: 1px solid black;
                    border-bottom: 0px solid black;
                }

