.wrap-width{
    max-width: 1280px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

#navbarSupportedContent{
    justify-content: flex-end;
}


@media only screen and (min-width: 992px) {
    .wrap-footer-logo{
        padding-left: 0px;
    }
    .wrap-footer-social{
        display: inline-flex;
        justify-content: flex-end;
    }
}


@media only screen and (max-width: 991px) {
    .wrap-footer-logo{
        text-align: center;
    }
    .wrap-footer-social{
        text-align: center;
    }
}
