@media print {
  body {
  color: #353535;
  background: #fff;
  }
}


body {
  font-family: 'Flamenco', cursive;
  line-height: 1.5;
}

@media print {
  nav, aside, footer {
  display: none;
  }

  section {
    background: none
  }
  /* section had a patterned background in the default styling which is best removed in the print style */
}
