

@import url('https://fonts.googleapis.com/css?family=Contrail+One&display=swap');

* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: helvetica, arial, sans-serif;
  margin: 0;
}

.headline {
  margin-top: 24px;
  margin-bottom: 24px;
}

.headline h1, .headline h2 {
  max-width: 66.666666666666%;
  margin-left: 16.6666666666666%;
}

.headline a {
  text-decoration: none;
}

#heroimg {
  max-width: calc(100% - 140px);
  margin-left: 70px;
  margin-right: 70px;
}

h1 {
  color: rgb(27, 27, 27);
  font-size: 44px;
  font-family: 'Contrail One', cursive;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.headline h2 {
  font-size: 14px;
  margin-top: 8px;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
  color: rgb(89, 89, 89);
  letter-spacing: 0.143em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

p {
  font-size: 16px;
  font-family: helvetica, arial, sans-serif;
  color: rgb(94, 94, 94);
  line-height: 1.25;
  font-weight: 400;
}

.store-link {
  text-align: center;
}

.store-link p {
  margin-top: 24px;
  margin-bottom: 40px;
}

.store-link a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.143em;
  background-color: rgb(121, 154, 25);
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  color: rgb(255, 255, 255);
  padding: 16px 48px;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.store-link a:hover {
  background-color: rgb(132, 168, 28);
}

.blog-link {
  background-color: rgb(121, 154, 25);
  margin-top: 40px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 56px;
  color: #ffffff;
}

.blog-link h2 {
  font-size: 22px;
  font-weight: 400;
}

.blog-link p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}

.blog-link a {
  color: #303030;
  background: #ffffff;
  padding: 16px 48px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.143em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
}

.update {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.update p, .story p {
  font-size: 20px;
  line-height: 1.5;
}

.booktitle {
  font-style: italic;
}

.highlight {
  font-weight: 700;
}

.story {
  padding-top: 24px;
  padding-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 70px;
  padding-right: 70px;
}

.story h2 {
  font-family: 'Contrail One', cursive;
  color: rgb(27, 27, 27);
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: left;
}

.story hr {
  margin-bottom: 40px;
}

.story p {
  max-width: 50%;
}

footer {
  padding: 30px 70px;
}

.copyright {
  font-size: 16px;
  color: rgb(94, 94, 94);
}

@media only screen and (max-width: 1023px) {

  .headline h1 {
    font-size: 34px;
    max-width: 80%;
    margin-left: 10%;
  }

  #heroimg {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .story {
    padding-left: 30px;
    padding-right: 30px;
  }

  .story p {
    max-width: 100%;
  }

  footer {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media only screen and (max-width: 768px){
  .blog-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .update {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .story {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-link a, .store-link a {
    display: block;
  }
  .store-link a {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
@font-face {
  font-family: 'contrailone';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#opensansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
*/
