@media print {
  /* All your print styles go here */
  .sidebar-content,
  .nav,
  .post-footer,
  .footer-widget,
  #subscription-nudge,
  #notifications-notice,
  .mobile-actions {
    display: none;
  }
  .post {
    display: block !important;
    line-height: 1.4;
  }
  h2 {
    font-size: 2rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
  }
  h2 a {
    color: #000;
    text-decoration: none;
  }
  p {
    font-size: 1rem;
    font-family: "PT Serif", serif;
    margin-bottom: 1.4rem;
  }
  .byline {
    border-top: 1px solid #000;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.8em;
    font-weight: 600;
  }
  .logo-img {
    width: 100px;
    float: left;
  }
  .logo-title {
    min-width: 400px;
    margin-top: 50px;
    display: inline-block;
    margin-left: 30px;
  }
  #header-top {
    margin-bottom: 100px;
  }
}