@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #000 !important;
  }
  body {
    background: #fff !important;
  }
  .navbar,
  .footer-socials,
  .hero-actions,
  .scroll-cue,
  .btn,
  .project-actions,
  .nav-toggle,
  #wcb,
  .projects-grid::-webkit-scrollbar {
    display: none !important;
  }
  a {
    color: #000 !important;
    text-decoration: underline;
  }
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
  }
  img {
    max-width: 100% !important;
  }
  .stage {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
