:root {
  --color-9: #51a2b6;
  --color-4: #f8f6dc;
  --color: white;
  --color-3: #b3dddb;
  --color-2: #333;
  --color-8: #527a76;
  --color-5: #eee1ba;
  --color-6: #e49e62;
  --color-7: #733a19;
}

body {
  color: #333;
  background-color: #eee1ba73;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-9);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
}

.hero {
  background-image: linear-gradient(268deg, #0000, #0000008c), url('../images/parallax-bg.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 140%;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 92vh;
  min-height: 800px;
  margin-top: 75px;
  padding: 5% 0%;
  display: flex;
  position: relative;
}

.wrap {
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap.flex {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.wrap.flex._80 {
  z-index: 1;
  width: 80%;
  position: relative;
}

.wrap.flex.hero-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1600px;
}

.wrap.flex.top-50 {
  margin-top: 50px;
}

.wrap.flex.top-marg {
  margin-top: 5%;
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.txt-div._48 {
  width: 48%;
}

.txt-div._55 {
  width: 55%;
}

.txt-div._55.btm {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
}

.txt-div._60 {
  width: 60%;
}

.txt-div._40 {
  width: 40%;
}

.hero-top-line {
  color: var(--color-4);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
}

.hero-sub {
  color: var(--color);
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.button {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--color-2);
  border-radius: 50px;
  padding: 12px 35px;
  line-height: 1.2em;
}

.button:hover {
  border-color: var(--color-8);
  background-color: var(--color-8);
  color: var(--color);
}

.button.lg {
  padding: 15px 55px;
  font-size: 1.5em;
}

.button.white {
  background-color: var(--color);
}

.button.white:hover {
  background-color: var(--color-3);
  color: var(--color-2);
}

.img-div {
  object-fit: cover;
  width: auto;
  display: block;
  overflow: hidden;
}

.img-div._40 {
  width: 375px;
}

.img-div._40.book {
  width: 250px;
  margin-bottom: 30px;
  box-shadow: -1px 10px 18px 5px #0000008c;
}

.img-div._48 {
  width: 48%;
}

.img-div._48.contain {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-div._60 {
  border-radius: 10px;
  width: 60%;
}

.bg-color {
  background-color: var(--color-5);
  opacity: .47;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-color.top {
  inset: 0% 0% auto;
}

.navbar {
  background-color: var(--color);
  background-image: linear-gradient(#eee1ba73, #eee1ba73);
  position: fixed;
  inset: 0% 0% auto;
}

.image-2 {
  height: 50px;
}

.nav-items-div {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  text-align: center;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.nav-link:hover {
  background-color: var(--color-3);
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-container-two.stack {
  flex-flow: column;
  align-items: flex-start;
}

.footer-form-container-two.stack.center {
  align-items: center;
}

.footer-form-title {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 32px;
}

.footer-form-title.lg {
  margin-bottom: 30px;
  font-size: 1.5em;
}

.footer-form-block-two {
  background-color: #0000000d;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-form-input._3 {
  background-color: #fff0;
  width: 500px;
  padding-right: 20px;
}

.smaller-form {
  background-color: var(--color);
  border-radius: 12px;
  width: auto;
  margin-bottom: 0;
  padding: 20px;
}

.smaller-form._2 {
  background-color: #fff0;
  margin-bottom: 30px;
  padding: 0;
}

.section-1 {
  padding-top: 3%;
  padding-bottom: 5%;
  position: relative;
}

.note-holder {
  background-color: var(--color);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 40px 40px 20px;
  display: flex;
}

.text-div-top {
  width: 48%;
}

.lg-quote {
  margin-bottom: 20px;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.lg-quote._2 {
  font-size: 1.6em;
  line-height: 1.75em;
}

.center {
  text-align: center;
}

.section-2 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.about-items {
  border-right: 1px none var(--color-9);
  border-left: 1px solid var(--color-8);
  flex-flow: column;
  width: 35%;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
}

.about-line-div {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
  display: flex;
}

.icon-div {
  background-color: var(--color-6);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

.section-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/book-bg.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 8% 5%;
  display: flex;
}

.excerpt-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.excerpt-title {
  border-right: 2px solid var(--color-4);
  width: 30%;
  max-width: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-and-btn {
  width: 64%;
}

.h2-lg {
  color: var(--color-4);
  margin-bottom: 0;
  font-size: 3.5em;
}

.p-lg {
  color: var(--color);
  font-size: 1.5em;
  line-height: 1.65em;
}

.editors-thoughts {
  padding-top: 5%;
  padding-bottom: 8%;
}

.editors-quote {
  background-color: var(--color-3);
  border-radius: 10px;
  width: 100%;
  padding: 30px;
}

.block-quote {
  border-left-color: var(--color-9);
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.65em;
}

.white-txt-holder {
  background-color: var(--color);
  border-radius: 10px;
  min-width: 120%;
  padding: 25px;
  position: relative;
}

.parallax {
  background-image: url('../images/parallax-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 45vh;
  padding-top: 10%;
  display: flex;
}

.doppers-book-div {
  background-color: var(--color);
  text-align: center;
  border-radius: 10px;
  width: 80%;
  margin-bottom: -8%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
}

.footer {
  padding-top: 12%;
  padding-bottom: 5%;
}

.footer-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-txt {
  text-align: center;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-4.cont {
  object-fit: contain;
  height: auto;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/parallax-bg.jpg');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    height: 725px;
    min-height: 0;
  }

  .wrap.flex._80 {
    flex-flow: column;
  }

  .wrap.flex.hero-div {
    flex-flow: row;
    align-items: center;
  }

  .wrap.flex.top-50, .wrap.flex.top-marg {
    flex-flow: column;
  }

  .txt-div._48, .txt-div._60, .txt-div._40 {
    width: 100%;
  }

  .button.nav-bar {
    text-align: left;
    width: 100%;
  }

  .img-div._40.book {
    margin-bottom: 0;
  }

  .img-div._48.contain {
    width: 50%;
  }

  .img-div._60 {
    width: 100%;
  }

  .img-div._60.hide-mob {
    display: none;
  }

  .navbar {
    justify-content: space-between;
    display: block;
  }

  .nav-items-div {
    display: block;
  }

  .nav-link {
    text-align: left;
    padding: 12px 35px;
  }

  .nav-menu {
    background-color: var(--color);
    background-image: linear-gradient(#eee1ba73, #eee1ba73);
    justify-content: flex-start;
    padding: 15px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .smaller-form {
    padding: 40px;
  }

  .note-holder {
    flex-flow: column;
  }

  .text-div-top {
    width: 100%;
  }

  .about-items {
    border-top: 1px solid var(--color-8);
    border-left-style: none;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .section-3 {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/book-bg.jpg');
    background-position: 0 0, 100%;
    background-attachment: scroll, scroll;
  }

  .excerpt-div {
    flex-flow: column;
  }

  .excerpt-title {
    border-bottom: 2px solid var(--color);
    border-right-style: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .p-and-btn {
    width: 100%;
  }

  .white-txt-holder {
    min-width: 0;
  }

  .parallax {
    background-position: 100% 100%;
    background-attachment: scroll;
  }

  .menu-btn.w--open {
    background-color: var(--color-8);
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 425px;
    min-height: 0;
  }

  .hero-top-line {
    line-height: 1em;
  }

  .hero-sub {
    margin-bottom: 20px;
  }

  .img-div._40.book {
    width: 225px;
  }

  .brand {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

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

  .note-holder {
    padding: 20px;
  }

  .section-2 {
    padding-top: 0%;
  }

  .excerpt-title {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    height: auto;
    margin-top: 60px;
    padding-top: 5%;
  }

  .wrap.flex.hero-div {
    flex-flow: column;
  }

  .txt-div._55.btm {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .hero-top-line {
    font-size: 2.3em;
  }

  .hero-sub {
    font-size: 1em;
  }

  .img-div._40.book {
    width: 200px;
    margin-bottom: 20px;
  }

  .img-div._48.contain {
    width: 100%;
  }

  .image-2 {
    height: 40px;
  }

  .brand {
    padding-left: 0;
  }

  .footer-form-block-two {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-form-input._3 {
    background-color: #00000012;
    border-radius: 50px;
    width: 100%;
  }

  .smaller-form {
    padding: 20px;
  }

  .smaller-form._2 {
    width: 100%;
  }

  .note-holder {
    margin-top: 0;
  }

  .lg-quote._2 {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .h2-lg {
    font-size: 2em;
  }

  .p-lg {
    font-size: 1.2em;
  }

  .editors-quote {
    padding: 20px;
  }

  .block-quote {
    border-left-style: none;
    padding: 0;
  }

  .parallax {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .doppers-book-div {
    margin-bottom: 0%;
    padding: 20px;
  }
}


