@media print {
    /* All your print styles go here */
    #header,
    #footer,
      header,
      footer,
    #nav,
    .hero,
    .search-bar {
      display: none !important;
    }
      body, 
      #main-content, 
      #main-content .et_pb_section {
          background-color: #fff !important;
          font-size: 1em;
      }
    h1, h2, h3, h4, h5 { font-size: 1em !important; }
    h1, h2, h3, h4 { font-size: 1.5em !important; }
    h1, h2, h3 { font-size: 1.75em !important; }
    h1, h2 { font-size: 2em !important; }
    h1 { font-size: 2.5em !important; }
    .container { max-width: 100% !important; width: 90% !important; }
  }
