
.qwitcher-grypen-bold {
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 700;
  font-style: normal;
}


body,h1,h2,h3,h4,h5,h6 {
  font-family: "Lato", 
  sans-serif;
  background-color: #AFE4FF;
  color: rgb(32, 32, 32)
}
body, html {
  height: 100%;
  line-height: 1.8;
}
img {
  width: 100%;
  max-width: 200px;
}

.header {
  width: 100%;
  height: 100px;
  border: 1px solid black;
  background-color: white;
}
.name {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  padding: 0 10px 0 10px;
  background-color: #AFE4FF;
  font-size: 2em;
  font-weight: 700;
  color: black;
  border: 2px solid black;
}

.section-header {
  font-size: 3.5em;
  line-height: 1.2;
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 700;
}

.books {
  width: 96%;
  max-width: 600px;
  margin: 40px auto 0 auto;
}
.book-container {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}
.book-image {
  float: left;
  width: 40%;
  padding-right: 20px;
}
.book-info {
  float: left;
}
.book-title {
  font-size: 1.4em;
}
.amazon-button {
  color: rgb(1, 55, 113);
  margin-top: 10px;
  padding: 0px 5px 0px 5px;
}


.main-text {
  width: 96%;
  max-width: 600px;
  margin: 40px auto 40px auto;
}
.social {
  width: fit-content;
  line-height: 30px;
  margin: 10px auto 20px auto;
}
.icon {
  width: 30px;
  vertical-align: middle
}

.links {
  width: fit-content;
  line-height: 30px;
  margin: 10px auto 10px auto;
}

.article {
  width: 96%;
  max-width: 1000px;
  margin: 40px auto 100px auto;
}
.article-list {
  width: 100%;
  margin: 0 0 60px 20px;
}
.references {
  width: 100%;
  margin: 40px 0 40px 0;
}

@media only screen and (max-width: 600px) {
  .book-container {
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
  }
.book-title {
  font-size: 1.2em;
}
}