@media print {
  body {
    font-size: 2.6rem;
  }
  nav.gh-head-menu, .gh-head-actions {
    display:none;
  }

.gh-canvas {
  display:inherit;
}

  .page-cv .gh-article-title {
    display:none;
  }

  .page-cv .contact {
    display:block !important;
  }
  
  .gh-article-header.gh-canvas {
    margin-top: 0;
  }
  .gh-content.gh-canvas {
    margin-top: 1em;
  }
  .gh-content > * + * {
    font-size: 11pt;
  }
  .gh-article-title {
    font-size: inherit;
  }
  .gh-content h2 {
    font-size: inherit;
  }

  .gh-foot.gh-outer {
    display: none;
  }

}