body {
  font-family: 'Archivo Narrow', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #c88f56;
  color: #fffee9;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 122px;
  padding-bottom: 80px;
  -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;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 30px;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.1em;
  line-height: 115%;
  font-weight: 400;
}

.hero-p {
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.8;
  font-size: 1.6em;
  line-height: 130%;
  font-weight: 500;
}

.btn {
  padding: 16px 35px;
  border-radius: 360px;
  background-color: #960201;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #cbc0b9;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.btn.topm {
  margin-top: 30px;
}

.btn.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #960201;
  background-color: transparent;
  color: #960201;
}

.btn.ghost.topm:hover {
  border-color: #cbc0b9;
  background-color: #cbc0b9;
  color: #fff;
}

.btn.ghost.w {
  margin-left: 20px;
  border-color: #fff;
  color: #fffee9;
}

.btn.ghost.w:hover {
  border-color: #cbc0b9;
  background-color: #cbc0b9;
}

.btn.alt {
  padding-right: 65px;
  padding-left: 65px;
  border-style: solid;
  border-width: 1px;
  border-color: #c88f56;
  background-color: #c88f56;
}

.btn.alt:hover {
  border-color: #cbc0b9;
  background-color: #cbc0b9;
}

.btn.tiny {
  padding: 11px 25px;
  font-size: 13px;
}

.nav-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-section.fixed {
  position: fixed;
  z-index: 51;
  background-color: #fff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -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;
}

.nav-container.small {
  padding-top: 16px;
  padding-bottom: 16px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.logo-t {
  font-family: 'Julius Sans One', sans-serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 80%;
  font-weight: 400;
}

.logo-t.d {
  color: #000;
}

.logo-img {
  width: 150px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-img:hover {
  background-color: #caa746;
}

.wrapper-l-2 {
  padding-bottom: 20px;
  padding-left: 15px;
  color: #fff;
  text-align: center;
}

.logo-subtext {
  color: #960201;
  font-size: 0.7em;
}

.section {
  padding: 75px 10px;
}

.section.alt {
  background-color: #fffee9;
}

.section.cta {
  background-color: #960201;
  color: #fffee9;
}

.section.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #000;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.content {
  padding: 30px;
}

.content._50 {
  width: 50%;
}

.content._40 {
  width: 40%;
}

.content.botpad {
  padding-top: 0px;
}

.p-large {
  font-size: 2.7em;
  line-height: 130%;
}

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

.wrapper.c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p18 {
  opacity: 0.9;
  font-size: 18px;
  line-height: 26px;
}

.img-full-w {
  width: 100%;
}

.img-full-w._1 {
  height: 400px;
  box-shadow: 14px 14px 0 0 #cbc0b9;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-full-w._2 {
  height: 600px;
  box-shadow: 14px 14px 0 0 #cbc0b9;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-full-w._3 {
  height: 600px;
  box-shadow: 14px 14px 0 0 #cbc0b9;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.3em;
  line-height: 105%;
  font-weight: 400;
}

.wrapper-list {
  margin-top: 40px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-l-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: 20px;
  -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;
  border-radius: 360px;
  background-color: #c88f56;
  color: #fff;
  font-weight: 700;
}

.title-wrapper {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.btn-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  margin-right: 20px;
  padding: 8px;
  -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;
  border-radius: 360px;
  background-color: #960201;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sm-item:hover {
  background-color: #c88f56;
}

.scrollstatus {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.scroll-item {
  height: 1px;
  margin-bottom: 1px;
  background-color: #960201;
}

.p-footer {
  opacity: 0.8;
  font-size: 1.3em;
  line-height: 150%;
}

.p-footer.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-right: 80px;
    padding-left: 80px;
  }

  .hero-wrapper {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 0px;
  }

  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
  }

  .section {
    padding: 40px 80px;
  }

  .content._50 {
    width: 100%;
  }

  .content._40 {
    width: 100%;
  }

  .p-large {
    font-size: 2.3em;
  }

  .img-full-w._1 {
    height: 350px;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .img-full-w._2 {
    height: 350px;
  }

  .img-full-w._3 {
    height: 450px;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .p-footer {
    display: none;
  }

  .p-footer.mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-h1 {
    font-size: 2.6em;
  }

  .hero-p {
    font-size: 1.5em;
  }

  .btn {
    padding-right: 27px;
    padding-left: 27px;
  }

  .btn.alt {
    padding-right: 37px;
    padding-left: 37px;
  }

  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .img-full-w._2 {
    height: 250px;
  }

  .section-title {
    font-size: 2em;
    line-height: 125%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-content {
    padding: 15px;
  }

  .hero-h1 {
    font-size: 1.7em;
  }

  .hero-p {
    opacity: 1;
    color: #fff;
    font-size: 1.2em;
    line-height: 150%;
    font-weight: 400;
  }

  .btn {
    text-align: center;
  }

  .btn.ghost.w {
    margin-top: 20px;
    margin-left: 0px;
  }

  .nav-section.fixed {
    display: none;
  }

  .nav-container {
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-t {
    font-size: 1.2em;
  }

  .logo-img {
    width: 100px;
  }

  .wrapper-l-2 {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section {
    padding: 30px 10px;
  }

  .content {
    padding: 15px;
  }

  .p-large {
    font-size: 1.6em;
  }

  .img-full-w._1 {
    height: 250px;
  }

  .img-full-w._2 {
    height: 200px;
  }

  .img-full-w._3 {
    height: 300px;
  }

  .section-title {
    font-size: 1.7em;
  }

  .title-wrapper {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .btn-wrapper {
    -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;
  }
}

