html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  margin: 0 auto;
  line-height: 133%;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.075rem;
  background: #ebebeb;
  color: #333;
}

blockquote {
  margin: 0;
  padding: 1rem;
  background-color: #ccc;
  display: inline-block;
  border-radius: 5px;
}

blockquote footer {
  color: #636363;
}

form {
  max-width: 450px;
  padding: 1.25rem;
  margin: 1.25rem 0;
  background: #ccc;
  border: 2px solid #bbb;
  border-radius: 2px;
}

input, textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

textarea {
  resize: vertical;
  min-height: 6rem;
}

label {
  display: inline-block;
  margin-bottom: 2px;
}

h1, h2, h3 {
  line-height: initial;
}

h1, h2, h3, a {
  color: #2766cc;
}

h1 a {
  text-decoration: none;
}

hr {
  margin: 1rem;
}

p, ul {
  font-size: 1.125rem
}

p + ul {
  margin-top: -0.75rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

main {
  max-width: 70rem;
  margin: auto;
  padding: 2rem;
}

main > div, hgroup {
  margin: 0 2rem;
}

main > div:first-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

main > div:first-child > div:first-child {
  display: flex;
  flex-direction: column;
  flex: 1 1 20rem;
}

main > div:first-child > div:last-child {
  flex-basis: 250px;
}

.flex-image {
  padding-right: 2rem;
  margin: 0 auto;
}

.flex-image-right {
  padding-left: 2rem;
  margin: 0 auto;
}

.book, .book-detail {
  display: flex;
  flex-wrap: wrap;
}

.book {
  align-items: center;
  margin: 1.5rem;
}

.book > div:first-child {
  flex-basis: 200px;
}

.book > div:last-child {
  flex: 1 1 20rem;
}

.book-detail > div:first-child {
  padding-bottom: 1.125rem;
  flex-basis: 300px;
}

.book-detail > div:last-child {
  flex: 1 1 20rem;
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: local('Libre Franklin'), local('LibreFranklin-Regular'),
       url('../fonts/LibreFranklin-Regular.woff2') format('woff2'),
       url('../fonts/LibreFranklin-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400;
  src: local('Libre Franklin Italic'), local('LibreFranklin-Italic'),
       url('../fonts/LibreFranklin-Italic.woff2') format('woff2'),
       url('../fonts/LibreFranklin-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: local('Libre Franklin Bold'), local('LibreFranklin-Bold'),
       url('../fonts/LibreFranklin-Bold.woff2') format('woff2'),
       url('../fonts/LibreFranklin-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 700;
  src: local('Libre Franklin Bold Italic'), local('LibreFranklin-BoldItalic'),
       url('../fonts/LibreFranklin-BoldItalic.woff2') format('woff2'),
       url('../fonts/LibreFranklin-BoldItalic.woff') format('woff');
}
