body {
  font-family: "Archer A", "Archer B", 'Palatino Linotype', sans-serif;
  color: #008610;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.about-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-column-right {
  display: block;
  overflow: visible;
  padding-top: 15px;
  padding-left: 30px;
}

.flex-child-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bookpile-image {
  width: auto;
  max-height: 70vh;
  max-width: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.my-navbar {
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.bookpile-link-block {
  border: 5px none #000;
}

.about-blurb {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #008610;
}

.cover-thumbnail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.book-column-l {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.page-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-list-item.pli-cover {
  height: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-list-item.pli-cover.gsb {
  height: 438px;
  margin-bottom: 0px;
}

.page-list-item.no-margin {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-list-item.li-bottom-margin {
  margin-top: 5px;
  padding-top: 0px;
}

.book-column-r {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: visible;
  padding-left: 35px;
}

.book-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.book-paragraph.amk {
  margin-right: -10px;
}

.book-paragraph.camc {
  margin-right: 22px;
}

.book-paragraph.curc {
  margin-right: -16px;
}

.book-paragraph.drth {
  margin-right: 10px;
}

.book-paragraph.munch {
  margin-right: -12px;
}

.book-paragraph.frgl {
  margin-right: -3px;
}

.book-paragraph.fragd {
  margin-right: -17px;
}

.book-paragraph.stdw {
  margin-right: -5px;
}

.book-paragraph.mrst {
  margin-right: -8px;
}

.book-paragraph.mvl {
  margin-right: -15px;
}

.book-paragraph.gsb {
  margin-right: 0px;
}

.portfolio-spread-flap-l {
  position: relative;
  left: -225px;
  right: 0px;
  display: inline-block;
  max-width: 140%;
  padding-right: 0px;
  padding-left: 0px;
}

.white-lightbox-link {
  background-color: #fff;
}

.white-lightbox-link.wll-mill-reef {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.portfolio-spread {
  position: relative;
  max-width: 200%;
}

.portfolio-spread.gsb-array {
  max-height: none;
  max-width: 116%;
}

.portfolio-spread.flap-left {
  left: -225px;
}

.portfolio-spread._14-px-l {
  left: 14px;
}

.portfolio-spread-half {
  position: relative;
}

.portfolio-spread-half.munch {
  margin-left: 5px;
}

._100vh-parent-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.book-pages-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cover-thumbnail {
  max-width: 70%;
}

.cover-thumbnail.ct-gsb {
  position: relative;
  top: 40px;
}

.thumbnails-container-1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  max-width: 1208px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.nav-menu {
  font-size: 18px;
}

.navbar-container-1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  max-width: 1000px;
  min-height: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #008610;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #ff8f00;
}

.brand-text-block {
  font-family: "Didot 06 A", "Didot 06 B", 'Palatino Linotype', serif;
  color: #ff8f00;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-span {
  font-size: 17px;
}

.heading {
  text-transform: capitalize;
}

.about-bookpile-image {
  width: auto;
  height: 50vh;
}

.about-paragraph {
  color: #008610;
  font-size: 16px;
  line-height: 26px;
}

.nav-container {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .about-columns {
    margin-right: auto;
    margin-left: auto;
  }

  .my-navbar {
    padding-left: 10px;
  }

  .about-blurb {
    font-size: 100%;
  }

  .page-list-item.pli-cover.gsb {
    margin-top: -128px;
  }

  .portfolio-spread.gsb-array {
    max-width: 100%;
  }

  .nav-menu {
    padding-right: 15px;
  }

  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .about-columns {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-column-right {
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flex-child-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bookpile-image {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: right;
  }

  .my-navbar {
    padding-left: 0px;
  }

  .about-blurb {
    font-size: 100%;
  }

  .cover-thumbnail-container {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .book-row-expanded {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .book-column-l {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-list-item.pli-cover.gsb {
    margin-top: -130px;
  }

  .book-paragraph {
    height: auto;
  }

  .portfolio-spread-flap-l {
    position: static;
  }

  .white-lightbox-link {
    height: auto;
  }

  .book-pages-container {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cover-thumbnail.ct-gsb {
    top: 10px;
    max-width: 64%;
  }

  .nav-menu {
    margin-top: 0px;
    padding-right: 0px;
    background-color: transparent;
  }

  .nav-link {
    text-align: right;
  }

  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    color: #008610;
  }

  .drop-down-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    background-color: #ccc;
  }

  .drop-down-menu:active {
    color: #ff8f00;
  }

  .brand {
    padding-left: 20px;
  }

  .about-bookpile-image {
    display: block;
    width: auto;
    height: auto;
    max-height: 70vh;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: right;
  }
}

@media screen and (max-width: 479px) {
  .about-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-column-right {
    padding-right: 16px;
    padding-left: 16px;
  }

  .flex-child-container {
    margin-top: -30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bookpile-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .my-navbar {
    padding-left: 0px;
  }

  .about-blurb {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cover-thumbnail-container {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .book-row-expanded {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .book-column-l {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-list-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-list-item.pli-cover.gsb {
    margin-top: -200px;
  }

  .white-lightbox-link {
    height: auto;
  }

  .portfolio-spread.gsb-array {
    max-width: 180%;
  }

  ._100vh-parent-section {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cover-thumbnail.ct-gsb {
    top: 0px;
  }

  .thumbnails-container-1200 {
    margin-top: -30px;
  }

  .navbar-container-1200 {
    min-height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

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

  .brand-text-block {
    width: auto;
    padding-left: 0px;
    letter-spacing: 2px;
  }

  .drop-down-menu {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body {
    margin-top: 10px;
  }

  .about-bookpile-image {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-ffb59a59188b-bce59b91 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-29b39b222408-bce59b91 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-550e2144f41b-bce59b91 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e4e92a6afea9-bce59b91 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7a04f1fdef6d-fce59ba3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
