.test-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: red;
}

.test-text-block {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.footer-section-copyright {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.container-copyright {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.copyright {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 8px;
}

.html-embed {
  display: inline-block;
}

.body {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 15px;
  border-color: #4f6c8a;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #3c5268;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.body.feat {
  margin-bottom: 10px;
}

.section-3 {
  position: static;
  margin-bottom: 0px;
  color: #ced8dd;
}

.section-5 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 49px;
  background-color: #858585;
}

.header-and-nav {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: rgba(133, 133, 133, 0.13);
  text-align: center;
}

.nav-menu {
  position: static;
  float: none;
  border-top: 0px solid #858585;
  border-bottom: 0px solid #858585;
  color: #3c5268;
  text-align: center;
}

.container {
  display: block;
  text-align: center;
}

.navbar {
  background-color: transparent;
  text-align: center;
}

.nav-link {
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #3c5268;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-transform: uppercase;
}

.header-name {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3c5268;
  font-size: 56px;
  line-height: 53px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 0px;
  background-color: transparent;
}

.feature-section {
  padding-top: 50px;
  padding-bottom: 80px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-image-mask.book-page {
  width: 25%;
}

.feature-image-mask.sub {
  width: 20%;
}

.feature-image {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #4f6c8a;
  text-align: left;
}

.heading.h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}

.heading.h1 {
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: 2px;
}

.heading.h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.heading.h4 {
  margin-bottom: 30px;
  padding-right: 17px;
  padding-left: 17px;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.heading.h4.left {
  text-align: left;
}

.news-items {
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #3c5268;
  line-height: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.news-items:hover {
  color: #4f6c8a;
}

.news-items.signup {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.news-items.news-item {
  padding-bottom: 30px;
}

.italic-text {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block {
  width: 60%;
  margin-right: 65px;
  margin-left: 20px;
}

.button {
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #4f6c8a;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #3c5268;
}

.button:active {
  background-color: #444;
}

.button.tickets {
  display: block;
  width: 100%;
  height: 45px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.button.tickets.hidden {
  display: none;
}

.subscribe-form {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3c5268;
  color: #4f6c8a;
}

.centered-container {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
}

.social {
  padding-top: 80px;
  padding-bottom: 80px;
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
}

.container-2 {
  text-align: center;
}

.brand {
  display: none;
}

.book-gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}

.books-page-img {
  padding-top: 0px;
}

.books-page-img.keep-moving {
  padding-top: 0px;
}

.book-block {
  display: block;
  width: 230px;
  height: 330px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-decoration: none;
}

.book-block.book-link-block {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.book-block.short-cover {
  padding-top: 28px;
}

.authordesc {
  display: block;
  margin-top: 12px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.image-16 {
  padding-top: 15px;
}

.covertobrevealed {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #b9b5b5;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bookdiv {
  display: block;
  width: 31.2%;
  height: 400px;
  margin-right: 5px;
  margin-bottom: 30px;
  margin-left: 5px;
  padding: 35px;
  float: left;
  background-color: #f6f6f6;
}

.bookdiv.hidden {
  display: none;
}

.image-13 {
  padding-top: 13px;
}

.image-13.indivisible {
  padding-top: 0px;
}

.bold-text-11 {
  color: #ef4136;
  font-weight: 300;
  letter-spacing: 1px;
}

.booktitle {
  padding-top: 0px;
  color: #ef4136;
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.booktitle.on-sale-date {
  padding-top: 8px;
  font-size: 13px;
  line-height: 17px;
}

.booktitle.on-sale-date.hidden {
  display: none;
}

.fullbooksdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.bookscontainer {
  padding-left: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.section-main-content {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.container-3 {
  text-align: center;
}

.news-item {
  font-family: Montserrat, sans-serif;
  color: #3c5268;
}

.link {
  color: #4f6c8a;
}

.link.leal {
  font-size: 11px;
}

.link.legal {
  font-size: 11px;
}

.link-2 {
  color: #4f6c8a;
}

.link-3 {
  color: #4f6c8a;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #3c5268;
  line-height: 37px;
}

.feature-head {
  margin-top: 0px;
}

.feature-head.sub {
  margin-top: 7px;
  font-size: 28px;
  text-align: center;
}

.h3 {
  margin-top: 0px;
  font-size: 23px;
}

.h3.white {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.h4 {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.h4.white {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.h4.left {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h1 {
  color: #4f6c8a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-book {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-featured-book-page {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 2px;
  background-color: #f1f1f1;
}

.h5-feat {
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
}

.quote {
  margin-bottom: 0px;
}

.atrrib {
  margin-bottom: 20px;
  font-size: 12px;
}

.buy-btns {
  margin-bottom: 20px;
}

.buy-button {
  width: 130px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #f1f1f1;
}

.buy-button:hover {
  background-color: #dbdbdb;
}

.header-name-img {
  display: inline-block;
  width: 60%;
  max-width: none;
  margin-top: 10px;
}

.text {
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}

.video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  text-align: center;
}

.video {
  display: block;
  width: 100%;
  margin: 0px auto;
}

.section-videos {
  margin-bottom: 80px;
}

.video-and-title {
  width: 45%;
  margin-right: 11px;
  margin-bottom: 20px;
  margin-left: 11px;
}

.h5 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

.para {
  margin-bottom: 25px;
}

.divider {
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
  background-color: #c4c4c4;
}

.html-embed-2 {
  margin-bottom: 10px;
}

.html-embed-3 {
  margin-bottom: 10px;
}

.bullet {
  margin-bottom: 23px;
  padding-left: 36px;
  font-size: 13px;
}

.buy-button-2 {
  width: 130px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #f1f1f1;
}

.buy-button-2:hover {
  background-color: #dbdbdb;
}

.quote-blue {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  color: #00b1ee;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.quote-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.icon-2 {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #f7ae23;
  font-size: 25px;
}

.left-arrow {
  width: 35px;
  color: #79767f;
}

.slider {
  background-color: transparent;
}

.slider-2 {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.sec-praise {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
}

.attrib-feat {
  color: #858585;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.quote-feat {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  color: #3c5268;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.slide-nav {
  display: none;
  padding-top: 0px;
  -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;
}

.right-arrow {
  width: 35px;
  color: #79767f;
}

.cal-date {
  display: inline;
  width: 31%;
  height: 370px;
  margin-right: 8px;
  margin-bottom: 14px;
  margin-left: 8px;
  padding: 20px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  background-color: #f1f1f1;
}

.div-block-2 {
  padding: 20px;
}

.date {
  margin-bottom: 5px;
  padding-right: 165px;
  font-size: 25px;
  text-align: left;
}

.events-cal {
  display: block;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.bookstore {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.bookstore.town {
  margin-bottom: 10px;
  background-color: #fff;
}

.event-info {
  height: 280px;
}

.moderator-etc {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0px;
}

.time {
  margin-bottom: 10px;
  line-height: 20px;
  text-align: left;
}

.div-block-3 {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
}

.link-events {
  font-size: 12px;
}

.events-logo-div {
  display: none;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-17 {
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.image-17.wide {
  height: 39px;
}

.legal-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.legal-link {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  text-decoration: none;
}

.legal-link:hover {
  color: #646464;
}

.image-18 {
  width: 200px;
}

.sub-feature {
  display: block;
  margin-top: 18px;
  text-align: center;
}

.image-19 {
  width: 200px;
  text-align: center;
}

.container-sub-feature {
  padding: 20px;
  background-color: rgba(196, 196, 196, 0.2);
}

@media screen and (max-width: 991px) {
  .test-text-block {
    font-size: 12px;
  }

  .container-copyright {
    margin-top: 0px;
  }

  .body {
    margin-bottom: 0px;
  }

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

  .footer {
    margin-top: 20px;
  }

  .feature-section {
    padding-top: 33px;
  }

  .flex-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .feature-image-mask {
    width: 44%;
  }

  .feature-image {
    display: inline-block;
  }

  .heading {
    font-size: 29px;
  }

  .heading.h2 {
    font-size: 17px;
  }

  .news-items.signup {
    font-size: 17px;
  }

  .subscribe-form {
    position: static;
  }

  .centered-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .book-gallery {
    text-align: center;
  }

  .books-page-img {
    padding-top: 0px;
  }

  .books-page-img.keep-moving {
    padding-top: 0px;
  }

  .book-block {
    height: 339px;
  }

  .bookdiv {
    width: 300px;
  }

  .image-13.indivisible {
    padding-top: 0px;
  }

  .booktitle {
    font-style: normal;
  }

  .fullbooksdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 620px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .bookscontainer {
    text-align: center;
  }

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .paragraph {
    line-height: 27px;
  }

  .h3.white {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 27px;
  }

  .h4 {
    padding-right: 62px;
    padding-left: 62px;
    line-height: 30px;
  }

  .h4.white {
    font-size: 14px;
    line-height: 16px;
  }

  .section-book {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buy-button {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-name-img {
    margin-top: 10px;
  }

  .h5 {
    margin-top: 5px;
    line-height: 17px;
  }

  .buy-button-2 {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .quote-blue {
    font-size: 22px;
  }

  .left-arrow {
    line-height: 14px;
  }

  .slider-2 {
    margin-bottom: 25px;
  }

  .quote-feat {
    font-size: 17px;
    line-height: 23px;
  }

  .slide-nav {
    margin-top: 15px;
  }

  .cal-date {
    display: inline;
    height: 280px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 15px;
  }

  .date {
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 21px;
    line-height: 25px;
  }

  .events-cal {
    padding-right: 25px;
    padding-left: 25px;
  }

  .bookstore {
    font-size: 15px;
    line-height: 16px;
  }

  .event-info {
    height: 204px;
  }

  .moderator-etc {
    font-size: 11px;
    line-height: 14px;
  }

  .time {
    font-size: 13px;
    line-height: 20px;
  }

  .image-17.wide {
    height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .test-text-block {
    line-height: 14px;
  }

  .container-copyright {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
  }

  .body {
    font-size: 14px;
    line-height: 26px;
  }

  .header-and-nav {
    padding-top: 10px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    text-align: right;
  }

  .navbar {
    float: right;
  }

  .header-name {
    display: none;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
  }

  .header-name.mobile {
    display: block;
    font-size: 37px;
    line-height: 32px;
  }

  .footer {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
  }

  .feature-section {
    padding: 30px 20px 40px;
  }

  .flex-container {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    width: 80%;
    margin-right: 0px;
    text-align: center;
  }

  .feature-image {
    width: 70%;
    height: 70%;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading {
    font-size: 26px;
    text-align: center;
  }

  .heading.h2 {
    line-height: 28px;
  }

  .heading.h1 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 28px;
    text-align: center;
  }

  .heading.h4 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 23px;
    line-height: 32px;
  }

  .news-items {
    line-height: 28px;
    text-align: center;
  }

  .news-items.signup {
    line-height: 21px;
    text-align: center;
  }

  .news-items.news-item {
    text-align: left;
  }

  .div-block {
    width: 80%;
    margin-right: 20px;
    text-align: center;
  }

  .subscribe-form {
    position: static;
    padding: 15px 20px;
  }

  .centered-container {
    padding: 0px 20px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon {
    color: #3c5268;
    font-size: 36px;
  }

  .menu-button {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    text-align: center;
  }

  .menu-button.w--open {
    text-align: right;
  }

  .brand {
    display: block;
    width: 80%;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .book-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .books-page-img {
    max-width: 95%;
  }

  .book-block {
    width: 215px;
    height: 293px;
  }

  .bookdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 248px;
    height: 336px;
    padding: 20px;
    float: left;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fullbooksdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    text-align: center;
  }

  .bookscontainer {
    text-align: center;
  }

  .section-main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-3 {
    text-align: center;
  }

  .bold-text-12 {
    display: block;
    line-height: 39px;
  }

  .italic-text-2 {
    text-align: center;
  }

  .feature-head {
    font-size: 21px;
  }

  .feature-head.sub {
    font-size: 18px;
  }

  .h3.white {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .h4 {
    padding-right: 69px;
    padding-left: 69px;
  }

  .h4.white {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 12px;
  }

  .h4.left {
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1px;
  }

  .h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-book {
    padding: 40px 20px;
  }

  .column-3 {
    position: static;
    display: inline-block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: center;
  }

  .column-4 {
    text-align: center;
  }

  .header-name-img {
    display: none;
  }

  .header-name-img.mobile {
    display: block;
    width: 80%;
    margin-top: 5px;
  }

  .section-videos {
    margin-bottom: 60px;
  }

  .h5 {
    margin-top: 5px;
    line-height: 15px;
  }

  .italic-text-3 {
    line-height: 16px;
  }

  .goodreads-add-book {
    display: block;
    float: none;
    clear: none;
  }

  .link-block {
    display: block;
    width: 88px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .quote-container {
    margin-right: 60px;
    margin-left: 60px;
  }

  .slide-nav {
    margin-bottom: 22px;
  }

  .cal-date {
    width: 47%;
    height: 225px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 10px;
  }

  .date {
    font-size: 18px;
    line-height: 18px;
  }

  .events-cal {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: left;
  }

  .bookstore {
    font-size: 13px;
    line-height: 12px;
  }

  .event-info {
    height: 155px;
  }

  .moderator-etc {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0px;
  }

  .time {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 14px;
  }

  .legal-links-container {
    -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;
  }

  .legal-link {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .test-text-block {
    font-size: 11px;
    line-height: 12px;
  }

  .container-copyright {
    position: static;
    margin-top: 0px;
  }

  .body {
    font-size: 14px;
    line-height: 26px;
  }

  .section-3 {
    position: static;
  }

  .header-and-nav {
    padding-top: 0px;
  }

  .header-name.mobile {
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    font-size: 33px;
    line-height: 30px;
  }

  .footer {
    height: auto;
  }

  .feature-section {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-image-mask {
    margin-bottom: 10px;
  }

  .feature-image {
    width: 90%;
    height: 90%;
    max-width: 90%;
  }

  .heading {
    font-size: 20px;
  }

  .heading.h1 {
    display: block;
    padding-right: 9px;
    padding-bottom: 15px;
    padding-left: 9px;
    text-align: center;
  }

  .heading.h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .news-items {
    font-size: 12px;
    line-height: 24px;
  }

  .div-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .subscribe-form {
    padding: 0px 16px;
  }

  .centered-container {
    padding: 10px 0px;
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .container-2 {
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button {
    padding: 0px 5px;
    float: none;
  }

  .brand {
    width: 70%;
    line-height: 4px;
  }

  .book-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-block {
    height: 302px;
  }

  .bookdiv {
    width: 300px;
  }

  .section-main-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .feature-head {
    font-size: 17px;
    line-height: 20px;
  }

  .h3.white {
    padding-right: 12px;
    padding-left: 12px;
    line-height: 16px;
    text-align: center;
  }

  .h4 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .h4.white {
    margin-bottom: 10px;
    padding-right: 23px;
    padding-left: 23px;
    line-height: 14px;
    text-align: center;
  }

  .h4.left {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .section-book {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .buy-button {
    width: 100px;
  }

  .header-name-img.mobile {
    width: 102%;
  }

  .text {
    font-size: 13px;
    line-height: 24px;
  }

  .section-videos {
    margin-bottom: 40px;
  }

  .video-and-title {
    width: 90%;
  }

  .h2 {
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0px;
  }

  .buy-button-2 {
    width: 100px;
  }

  .quote-blue {
    font-size: 18px;
    line-height: 22px;
  }

  .quote-container {
    margin-right: 16px;
    margin-left: 16px;
  }

  .left-arrow {
    margin-left: -18px;
    padding-left: 0px;
  }

  .slider-2 {
    width: 93%;
    margin-right: auto;
    margin-left: auto;
  }

  .quote-feat {
    font-size: 18px;
    line-height: 22px;
  }

  .slide-nav {
    padding-top: 23px;
  }

  .right-arrow {
    margin-right: -18px;
  }

  .cal-date {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .events-cal {
    padding-right: 25px;
  }

  .event-info {
    height: auto;
    margin-bottom: 10px;
  }

  .image-19 {
    width: 150px;
  }
}

