/*

Colours:

#4a39e2;

*/

html {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #222;
}

body {
  font-family: "IBM Plex Serif", serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 70px;
  margin: 60px 0 20px;
}

h1 small {
  font-weight: 400;
}

.book-cover {
  max-width: 100%;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin: 50px 0;
}

p,
ul {
  font-size: 25px;
  font-weight: 300;
  margin: 50px 0;
  word-wrap: break-word;
  line-height: 46px;
}

small {
  font-weight: 300;
}

.btn-cta {
  font-family: "Roboto", sans-serif;
}

.product {
  margin-top: 50px;
  margin-bottom: 100px;
}

.price {
  font-size: 2.5rem;
}

.price del {
  color: #777;
  font-size: 1.5rem;
}

.price small {
  color: #777;
  font-size: 1.2rem;
}

.social-link {
  font-size: 2em;
  text-decoration: none;
  margin: 0 20px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 50px 0;
  padding: 0;
}

.book-chapter {
  color: #222;
  font-style: italic;
}

.work-in-progress {
  color: #888;
}

.copyright {
  font-size: 20px;
  color: #888;
}

blockquote {
  margin: 0;
}

blockquote.recommendation {
  margin-bottom: 60px;
}

.subscribe {
  padding-bottom: 40px;
}

.photo {
  width: 400px;
}

.clip-shape {
  -webkit-clip-path: polygon(
    75% 0%,
    100% 50%,
    75% 100%,
    0% 100%,
    25% 50%,
    0% 0%
  );
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
