/* Text Elements */

p.paragraph.book-blurb {
  max-width: 450px;
  text-align: left;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
}

p.paragraph.book-heading {
  text-align: center;
  font-size: 20px;
  line-height: 14px;
}

p.paragraph.paragraph-1 {
  text-align: left;
  line-height: 12px;
}

/* Layout Elements */

body > .row > [class*='small-'].hero-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row.traval-impressions {
  padding-bottom: 2.5rem;
}

body > .row.footer-row {
  margin-top: 5rem;
  padding-bottom: 0;
}

body > .row > [class*='small-'].column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 0;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

body > .row > [class*='small-'].book-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  float: none;
  -ms-flex-align: center;
  text-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.hero-image {
  margin-bottom: .4375rem;
  max-width: none;
}

a.responsive-picture.book-pic {
  margin-bottom: 12px;
}

@media screen and (min-width: 12.5rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    position: static;
    float: none;
    text-align: left;
    line-height: .79rem;
  }

  p.paragraph.book-blurb {
    float: left;
    margin-right: auto;
    margin-left: auto;
    padding-right: .01rem;
    padding-left: .01rem;
    max-width: 600px;
    white-space: normal;
    font-size: 16px;
    line-height: 1.5rem;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: .9375rem;
    line-height: .75;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 600;
  }

  p.paragraph.book-heading {
    padding: 5px;
    text-align: center;
    text-indent: 0;
    text-shadow: #78828c 2px 2px 5px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 14px;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    display: block;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
    min-height: 0;
  }

  body > .row > [class*='small-'].book-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  body > .row > [class*='small-'].column-2 {
    float: left;
  }

  .rule.book-rule hr {
    border-top-width: 5px;
  }

  a.responsive-picture.book-pic {
    float: none;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    max-width: 21rem;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  p.paragraph.book-blurb {
    font-size: 16px;
    line-height: 1.4;
  }

  p.paragraph.book-heading {
    font-size: 20px;
    line-height: 20px;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    display: block;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
    min-height: 0;
  }

  body > .row > [class*='small-'].book-column {
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    float: left;
    -ms-flex-align: center;
    padding-right: 1rem;
    padding-left: 1rem;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}