﻿/*#menuFoot {
    width: 50%;
    float: left;
}
.network {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: -25px;
}
    .network p {
        padding: 10px;
    }
    .network ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 1.75rem;
        display: flex;
        align-items: center;
    }
        .network ul li {
            margin: 0 0.9375rem;
        }
@media (max-width: 991px){
    #menuFoot{
        width:100%;
        float:none;
    }
    .network{
        float:none; 
        margin:0;
    }
}*/