@media print {

    /*unwanted elements*/
    .container-nav,
    .container-banner,
    .mod-breadcrumbs__wrapper,
    .sidebar-extrafields,
    .container-sidebar-right,
    footer,
    #back-top{
        display: none !important;
    }


    h1,
    h1 *{
        font-size: 20pt !important;
    }
    h2,
    h2 *{
        font-size: 18.75pt !important;
        font-weight: bold !important;
    }
    h3,
    h3 *{
        font-size: 16.5pt !important;
    }
    h4,
    h4 *{
        font-size: 15pt !important;
    }
    h5,
    h5 *{
        font-size: 13.5pt !important;
    }
    p{
        font-size: 12pt !important;
    }
}