@media print {
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
    margin: 0;
    padding: 0;
  }
  header, nav, footer, .logo, .spotify-btn, .modal, .simple-carousel, .table-caption, aside {
    display: none !important;
  }
  main, .music-page, .guitars-page, .intro-page, .pastry-page, .form-page {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.5em !important;
    background: none !important;
    box-shadow: none !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
  }
  a {
    color: #000 !important;
    text-decoration: underline !important;
    word-break: break-all;
  }
  img, figure img {
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0.5em auto !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  video, .video-section, .modal, .guitar-thumb, .carousel, .simple-carousel, .pastry-image {
    display: none !important;
  }
  table, th, td {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: none !important;
  }
  .highlight {
    color: #000 !important;
    background: none !important;
  }
  .band-caption, .caption, .video-caption, .guitar-caption {
    color: #444 !important;
    background: none !important;
    font-style: italic;
  }
  .band, .band-content, .band-images, .band-desc, .guitar-item, .guitar-content, .form-group, .top3-card, .intro-section {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    padding: 0.2em 0 !important;
    margin: 0.2em 0 !important;
  }
  article, section {
    page-break-inside: avoid;
  }
}
