@media print
{    
    
    #footer-father {
        margin-top:150px;
    }
    .logo-umh {
        /* display: table-cell; */
        max-width: 168px;
        height: auto;
    }
    .align-items-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .brand {
        padding-top: 7px;
        height: 55px;
    }
    .no-print, .no-print *
    {
        display: none !important;
        height: 0;
    }
}