 @media print {

    .font-secondary,
    .article-main h3,
    .article-quote              { font-family: 'Roboto Slab', serif; font-weight: 700; }

    .article-quote				{ font-size: 30px; line-height: 36px; border-left: 3px solid #000; }

    .fw-bold					{ font-weight: 700; }

    .navbar-brand-image         { height: 50px; }

    .header-content-wrapper,
    .article-subtitle           { border: none !important; }

    .header-top-wrapper,
    .header-menu-container,
    .navbar-toggler,
    .header-search,
    .breadcrumb-wrapper,
    .share-icons,
    .article-side,
    footer,
    .permalink-wrapper          { display: none !important; }

 }