/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
 */
body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  color: #4a3a36 !important;
}
body {
  font-size: 19px;
}
a {
  color: #e6a100;
  text-decoration: underline;
}
.btn.btn-primary,
.stripe-button-el {
  background-color: #e6a100;
  color: #fff !important;
  text-transform: lowercase;
  border: none;
  border-radius: 30px;
  padding: 5px 45px;
  font-weight: 300;
  font-size: 19px;
  text-decoration: none;
}
h2.margin-top-20 {
  margin-top: 20px;
}
.jumbotron {
  position: relative;
  overflow: hidden;
  background-color: black;
  min-height: 875px;
  padding-bottom: 0;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity: 0.7;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}
.grey-container {
  background-color: #4a3a36;
  min-height: 275px;
  color: #ffffff !important;
}
.container.header-video.top {
  min-height: 536px;
  padding-top: 140px;
}
div.container.text-white.header-video.top h1 {
  margin-bottom: 25px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
  color: #ffffff !important;
}
div.container.text-white.header-video.top h2 {
  font-size: 30px;
  margin-bottom: 25px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
  color: #ffffff !important;
}
div.container.text-white.header-video.top h2 {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
  color: #ffffff !important;
}
div.container.text-white.header-video.top p {
  font-size: 19px;
  line-height: 180%;
  margin-bottom: 25px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
  color: #ffffff !important;
}
div.container.text-white.header-video.top h3 {
  color: #ffffff !important;
}
div.container.grey-container div.row div {
  padding: 35px;
}
div.container.grey-container div.row div:nth-child(2) {
  padding-left: 0;
}
div.container.grey-container div.row div h3 {
  font-weight: 400 !important;
  /* margin-bottom: 35px; */
  color: #ffffff !important;
}
div.container.grey-container div.row div:last-child h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
div.container.grey-container div.row div p {
  font-size: 20px;
  color: #ffffff !important;
}
div.container.grey-container div.row div p.small {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 55px;
}
section.content-section {
  padding: 25px 15px;
}
section.content-section div.container div.row div p {
  font-size: 18px;
}
section.content-section div.container div.row div:first-child {
  padding-left: 15px;
  padding-right: 25px;
}
section.content-section div.container div.row div:last-child {
  padding-right: 5px;
  padding-left: 25px;
}
a.btn.btn-primary.bigger {
  padding: 8px 75px;
  font-size: 26px;
}
.testimonial-joel {
  font-size: 28px;
  font-style: italic;
}
section.peach {
  background-color: #fcf5e5;
  min-height: 300px;
}
section.content-section.peach div.container div.row div.col-sm-12.text-center h2 {
  margin-top: 25px;
}
section.content-section.peach div.container div.row div.col-sm-12.text-center h3 {
  margin-top: 25px;
}
section.content-section.peach div.container div.row div.col-sm-12.text-center p.button-vertical-padder {
  height: 5px;
}
section.content-section div.container div.row div ul {
  padding: 1px 20px 5px 16px;
  list-style: none;
}
section.content-section div.container div.row div ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
li::before {
  content: "\2022";
  color: #e6a100 !important;
  display: inline-block;
  width: 15px;
  margin-left: -15px;
}
section.content-section div.container div.row.questions.mt-4 div h3 {
  font-size: 24px;
}
section.sign-up {
  background-color: #4a3a36;
  color: #ffffff;
  padding: 8px;
}
section.sign-up div.container div.row div form input.form-control {
  border-radius: 20px;
}
.bg-light {
  background-color: #ffffff !important;
}
nav.navbar.navbar-expand-lg.bg-light.fixed-top div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li::before {
  content: "";
  color: #e6a100 !important;
  display: none;
  width: 0;
  margin-left: 0;
}
div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  text-decoration: none;
  margin-right: -4px;
  color: #4a3a36 !important;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:first-child {
  margin-left: 25px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  border: 1px #dddddd solid;
}
div#navbarSupportedContent.collapse.navbar-collapse a.btn.btn-primary {
  margin-left: 30px;
}
html body section.content-section div.container div.row div.col-sm-12 {
  padding-left: 15px !important;
}
.anchor {
  display: block;
  height: 55px;
  margin-top: -55px;
  visibility: hidden;
}
img.width-100 {
  width: 100%;
  height: auto;
}
html body section.content-section div.container.pt-4.pb-4 div.row div.col-lg-6 ul.impact {
  padding-right: 0;
}
a {
  cursor: pointer;
}
.tod-faq h3 {
  font-weight: 400 !important;
}
h2.why-hanah {
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  h2.why-hanah {
    margin-top: 15px;
  }
}
#kv-embedded-subscribe {
  font-weight: 300 !important;
  max-width: 85px;
  padding: 5px 20px 3px 20px;
}
#kv-EMAIL {
  min-width: 350px;
}
.tnc-col h4 {
  font-weight: 400 !important;
}
/* JR Updates */
div.container.grey-container div.row div.col-md-4 p {
  font-size: 18px;
}
.grey-container {
  min-height: 240px;
  background-color: #000;
}
h2 {
  font-size: 28px;
}
div.col-sm-12.itinerary h2.d-none.d-sm-block {
  font-size: 32px;
}
div.row div.col-sm-12.itinerary h3 {
  font-size: 24px;
}
section.content-section div.container div.row.questions.mt-4 div h3 {
  font-size: 22px;
}
div.container.grey-container div.row div.col-md-4.nss-col-1 {
  padding-left: 55px;
}
div.container.grey-container div.row div.col-md-4.nss-col-2 {
  padding-left: 15px;
}
@media screen and (max-width: 1200px) {
  div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    margin-right: 15px;
    font-size: 16px;
  }
  div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:first-child {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    margin-right: 15px;
    font-size: 20px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 10px;
  }
  .anchor {
    display: block;
    height: 75px;
    margin-top: -75px;
    visibility: hidden;
  }
  div#navbarSupportedContent.navbar-collapse.collapse.show ul.navbar-nav {
    padding-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .container.header-video.top {
    min-height: 556px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  div.container.text-white.text-center.header-video.top h2 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
    color: #ffffff !important;
  }
  div.container.grey-container div.row div:nth-child(2) {
    padding-left: 35px;
  }
  section.content-section div.container div.row div.col-md-6:last-child {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.content-section div.container div.row div.col-md-6:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.content-section div.container div.row div.col-md-6 h2 {
    margin-top: 20px;
  }
  .testimonial-joel {
    font-size: 27px;
    font-style: italic;
    margin-top: -50px;
    margin-bottom: -28px;
  }
  section.sign-up div.container div.row div.col-sm-7.text-right.pt-1.newsletter-blurb {
    text-align: center !important;
    margin-bottom: 9px;
  }
  section.sign-up div.container {
    padding-bottom: 20px;
  }
  html body section.content-section div.container div.row div p {
    text-align: justify;
  }
  div.container.grey-container div.row div h3 {
    text-align: center;
  }
  div.container.grey-container div.row div p {
    text-align: center;
  }
  div.container.grey-container div.row div {
    text-align: center;
  }
  h2.about-bhutan {
    /*
    margin-top: -25px !important;
    */
  }
  section.content-section div.container div.row div:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.content-section div.container div.row div:last-child {
    padding-right: 15px;
    padding-left: 15px;
  }
  h2.tenth-tour {
    margin-top: 20px;
  }
  section.content-section div.container div.row div p {
    font-size: 18px;
  }
  h3 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  section.content-section div.container div.row div ul li {
    text-align: justify;
    font-size: 18px;
  }
}
/* Byron Tweaks */
@media screen and (max-width: 515px) {
  div.container.grey-container div.row div {
    padding: 15px 35px;
  }
  div.container.grey-container div.row div h3 {
    margin-bottom: 8px;
  }
  div.container.grey-container {
    padding-top: 23px;
    padding-bottom: 25px;
  }
  div.text-center.itinerary p.disclaimer {
    text-align: center !important;
    font-size: 80% !important;
  }
  div.text-center.itinerary p {
    text-align: center !important;
  }
}
.mobile-top-section-image {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #kv-embedded-subscribe {
    font-weight: 300 !important;
    padding: 5px 20px 3px 20px;
  }
  #kv-EMAIL {
    min-width: 250px;
  }
  div.text-right.pt-1.newsletter-blurb {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  div.text-right.pt-1.newsletter-blurb {
    font-size: 16px;
  }
}
@media screen and (max-width: 515px) {
  div.text-right.pt-1.newsletter-blurb {
    font-size: 19px;
    text-align: center !important;
    padding: 5px;
  }
  #kv-embedded-subscribe {
    min-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    margin-top: 8px !important;
  }
  .what-others-are-saying {
    margin-top: -25px !important;
  }
}
/*
@media screen and (min-width: 1200px) {
  div.col-lg-6.d-none.d-sm-block.text-center.img-1,
  div.col-lg-6.text-center.img-2 {
    padding-top: 25px;
  }
  div.col-lg-6.d-none.d-sm-block.text-center.img-3 {
    padding-top: 55px;
  }
  div.col-lg-6.text-center.img-4 {
    padding-top: 25px;
  }
}
*/
@media screen and (max-width: 1024px) {
  div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    text-decoration: none;
    margin-right: 0;
    font-size: 16px;
  }
  div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:first-child {
    margin-left: 15px;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    border: 1px #dddddd solid;
  }
  div#navbarSupportedContent.collapse.navbar-collapse button.btn.btn-primary.my-2.my-sm-0.pay-button {
    margin-left: 25px;
  }
  div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    margin-right: 0;
    font-size: 15px;
  }
  div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:first-child {
    margin-left: 10px;
  }
  a.navbar-brand img {
    max-width: 188px !important;
  }
}
@media screen and (max-width: 768px) {
  div#navbarSupportedContent.collapse.navbar-collapse button.btn.btn-primary.my-2.my-sm-0.pay-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 515px) {
  div#navbarSupportedContent.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 19px;
  }
}
/* JR Updates */
@media screen and (max-width: 768px) {
  div.container.grey-container div.row div.col-md-4 p {
    font-size: 16px;
  }
  div.container.grey-container div.row div h3 {
    font-size: 24px;
  }
  section.content-section div.container div.row div:last-child {
    padding-right: 5px;
    padding-left: 5px;
  }
  div.container.grey-container div.row div.col-md-4.nss-col-1 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 515px) {
  section.content-section div.container div.row div:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }
  html body section.content-section div.container div.row div.col-sm-12 {
    padding-left: 5px !important;
  }
}
/*# sourceMappingURL=override.css.map */