body {
  background-color: #ffffff;
  background-image: url('/img/exclusive_paper.png');
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 20px;
}
#page {
  margin: 0 auto;
  padding: 0 1em;
  width: 36em;
  /* 960 px / 20 px */

}
h1,
h2,
h3,
.oh-wow {
  font-family: 'Bitter', Cambria, Georgia, Times, 'Times New Roman', serif;
}
img {
  -ms-interpolation-mode: bicubic;
}
[role="banner"] {
  background-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.8);
  height: 100%;
  padding: 1em 0 0 0;
  /* 20 px, 0, 0, 0 */

  position: fixed;
  top: 0;
  width: 7em;
  /* 140 px / 20 px */

  z-index: 1;
}
[role="banner"] h1 {
  color: #ff6600;
  font-size: 1.8em;
  /* 36 px / 20 px */

  margin-bottom: 0.8333333333em;
  /* 60 px / 36 px */

  padding-left: 0.1111111111em;
  /* 4px / 36px */

  text-transform: lowercase;
}
[role="banner"] [role="navigation"] a {
  color: #ffffff;
  display: block;
  font-size: 2em;
  /* 40 px / 20 px */

  padding: 0.1em;
  /* 4 px / 40 px */

  text-decoration: none;
  width: 18em;
  /* 200 px / 40 px */

  text-shadow: 1px 1px 2px #b4b4b4;
}
[role="banner"] [role="navigation"] a:hover {
  background-color: #ff6600;
  background-color: rgba(255, 102, 0, 0.8);
}
section {
  line-height: 1.25em;
  margin-left: 8em;
  /* 160px / 20px */

  margin-bottom: 20em;
  /* 400 px / 20 px */

  position: relative;
}
section:last-of-type {
  margin-bottom: 1em;
  /* 20 px */

}
section:hover {
  z-index: 1;
}
section h1 {
  font-size: 1.8em;
  /* 36 px / 20 px */

  margin: 1.6666666667em 0 0.4166666667em 0;
  /* 60 px / 36 px, 0, 15px / 36px, 0 */

}
section h2 {
  font-size: 1.25em;
  /* 25px / 20px */

  margin: 1.2em 0 0.6em 0;
  /* 30 px / 25 px, 0, 15px / 25px, 0 */

}
section h3 {
  margin: 1em 0 .5em 0;
  /* 20px / 20px, 0, 10px / 20px, 0 */

}
section a {
  color: #ff6600;
  text-decoration: none;
}
section a:hover {
  background-color: #ff6600;
  color: #ffffff;
}
section #portrait {
  float: right;
}
section #portrait img {
  position: relative;
  left: .4em;
  width: 10em;
  box-shadow: 0 0 .2em #000000;
  z-index: 0;
  -webkit-transition: box-shadow 0.2s linear;
}
section #portrait img:hover {
  box-shadow: 0 0 .5em #444444;
}
section ul {
  margin: 1em 0 0 0;
  /* 20px, 0, 0, 10px */

}
section ul li {
  padding: .1em 0;
  /* 2px / 20px */

}
.oh-wow {
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [role="banner"] {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  #page {
    padding: 0 .5em;
    width: 15em;
    /* 300 px / 20 px */
  
  }
  [role="banner"] {
    font-size: .5em;
    /* 10px */
  
    height: auto;
    padding-bottom: .4em;
    position: absolute;
    width: 30em;
    /* 300 px / 10 px */
  
  }
  [role="banner"] [role="navigation"] li {
    display: inline;
  }
  [role="banner"] [role="navigation"] a {
    display: inline;
  }
  section {
    margin-left: 0;
    margin-top: 6em;
    /* 120 px / 20 px */
  
    margin-bottom: 10em;
    /* 200 px / 20 px */
  
    width: 15em;
  }
  section:hover {
    z-index: 0;
  }
  section h1 {
    margin-top: 0;
  }
  section #portrait {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #page {
    width: 23em;
    /* 460 px / 20 px */
  
  }
  [role="banner"] {
    width: 46em;
    /* 460 px / 10 px */
  
  }
  section {
    width: 23em;
  }
  section #portrait {
    display: block;
  }
  section #portrait img {
    width: 7em;
  }
}

