@media print { 

  body{
    margin-top:0;
    font-size:1.4em;
  }

  .bar,
  .bar2,
  .bg3.high,
  .blog.recent,
  .frame.frame-default.frame-type-list.frame-layout-0,
  footer{
    display:none !important;;
  }
  .header-bg{height:auto !important; background:none !important;}
  .header-bg h1{color:#000;text-shadow: none;}
  .header-bg.d-flex .breadcrumb,
  .header-bg.d-flex .gradient,
  .author-social-links.small{
    display:none;
  }

  .col-sm-2.offset-md-1.roundedimg.align-self-center img{
    width:25%;
  }

}
