.c19-show-for-print {
  display: none;
}

@media print {
  .c19-show-for-print {
    display: block;
  }

  .c19-hide-for-print {
    display: none;
  }

  /* Hide the header language toggle and hamburger menu */
  header {
    display: none !important;
  }

  .c19-print-logo {
    height: 15%;
    width: 15%;
  }

  h1 {
    margin-top: 0 !important;
  }

  footer {
    display: none !important;
  }
}
