@media print{
    body{
        margin: 1cm;
        padding: 0;
    }
    .canadian-lutheran-header object{ width: 8cm; height: 1.6cm; }

    #header,
    #header-sentinel,
    #mega-curtain,
    h1.logo .logofix,
    #bookend,
    .nav-curtain,
    #mega,
    #breadcrumbs,
    .canadian-lutheran-header .last-column,
    .meta,
    .ads,
    #comments,
    .nocomments,
    .sidebar-bottom,
    #footer-content #foot-cta,
    iframe,
    .print-btn,
    #navigation-wrapper{ 
        display: none; 
    }

    *{ font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif; }
    p, li{ font-size: 14pt; text-align: justify; }

    #footer{ margin-top: 2cm; clear: both; }

    #foot .one_third{ display: none; }
    #foot .one_third:first-of-type{ display: block; }
    #foot a{ display: none; }

    #footer *{ font-size: 11pt; text-align: center; color: #444; }
    #footNotes{ margin-top: 2cm; }
    #footNotes *{ font-size: 10pt; }
    #footNotes span:last-of-type{ display: none; }

    img{ max-width: 25%; height: auto; }
    img.alignleft, img.aligncenter, img.alignright{ float: right; margin: 0 0 1.25cm 0.75cm; }

    .wp-caption{ width: 25%!important; float: right; margin: 0 0 1.25cm 0.75cm; }
    .wp-caption img{ max-width: 100%; }
    .wp-caption *{ font-size: 11pt; }
    
}