/* main */
#Mb_site-footer
{
    position: relative;
    box-sizing: border-box;

    background-color: var(--MB_footer-Background);
    padding: 60px 0px 20px 0;
}

.footer-columns
{
    display: flex;
    justify-content: center;
    gap: 40px;

}





/* footer menu */
    .footer-menu
    {
        color: white;
        text-align: center;
        padding: 0px 10px 10px 10px;

    }

    .footer-menu .menu-item
    {
            display:flex;

    }

    .footer-menu .menu-item a
    {
        display:flex;
        text-decoration: none;
        color:white;
        border-bottom: solid 1px rgb(42, 42, 42);
        padding: 10px 10px;
        width: 100%;
        transition: 0.5s;
        width: 250px;
        height: auto;
        font-size: 0.8em;
    }
    .footer-menu .menu-item a:hover
    {
        background-color:#303031;
        color: rgb(131, 131, 131);
    }

    .footer-logo
    {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0 50px 0px;
    }