@font-face {
  font-family: "Athelas Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Athelas Regular"), url("Athelas-Regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("MYRIADPRO-REGULAR.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
button:focus,
button:active {
  outline: none;
}
body {
  font-family: "Athelas Regular";
}
button,
a {
  font-family: "Athelas Regular";
}
img {
  max-width: 100%;
  display: block;
}
header {
  background-color: #efe9e1;
  position: relative;
}
.d-flex {
  display: flex;
}
.leftCol {
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 40px;
}
.leftCol,
.rightCol {
  width: 50%;
}
.alignCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.headerIn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.logo {
  display: block;
}
.paegNav {
  font-size: 20px;
}
.paegNav ul {
  list-style: none;
  font-weight: bold;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #efe9e1;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.paegNav a,
.paegNav button {
  color: #030303;
  text-decoration: none;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
}
.paegNav a:hover {
  color: #999;
}
.section1 {
  position: relative;
}
.section1 img {
  width: 100%;
}
.section1 .bannerText {
  position: absolute;
  background-color: #ffffff;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 95px;
  display: block;
  min-width: 465px;
  top: 211px;
  font-weight: normal;
  color: #353535;
  box-sizing: border-box;
  font-family: "Myriad Pro Regular";
}
.section2 {
  text-align: center;
}
.hambergerMenu {
  padding: 10px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.hambergerMenu > span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.hambergerMenu > span:before,
.hambergerMenu > span:after {
  content: "";
  background-color: #030303;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 6px;
  transition: all 0.3s;
}
.hambergerMenu > span:before {
  top: 24px;
}
.hambergerMenu > span span {
  background-color: #030303;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 15px;
}

.active .hambergerMenu > span:before {
  transform: rotate(45deg);
  top: 15px;
}
.active .hambergerMenu > span:after {
  transform: rotate(-45deg);
  top: 15px;
}
.active .hambergerMenu > span span {
  display: none;
}
.active .paegNav ul {
  max-height: 500px;
}
.section2 {
  background-color: #d1aa90;
  padding-top: 70px;
  padding-bottom: 100px;
}
.sectionTitle {
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: normal;
}
.paraText {
  font-size: 32px;
}
.pullUp {
  margin-top: -40px;
}
.pullDown {
  position: relative;
  top: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-70 {
  padding-top: 70px;
}
.section4 {
  background-color: #f2eee8;
  padding-top: 166px;
  padding-bottom: 150px;
  text-align: center;
}
.zipCode input {
  background-color: #d1aa90;
  border: none;
  border-radius: 10px 0 0 10px;
  box-shadow: 5px 5px 3px 0px #b59179 inset;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  outline: none;
  max-width: 154px;
}
.zipCode .goBtn {
  background-color: #f2d6ad;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  border: none;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 33px;
  padding-right: 33px;
  margin-left: -5px;
  cursor: pointer;
  font-family: "Myriad Pro Regular";
  color: #353535;
  box-shadow: inset -1px -2px 3px #8c8b8b;
  vertical-align: top;
}
.zipCode .goBtn:hover {
  background-color: #ca9c58;
}
.footer {
  background-color: #4e7850;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  font-family: "Myriad Pro Regular";
  font-size: 20px;
}
.footer h5 {
  font-size: 20px;
  font-family: "Athelas Regular";
}
.footer ul {
  list-style: none;
  margin-left: 0;
}
.footer a,
.footer button {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.copyText {
  text-align: right;
  font-size: 18px;
}
.foot1 {
  width: 30%;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 30px;
}
.foot2 {
  width: 100%;
}
.foot2 ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.foot2 ul li {
  width: 32%;
}
.section7 {
  background-color: #eae9c8;
  position: relative;
  padding-top: 0;
  background-image: url("https://dy0yr1vj9hk9d.cloudfront.net/images/Luna/person.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
}
.section7 .btn-light-brown {
  width: 400px;
  height: 111px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  background: #fff;
  border-radius: 25px;
  border-color: #707070;
  color: #070606;
  font-weight: 400;
  max-width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
.section7 .btn-light-brown:hover {
  background-color: #efeae2;
}
.section7 .secImg {
  width: 100%;
}
.section3 {
  position: relative;
  z-index: 999;
}
.custom-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
}
.modal-header {
  background: #021142;
  color: #fff;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
}
.modal-content {
  max-width: 992px;
  margin: 50px auto;
  background: url("https://dy0yr1vj9hk9d.cloudfront.net/images/Luna/contact-bg.jpg");
  background-size: cover;
  background-position: center top;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  overflow-y: auto;
}
.modal-body {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
.modal-body h4 {
  color: #040404;
  text-align: center;
  font-size: 36px;
  margin-bottom: 15px;
}
.w-50 {
  width: 50%;
}
.inline-50,
.inline-100 {
  padding-left: 15px;
  margin-bottom: 15px;
}
.inline-50 label,
.inline-100 label {
  font-size: 13px;
  line-height: 30px;
  display: block;
  color: #696969;
}
.inline-50 input[type="text"],
.inline-50 input[type="email"] {
  display: block;
  height: 35px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  width: calc(100%);
  border: 1px solid #dddfe1;
  background-color: #fafafa;
  color: #7e7e7e;
  border-radius: 5px;
  font-size: 14px;
}
.inline-50 input[type="text"].error,
.inline-50 input[type="email"].error,
textarea.error {
  border-color: red;
}
.custom-modal form {
  padding-top: 10px;
}
textarea {
  height: 80px;
  width: calc(100%);
  padding: 5px 10px;
  box-sizing: border-box;
  resize: none;
  border-radius: 5px;
  border: 1px solid #dddfe1;
  background-color: #fafafa;
  color: #7e7e7e;
  font-size: 14px;
}
.submitBtn {
  width: 190px;
  height: 54px;
  background: #674804;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  display: block;
}
.closeIcon {
  width: 25px;
  height: 25px;
  background: url(./images/close.png);
  background-position: center;
  background-size: 100%;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 12%;
  top: 30px;
}
.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}
.contactForm {
  padding-top: 30px;
  max-width: 590px;
  width: 80%;
  margin: 0 auto;
}
.contactForm form {
  max-width: 80%;
  margin: 0 auto 20px;
}
.contactForm h3 {
  text-align: center;
  margin-bottom: 10px;
}
.contactForm h5 {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 15px;
  font-weight: 300;
}
.thankyouMsg {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.thankyouMsg p {
  color: #021142;
  font-size: 18px;
  line-height: 30px;
}
.otnotice-version {
  display: none;
}
body .otnotice-content {
  padding: 20px 10px;
}
@media (min-width: 576px) {
  .paegNav a.mobileBtn {
    display: none;
  }
  .paegNav ul {
    position: static;
    max-height: none;
    display: flex;
    flex-direction: row;
  }
  .paegNav a {
    padding-bottom: 0;
  }
  .bannerText {
    font-size: 80px;
  }
}
@media (max-width: 1024px) {
  .section1 .bannerText {
    top: 12vw;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .sectionTitle {
    font-size: 45px;
  }
  .paraText {
    font-size: 25px;
  }
  .pb-70 {
    padding-top: 30px;
  }
  .section4,
  .section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section1 .bannerText {
    position: static;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    text-align: center;
    transform: none;
    font-size: 40px;
    min-width: auto;
  }
  .section1 .bannerText br {
    display: none;
  }
  .d-flex {
    flex-direction: column;
  }
  .leftCol,
  .rightCol {
    width: auto;
  }
  .section3 .leftCol {
    order: 2;
  }
  .pullUp {
    margin-top: 0;
  }
  .pullDown {
    top: 0;
  }
  .footer {
    font-size: 18px;
  }
  .foot2 ul li,
  .foot1,
  .foot2 {
    width: auto;
  }
  .foot2 ul {
    display: block;
    padding-bottom: 20px;
  }
  .copyText {
    text-align: center;
  }
  .section7 .btn-light-brown {
    height: 70px;
    font-size: 20px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .section7 {
    padding: 50px 0px;
  }
}
