body {font-family: 'Helvetica Neue', Arial, sans-serif;}
h1, h2, h3 {font-weight: 600;}
code {background: #f3f3f3; padding: 2px 4px; border-radius: 3px;}

/* hero block for index */
.page-inner { position: relative; }
.hero-block {
  position: fixed;
  right: 30px;
  top: 80px;
  background: #fff;
  text-align: right;
  padding: 6px 8px;
  z-index: 999;
  }
.hero-block img { display: block; margin-left: auto; margin-right: 0; }
.hero-block .name { font-size: 90%; line-height: 1.3; margin-top: 6px; }
