p {
  margin-bottom: 10px;
  font-family: 'Source Serif Pro', sans-serif;
  color: #5e5149;
  font-size: 22px;
  line-height: 38px;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -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;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-headline-wrap {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: -68px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-btm-shape {
  position: relative;
  bottom: -24%;
  display: block;
  width: 140%;
  height: 100%;
  margin-right: auto;
  margin-left: -20%;
  background-color: #fcfaf7;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.hero-btm-shape.hide {
  display: none;
}

.body {
  background-color: #fcfaf7;
}

.nav-bar {
  padding: 37px;
  background-color: transparent;
}

.nav-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin: 20px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

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

.logo {
  width: 60px;
}

.logo.mt-36.w--current {
  display: none;
}

.headline-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.author-cont {
  width: 40%;
  padding: 36px;
  text-align: right;
}

.heading1 {
  display: inline-block;
  font-family: 'Playfair Display', sans-serif;
  color: #f0b991;
  font-size: 125px;
  line-height: 109px;
  font-weight: 700;
  letter-spacing: -3px;
  text-shadow: 1px 1px 40px rgba(154, 107, 72, .3);
}

.heading1.hero-amp {
  margin-left: 14px;
  color: #c8866a;
  font-size: 198px;
  line-height: 170px;
}

.heading-rowa {
  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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-rowb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-author-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-btm-shape-wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 20vh;
  margin-right: auto;
  background-image: url('../images/diag-bg-01.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-btm-wrap {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.california-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 39px;
  margin-left: auto;
  -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;
}

.ca-cont-a {
  width: 72%;
}

.ca-cont-b {
  width: 36%;
  margin-top: 108px;
  margin-left: -130px;
  text-align: center;
}

.fit {
  width: 100%;
}

.h2 {
  margin-bottom: 8px;
  font-family: 'Himalaya sans serif', sans-serif;
  color: #5a5250;
  font-size: 48px;
  line-height: 56px;
}

.h3 {
  font-family: 'Himalaya sans serif', sans-serif;
  color: #5a5250;
  font-size: 28px;
  line-height: 40px;
}

.h3.rust {
  color: #c8866a;
}

.h3.italic {
  font-style: italic;
}

.h3.italic.mt-48 {
  margin-top: 48px;
}

.h3.italic.mb-24 {
  margin-bottom: 24px;
}

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

.h3.italic.center.mb-36 {
  margin-bottom: 36px;
}

.ls-20 {
  letter-spacing: 5px;
}

.characters-separator-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  max-height: 190px;
  margin-top: -40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.characters-wrap {
  display: block;
  width: 80%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.main-characters-block.mt-90 {
  margin-top: -90px;
}

.main-char-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.main-char-wrap.mt-90 {
  margin-top: -90px;
}

.main-char-wrap.mt-90.mb-60 {
  margin-bottom: 60px;
}

.main-char-cont-a {
  width: 50%;
}

.main-char-cont-b {
  width: 36%;
  margin: 24px;
}

.h5 {
  font-family: 'Himalaya sans serif', sans-serif;
  color: #c8866a;
  font-size: 18px;
  line-height: 32px;
}

.h5.mb-18 {
  margin-bottom: 18px;
}

.h5.mb-18.center {
  text-align: center;
}

.h5.center {
  text-align: center;
}

.h5.center.mt-90 {
  margin-top: -56px;
}

.h5.center.heywood-description {
  margin-top: -54px;
}

.h5.mb-24 {
  margin-bottom: 24px;
}

.bg-img-wrap {
  position: relative;
  top: -255px;
}

.w150 {
  width: 150px;
}

.full-title-wrap {
  display: block;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.full-title-wrap.center {
  text-align: center;
}

.full-title-wrap.center.mt-120 {
  margin-top: 120px;
}

.full-w-p {
  display: block;
  width: 690px;
  margin-right: auto;
  margin-left: auto;
}

.full-w-p.mt-48 {
  margin-top: 48px;
}

.full-w-p.mt-48.mb-48 {
  margin-bottom: 48px;
}

.full-w-p.mt-36 {
  margin-top: 36px;
}

.full-w-p.mt-36.mb-48 {
  margin-bottom: 48px;
}

.drop-cap {
  font-size: 40px;
  letter-spacing: 1px;
}

.sm-character-wrap.mb-60 {
  margin-bottom: 60px;
}

.sm-character-cont {
  display: block;
  width: 690px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  text-align: center;
}

.sm-character-cont.mb-72 {
  margin-bottom: 72px;
}

.h4 {
  font-family: 'Himalaya sans serif', sans-serif;
  color: #5a5250;
  font-size: 22px;
  line-height: 32px;
}

.h4.italic {
  font-style: italic;
}

.h4.italic.mb-24 {
  margin-bottom: 24px;
}

.sm-character-quote-wrap {
  display: block;
  width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.sm-character-quote-wrap.mt-60 {
  margin-top: -60px;
}

.sm-character-quote-wrap._100p {
  width: 100%;
}

.sm-character-quote-wrap._100p.mt-36 {
  margin-top: -36px;
}

.sm-char {
  width: 80%;
}

.sm-char.juan {
  margin-right: -60px;
}

.full-w-image-wrap {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.full-w-image-wrap.mt-90 {
  margin-top: -90px;
}

.full-w-image-wrap.mt-90.mb-36 {
  margin-bottom: 36px;
}

.full-w-image-wrap.mt-60 {
  margin-top: -60px;
}

.full-w-image-wrap.mt-48 {
  margin-top: -48px;
}

.split-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-sm-cont {
  width: 30%;
}

.split-lg-cont {
  width: 70%;
}

.separator-block-02 {
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: center;
}

.separator-block-02.mb-144 {
  margin-bottom: 144px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 540px;
  padding-top: 96px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/footer-bg.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.footer-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 164px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.foot-top-a {
  width: 70%;
}

.foot-top-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.foot-link {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.about-wrap {
  display: block;
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.about-wrap.mb-144 {
  margin-bottom: 144px;
}

.author {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.bear-flag {
  width: 100%;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-24 {
  margin-bottom: 24px;
}

.text-span {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-headline-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nav-menu-wrap {
    padding-top: 24px;
    padding-left: 24px;
    background-color: rgba(56, 52, 51, .95);
  }
  .logo.mt-36.w--current {
    display: block;
  }
  .author-cont {
    width: 80%;
  }
  .hero-btm-shape-wrap {
    display: block;
    width: 102vw;
    margin-right: auto;
    margin-left: -2px;
  }
  .hero-btm-wrap {
    overflow: hidden;
  }
  .california-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ca-cont-a {
    width: 80%;
    margin-right: -11%;
  }
  .ca-cont-b {
    margin-top: -65px;
    margin-left: 0px;
  }
  .main-char-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-char-wrap.mt-90 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-char-wrap.mt-90.mb-60 {
    margin-top: 0px;
  }
  .main-char-wrap.mt-90.mb-60.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-char-wrap.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-char-cont-a {
    width: 70%;
  }
  .main-char-cont-b {
    width: 80%;
    margin-top: -30px;
    text-align: center;
  }
  .h5.center.heywood-description {
    margin-top: -36px;
  }
  .full-w-p {
    width: 80%;
  }
  .sm-character-quote-wrap._100p.mt-36 {
    text-align: center;
  }
  .sm-char.juan {
    margin-right: 0px;
    margin-left: 7%;
  }
  .full-w-image-wrap.mt-90.mb-36 {
    overflow: hidden;
    margin-top: 0px;
  }
  .full-w-image-wrap.mt-48.mb-48.map {
    overflow: hidden;
  }
  .split-wrap {
    -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;
  }
  .split-sm-cont {
    width: 400px;
  }
  .split-lg-cont {
    width: 100%;
  }
  .menu-entry {
    color: #fff;
    font-size: 36px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .about-wrap {
    width: 80%;
  }
  .leander {
    margin-left: -2%;
  }
  .mom {
    margin-left: -1%;
  }
  .dad {
    margin-left: -4%;
  }
  .big-map {
    max-width: 103%;
  }
  .alf {
    margin-left: 4%;
  }
  .ernesto {
    margin-left: 2%;
  }
  .vic {
    margin-bottom: 2%;
  }
}

@media (max-width: 767px) {
  .hero-headline-wrap {
    width: 90%;
  }
  .heading1 {
    font-size: 80px;
    line-height: 70px;
  }
  .heading1.hero-amp {
    font-size: 120px;
    line-height: 100px;
  }
  .california-wrap {
    margin-bottom: 68px;
  }
  .ca-cont-a {
    overflow: hidden;
    width: 100%;
    margin-right: 0%;
  }
  .ca-cont-b {
    width: 80%;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .h3.rust {
    font-size: 24px;
  }
  .main-char-cont-a {
    width: 90%;
  }
  .main-char-cont-b {
    text-align: center;
  }
  .h5 {
    font-size: 16px;
  }
  .h5.center.heywood-description {
    margin-top: -24px;
  }
  .bg-img-wrap {
    display: none;
  }
  .w150 {
    display: none;
  }
  .sm-character-cont {
    width: 90%;
  }
  .sm-character-quote-wrap.mt-60 {
    width: 90%;
  }
  .split-sm-cont {
    width: 320px;
  }
  .bear-flag {
    width: 120%;
    max-width: 120%;
  }
  .mom {
    margin-left: -2%;
  }
  .big-map {
    max-width: 103%;
  }
  .alf {
    margin-left: 5%;
  }
  .li {
    margin-left: -2%;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-headline-wrap {
    margin-bottom: -48px;
  }
  .logo.mt-36.w--current {
    margin-top: 36px;
  }
  .author-cont {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
  }
  .heading-rowa {
    -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;
  }
  .hero-btm-shape-wrap {
    margin-bottom: -4px;
  }
  .ca-cont-a {
    width: 100%;
    margin-top: -35px;
    margin-right: 0%;
    margin-bottom: 12%;
  }
  .h3 {
    font-size: 22px;
  }
  .characters-separator-block {
    height: 100%;
    max-height: 200px;
  }
  .characters-wrap {
    width: 100%;
  }
  .main-char-wrap.mt-90 {
    margin-top: 0px;
  }
  .main-char-cont-a {
    width: 100%;
  }
  .main-char-cont-b {
    width: 90%;
    margin-top: 0px;
  }
  .h5.center.heywood-description {
    margin-top: -14px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .bg-img-wrap {
    display: none;
  }
  .w150 {
    display: none;
  }
  .full-w-p.mt-48.mb-48 {
    margin-top: 0px;
  }
  .h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .sm-character-quote-wrap {
    width: 100%;
  }
  .sm-character-quote-wrap.mt-60 {
    margin-top: 0px;
  }
  .sm-character-quote-wrap._100p.mt-36 {
    width: 90%;
    margin-top: -24px;
    margin-bottom: 24px;
  }
  .sm-char.juan {
    margin-right: -20px;
  }
  .split-sm-cont {
    width: 280px;
  }
  .menu-entry {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .about-wrap {
    margin-bottom: 36px;
  }
  .leander {
    margin-left: -3%;
  }
  .big-map {
    max-width: 104%;
  }
  .ernesto {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Himalaya sans serif';
  src: url('../fonts/Himalaya-Sans-Serif.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}