body,
html, .page-inner .markdown-section h1:first-of-type, .layout-content section, .layout-header, .layout-header h1, .layout-buttons {
  margin: 0;
  padding: 0; }

* {
  -webkit-font-smoothing: auto; }

body,
html {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  background-color: #354a5f; }

.book.font-family-1 {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

pre {
  padding: 0.75rem;
  border: 0;
  color: #666666;
  border-radius: 0;
  border-left: 5px solid #cccccc; }
  @media (max-width: 50em) {
    pre {
      line-height: 1.2; }
      pre code {
        font-size: 0.75rem; } }

code {
  background-color: #e6e6e6;
  color: #666666;
  font-size: 0.80em;
  border-radius: 0; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #2e3338; }

.book {
  display: flex;
  height: auto;
  min-height: 100%; }
  .book .book-body,
  .book .book-summary ul.summary,
  .book .book-body, .book .book-body .body-inner,
  .book .book-body .page-wrapper .page-inner {
    max-width: none;
    overflow: visible; }

.page-inner {
  background-color: #edf1f2; }
  .page-inner #book-search-results {
    padding: 2rem 10%; }
  .page-inner .markdown-section {
    color: #808d8e; }
    .page-inner .markdown-section h1:first-of-type {
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 2rem;
      margin-left: -4rem;
      padding: 0.5rem 2rem 0.75rem;
      text-transform: uppercase;
      text-align: center;
      color: #22303f;
      font-size: 5rem;
      font-weight: 100; }
    .page-inner .markdown-section h1,
    .page-inner .markdown-section h2,
    .page-inner .markdown-section h3,
    .page-inner .markdown-section h4 {
      font-family: "Lato", Helvetica, Arial, sans-serif;
      line-height: 1.25;
      font-weight: 300; }
    .page-inner .markdown-section h1 {
      font-size: 2em; }
    .page-inner .markdown-section h2 {
      font-size: 2em;
      color: #354a5f; }
    .page-inner .markdown-section h3 {
      font-size: 1.75em;
      color: #22303f; }
    .page-inner .markdown-section h4 {
      color: #22303f; }
    .page-inner .markdown-section hr {
      border-color: #808d8e; }
    .page-inner .markdown-section p {
      text-align: justify; }
    .page-inner .markdown-section a {
      color: #354a5f;
      font-weight: bold; }
    .page-inner .markdown-section ul {
      list-style-type: square; }
      .page-inner .markdown-section ul ul {
        margin-left: 2rem; }
    .page-inner .markdown-section p,
    .page-inner .markdown-section ul {
      line-height: 1.4;
      margin: 1rem 0;
      padding: 0;
      font-weight: 300; }
  .page-inner #book-search-results .search-results .has-results .search-results-item a {
    color: #22303f; }

.layout-content {
  display: table-cell;
  max-width: 100%; }
  .layout-content section {
    padding: 2rem 10%; }
  @media (max-width: 50em) {
    .layout-content section {
      padding: 1rem;
      padding-top: 0; }
      .layout-content section h1:first-child {
        margin-bottom: 1rem;
        margin-left: -1rem;
        padding: 0.5rem 1rem;
        font-size: 3rem; } }

.layout-header {
  box-shadow: inset 0 -1rem 0 0 rgba(0, 0, 0, 0.25);
  background: #050409 url(/builds/cc093e9d78a02bc599bbcb9a151b2958.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20rem 0;
  text-align: center;
  transition: padding 0.3s; }
  .layout-header h1 {
    color: white;
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.25;
    text-shadow: 0 0.05em 0 rgba(0, 0, 0, 0.25);
    font-family: "continuo", "Lato", Helvetica, Arial, sans-serif; }
    .layout-header h1 small {
      font-size: 5rem;
      font-family: "Lato", Helvetica, Arial, sans-serif;
      font-weight: 100;
      color: #e6e6e6;
      display: block;
      line-height: 1;
      margin: auto; }
  @media (max-width: 60em) {
    .layout-header {
      padding: 5rem 0; }
      .layout-header h1 {
        font-size: 3rem; }
      .layout-header small {
        font-size: 1rem;
        max-width: 60%; } }
  @media (min-width: 60em) and (max-width: 75em) {
    .layout-header {
      padding: 7rem 0; } }

.layout-buttons {
  background: #2b3d4f;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center; }

.book-summary {
  position: relative;
  background-color: #354a5f;
  font-size: 1.1em;
  overflow: visible; }
  .book-summary #book-search-input {
    background-color: #22303f;
    color: white; }
  .book-summary ul.summary ul, .book-summary ul.summary li ul {
    padding: 0; }
  .book-summary ul.summary li {
    text-align: right;
    font-family: "Lato", Helvetica, Arial, sans-serif; }
    .book-summary ul.summary li span, .book-summary ul.summary li a {
      color: white;
      padding: 0.25em 0.75em;
      font-weight: 400; }
    .book-summary ul.summary li span {
      font-size: 1.5em;
      margin: 0.75em 0 0.25em;
      color: white;
      padding: 0 1rem 0.5rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .book-summary ul.summary li.active a,
    .book-summary ul.summary li a:hover {
      background-color: #22303f;
      color: white;
      text-decoration: none; }
    .book-summary ul.summary li a {
      color: white; }
