@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,400i,500,500i,700,700i');

.book.font-family-0 {
  font-family: "Roboto Slab",
  serif;
}

.book.font-family-0 > .book-summary {
  font-family: "Roboto Slab",
  sans-serif;
}

.book.font-family-1 {
  font-family: Roboto,
  sans-serif;
}

.book.font-family-1 > .book-summary {
  font-family: Roboto, sans-serif;
}

.s3a-docs--header {
  background-color: #35aee0;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.133333);
  color: #fff;
  padding: 12px 0 12px 15px;
  position: relative;
}

.s3a-docs--header-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}

.s3a-docs--header-logo {
  display: block;
  height: 48px;
  margin: 0;
  position: absolute;
  right: 23px;
  top: 0;
}

.s3a-docs--header ~ .book-summary,
.s3a-docs--header ~ .book-body {
  top: 49px;
}

.book.font-family-1 .markdown-section h1,
.book.font-family-1 .markdown-section h2,
.book.font-family-1 .markdown-section h3,
.book.font-family-1 .markdown-section h4,
.book.font-family-1 .markdown-section h5,
.book.font-family-1 .markdown-section h6 {
  font-weight: 500;
}
