/* line 27, ../css/_components.scss */
.book-list__item .item__text__link, .author-info__text__link {
  font-family: "Noto Sans", sans-serif;
  padding: .3em .6em;
  color: #000;
  background-color: #f1f1f2;
  text-decoration: none;
  border-radius: .3em;
  display: inline-block; }
  /* line 36, ../css/_components.scss */
  .book-list__item .item__text__link:focus, .author-info__text__link:focus, .book-list__item .item__text__link:hover, .author-info__text__link:hover {
    outline: none;
    color: #fff;
    background-color: #8c8c8c; }

/* line 3, ../css/home.scss */
.banner-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden; }
  /* line 9, ../css/home.scss */
  .banner-wrapper .banner-image {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block; }
    @media only screen and (min-width: 480px) {
      /* line 9, ../css/home.scss */
      .banner-wrapper .banner-image {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  /* line 21, ../css/home.scss */
  .banner-wrapper .scroll-down {
    width: 3em;
    height: 3em;
    background-color: #2d2d68;
    border-radius: 50%;
    position: absolute;
    bottom: 1em;
    left: calc(50% - 1.5em);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: bounce-1 1.5s infinite linear;
            animation: bounce-1 1.5s infinite linear; }
@-webkit-keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
    @media only screen and (min-width: 480px) {
      /* line 21, ../css/home.scss */
      .banner-wrapper .scroll-down {
        font-size: 1.2em; } }
    /* line 41, ../css/home.scss */
    .banner-wrapper .scroll-down:hover, .banner-wrapper .scroll-down:focus {
      outline: none;
      background-color: #252556; }
    /* line 45, ../css/home.scss */
    .banner-wrapper .scroll-down svg {
      stroke: #fff;
      stroke-width: 2;
      width: 70%;
      height: 70%; }

/* line 53, ../css/home.scss */
.header {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  padding-top: .5em; }
  @media only screen and (min-width: 380px) {
    /* line 53, ../css/home.scss */
    .header {
      font-size: 1.2em; } }
  @media only screen and (min-width: 480px) {
    /* line 53, ../css/home.scss */
    .header {
      font-size: 1.3em; } }
  @media only screen and (min-width: 660px) {
    /* line 53, ../css/home.scss */
    .header {
      font-size: 1.4em; } }
  /* line 69, ../css/home.scss */
  .header__title {
    font-size: 1.3em;
    font-family: "Noto Sans", sans-serif;
    color: #000; }
    /* line 74, ../css/home.scss */
    .header__title a {
      color: inherit;
      text-decoration: none; }
  /* line 79, ../css/home.scss */
  .header__byline {
    font-size: .8em;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    color: #000; }

/* line 86, ../css/home.scss */
.signup {
  width: 90%;
  max-width: 19em;
  height: 7em;
  padding: .5em;
  background-color: #000;
  position: absolute;
  bottom: 6em;
  left: 5%;
  -webkit-transform: translateX(-25em);
      -ms-transform: translateX(-25em);
          transform: translateX(-25em);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  /* line 98, ../css/home.scss */
  .signup.show-signup {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  @media only screen and (min-width: 900px) {
    /* line 86, ../css/home.scss */
    .signup {
      width: 20em;
      bottom: 2em;
      left: 2em;
      font-size: 1.2em; } }
  /* line 107, ../css/home.scss */
  .signup__title {
    font-size: 1.2em;
    font-family: "Noto Sans", sans-serif;
    color: #fff; }
  /* line 112, ../css/home.scss */
  .signup__close {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: .5em;
    right: .5em; }
    /* line 119, ../css/home.scss */
    .signup__close svg {
      width: 100%;
      height: 100%;
      stroke: #fff;
      stroke-width: 2.5; }
  /* line 126, ../css/home.scss */
  .signup__form {
    padding-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 130, ../css/home.scss */
    .signup__form .mc-field-group {
      display: inline; }
    /* line 133, ../css/home.scss */
    .signup__form .form__email {
      display: block;
      width: 70%;
      height: 100%;
      border: 0;
      padding: .25em;
      font-family: "Noto Sans", sans-serif;
      background-color: #323232;
      color: #fff;
      font-size: 1em; }
      /* line 144, ../css/home.scss */
      .signup__form .form__email::-webkit-input-placeholder {
        color: #fff; }
      .signup__form .form__email:-ms-input-placeholder {
        color: #fff; }
      .signup__form .form__email::-ms-input-placeholder {
        color: #fff; }
      .signup__form .form__email::placeholder {
        color: #fff; }
    /* line 148, ../css/home.scss */
    .signup__form .form__submit {
      width: 30%;
      height: 100%;
      -webkit-appearance: none;
      background-color: #515151;
      color: #fff;
      font-size: 1em;
      padding: .25em;
      border: 0;
      font-family: "Noto Sans", sans-serif;
      display: block; }

/* line 162, ../css/home.scss */
.response {
  margin-top: .5em;
  display: block;
  width: 100%;
  padding: .5em .6em;
  font-family: "Noto Sans", sans-serif;
  background-color: #323232;
  color: #fff;
  text-align: center;
  border-left: 4px solid #8c8c8c;
  border-radius: .25em; }
  /* line 171, ../css/home.scss */
  .response a {
    color: inherit; }

.response--success {
  border-left-color: #2eb82e; }

.response--error {
  border-left-color: #c74a4a; }

/* line 175, ../css/home.scss */
.book-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 480px) {
    /* line 175, ../css/home.scss */
    .book-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (min-width: 660px) {
    /* line 175, ../css/home.scss */
    .book-list {
      font-size: 1.2em; } }
  @media only screen and (min-width: 900px) {
    /* line 175, ../css/home.scss */
    .book-list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      font-size: 1.3em; } }
  /* line 190, ../css/home.scss */
  .book-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: .5em 0; }
    @media only screen and (min-width: 480px) {
      /* line 190, ../css/home.scss */
      .book-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 50%; } }
    @media only screen and (min-width: 660px) {
      /* line 190, ../css/home.scss */
      .book-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 1em 0; } }
    @media only screen and (min-width: 900px) {
      /* line 190, ../css/home.scss */
      .book-list__item {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%; } }
    @media only screen and (min-width: 1190px) {
      /* line 190, ../css/home.scss */
      .book-list__item {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media only screen and (min-width: 1190px) {
      /* line 190, ../css/home.scss */
      .book-list__item {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    /* line 213, ../css/home.scss */
    .book-list__item:nth-child(odd) {
      background-color: #323232; }
    /* line 216, ../css/home.scss */
    .book-list__item:nth-child(even) {
      background-color: #515151; }
    /* line 219, ../css/home.scss */
    .book-list__item .item__image {
      display: block;
      justify-self: right;
      height: 6rem;
      width: auto;
      margin: 0 2rem .5em; }
      @media only screen and (min-width: 380px) {
        /* line 219, ../css/home.scss */
        .book-list__item .item__image {
          height: 6.5rem; } }
      @media only screen and (min-width: 480px) {
        /* line 219, ../css/home.scss */
        .book-list__item .item__image {
          justify-self: center;
          width: 100%;
          max-width: 17.5rem;
          margin: 0 auto .5em; } }
      @media only screen and (min-width: 660px) {
        /* line 219, ../css/home.scss */
        .book-list__item .item__image {
          -ms-flex-item-align: center;
              align-self: center;
          width: auto;
          max-width: unset;
          height: 100%;
          margin-bottom: 0;
          max-height: 8rem; } }
      @media only screen and (min-width: 1190px) {
        /* line 219, ../css/home.scss */
        .book-list__item .item__image {
          width: 9rem;
          margin: 0; } }
      /* line 247, ../css/home.scss */
      .book-list__item .item__image img {
        max-width: 5rem;
        height: 100%;
        margin: 0 auto;
        display: block; }
    /* line 254, ../css/home.scss */
    .book-list__item .item__text {
      padding-right: 1em;
      justify-self: left; }
      @media only screen and (min-width: 380px) {
        /* line 254, ../css/home.scss */
        .book-list__item .item__text {
          font-size: 1.2em;
          padding-top: 0; } }
      @media only screen and (min-width: 480px) {
        /* line 254, ../css/home.scss */
        .book-list__item .item__text {
          justify-self: center;
          width: 100%;
          max-width: 17.5rem;
          text-align: center;
          margin: 0 auto;
          padding: 0 1em; } }
      @media only screen and (min-width: 660px) {
        /* line 254, ../css/home.scss */
        .book-list__item .item__text {
          width: 65%;
          text-align: left;
          padding: 0 .5em 0 0;
          font-size: 1.1em; } }
      @media only screen and (min-width: 900px) {
        /* line 254, ../css/home.scss */
        .book-list__item .item__text {
          padding-left: 0; } }
      @media only screen and (min-width: 1190px) {
        /* line 254, ../css/home.scss */
        .book-list__item .item__text {
          margin: 0; } }
      /* line 282, ../css/home.scss */
      .book-list__item .item__text__top-line {
        color: #fff;
        font-family: "Noto Sans", sans-serif;
        font-size: 1em; }
      /* line 287, ../css/home.scss */
      .book-list__item .item__text__title {
        color: #fff;
        font-family: "Noto Sans", sans-serif;
        font-size: 1.2em; }
      /* line 292, ../css/home.scss */
      .book-list__item .item__text__desc {
        color: #fff;
        font-family: "Noto Sans", sans-serif;
        font-size: .7em;
        padding-bottom: .5em; }
      /* line 298, ../css/home.scss */
      .book-list__item .item__text__link {
        font-size: .7em; }
  /* line 304, ../css/home.scss */
  .book-list .book-list__coderland {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center; }
    @media only screen and (min-width: 480px) {
      /* line 304, ../css/home.scss */
      .book-list .book-list__coderland {
        justify-self: center;
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    @media only screen and (min-width: 900px) {
      /* line 304, ../css/home.scss */
      .book-list .book-list__coderland {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        -ms-flex-negative: 2;
            flex-shrink: 2; } }
    @media only screen and (min-width: 1190px) {
      /* line 304, ../css/home.scss */
      .book-list .book-list__coderland {
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
        -ms-flex-negative: unset;
            flex-shrink: unset;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    /* line 325, ../css/home.scss */
    .book-list .book-list__coderland .item__text {
      padding-top: 0;
      padding-left: 2em;
      width: 100%;
      max-width: unset; }
      @media only screen and (min-width: 480px) {
        /* line 325, ../css/home.scss */
        .book-list .book-list__coderland .item__text {
          justify-self: center;
          padding-left: 0em;
          padding-right: 0em;
          text-align: center;
          width: unset;
          max-width: 17.5rem;
          margin: 0 auto; } }
      @media only screen and (min-width: 660px) {
        /* line 325, ../css/home.scss */
        .book-list .book-list__coderland .item__text {
          max-width: 20rem; } }
      @media only screen and (min-width: 900px) {
        /* line 325, ../css/home.scss */
        .book-list .book-list__coderland .item__text {
          padding-left: .5em;
          padding-right: .5em; } }
      /* line 347, ../css/home.scss */
      .book-list .book-list__coderland .item__text__link {
        margin-top: .6em; }

/* line 353, ../css/home.scss */
.author-info {
  width: 100%;
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 380px) {
    /* line 353, ../css/home.scss */
    .author-info {
      font-size: 1.1em; } }
  @media only screen and (min-width: 480px) {
    /* line 353, ../css/home.scss */
    .author-info {
      font-size: 1.3em; } }
  @media only screen and (min-width: 660px) {
    /* line 353, ../css/home.scss */
    .author-info {
      font-size: 1.5em; } }
  /* line 368, ../css/home.scss */
  .author-info__image {
    width: 60%;
    margin: 0 auto; }
    /* line 372, ../css/home.scss */
    .author-info__image img {
      width: 100%;
      display: block;
      border-radius: 50%;
      max-width: 14em;
      margin: 0 auto; }
  /* line 380, ../css/home.scss */
  .author-info__text {
    width: 70%;
    margin: 2em auto 0;
    text-align: center;
    max-width: 24rem; }
    /* line 386, ../css/home.scss */
    .author-info__text__title {
      font-size: 1.4em;
      color: #fff;
      font-family: "Noto Sans", sans-serif;
      font-weight: 700;
      padding-bottom: .5em; }
    /* line 393, ../css/home.scss */
    .author-info__text__desc {
      font-size: .9em;
      color: #fff;
      font-family: "Noto Sans", sans-serif;
      font-weight: 400;
      padding-bottom: 1em; }
    /* line 400, ../css/home.scss */
    .author-info__text__link {
      font-size: .9em; }
      @media only screen and (min-width: 660px) {
        /* line 400, ../css/home.scss */
        .author-info__text__link {
          font-size: .8em; } }

/* line 411, ../css/home.scss */
.quick-links {
  margin: 4em 0 4em;
  text-align: center; }
  @media only screen and (min-width: 380px) {
    /* line 411, ../css/home.scss */
    .quick-links {
      font-size: 1.1em; } }
  @media only screen and (min-width: 480px) {
    /* line 411, ../css/home.scss */
    .quick-links {
      font-size: 1.3em; } }
  /* line 421, ../css/home.scss */
  .quick-links__title {
    font-size: 1.1em;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    color: #fff; }
  /* line 427, ../css/home.scss */
  .quick-links .link-list {
    padding: 0 10%; }
    /* line 430, ../css/home.scss */
    .quick-links .link-list li {
      margin: .5em 0; }
      /* line 433, ../css/home.scss */
      .quick-links .link-list li a {
        font-size: .9em;
        font-family: "Noto Sans", sans-serif;
        color: #fff; }

/* line 442, ../css/home.scss */
.signup-fixed {
  width: 90%;
  max-width: 25em;
  margin: 2em auto 2em;
  padding: 1em;
  background-color: #323232; }
  /* line 449, ../css/home.scss */
  .signup-fixed__title {
    font-size: 1.2em;
    font-family: "Noto Sans", sans-serif;
    color: #fff; }
  /* line 454, ../css/home.scss */
  .signup-fixed__close {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: .5em;
    right: .5em; }
    /* line 461, ../css/home.scss */
    .signup-fixed__close svg {
      width: 100%;
      height: 100%;
      stroke: #fff;
      stroke-width: 2.5; }
  /* line 468, ../css/home.scss */
  .signup-fixed__form {
    padding-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 472, ../css/home.scss */
    .signup-fixed__form .mc-field-group {
      display: inline; }
    /* line 475, ../css/home.scss */
    .signup-fixed__form .form__email {
      display: block;
      width: 70%;
      height: 100%;
      border: 0;
      padding: .25em .5em;
      font-family: "Noto Sans", sans-serif;
      background-color: #fff;
      color: #000;
      font-size: 1em; }
    /* line 486, ../css/home.scss */
    .signup-fixed__form .form__submit {
      width: 30%;
      height: 100%;
      -webkit-appearance: none;
      background-color: #8c8c8c;
      color: #fff;
      font-size: 1em;
      padding: .25em;
      border: 0;
      font-family: "Noto Sans", sans-serif;
      display: block; }

/* line 501, ../css/home.scss */
.twitter-embed {
  width: 80%;
  max-width: 30rem;
  margin: 0 auto;
  text-align: center; }
  /* line 507, ../css/home.scss */
  .twitter-embed h2 {
    font-size: 1.3em;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1em; }

/* line 516, ../css/home.scss */
.home-doodle {
  width: 100%; }
  /* line 519, ../css/home.scss */
  .home-doodle img {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    display: block; }
