html, body {
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
  color: #1E1E1E;
  font-size: 19px;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
a, a:hover, a:visited {
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5 {
  font-family: "Noto Sans", sans-serif;
}
section {
  padding: 2rem 0;
}
h2 {
  font-size: 40px;
  color: #0A5001;
  font-weight: 800;
}
h3 {
  font-size: 32px;
  color: #0A5001;
  font-weight: 800;
}
header {
  padding: 2rem 0;
}
#lpBanner {
  position: relative;
  padding: 0;
}
#lpBanner .banImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lpBanner .banImg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lpBanner .banCnt {
  position: relative;
  color: #fff;
  background: #0A5001;
  padding: 2rem 0;
}
#lpBanner .banCnt .banTagline {
  color: #FFFF00;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 12px;
}
#lpBanner .banCnt .banTtl {
  font-size: 40px;
  font-weight: 800;
  line-height: 59px;
  letter-spacing: 0.64px;
}
#lpBanner .banCnt .banText {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 150% */
}
#reserveCta {
  position: relative;
  color: #fff;
  padding: 3rem 0;
  text-transform: uppercase;
  background: url(../images/cta-bg.jpg) center top no-repeat;
  background-size: cover;
}
.pt-64 {
  padding-top: 64px;
}
.parallax {
  background-attachment: fixed !important;
  background-position: top center;
  background-repeat: no-repeat;
}
.ctaTxt {
  font-size: 40px;
  text-align:center;
}
.ctaBtn {
  border: 1px solid #FFFF00;
  color: #FFFF00;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 26px;
  margin-top: 30px;
}
.ctaBtn:hover {
  background: #FFF000;
  color: #0A5001;
}
.ctaBtn .icon {
  padding-left: 8px;
}
#lpDomes, #lpPackages {
  padding: 0 0 2rem 0;
}
#lpDomes h2, #lpPackages h2 {
  margin-bottom: 60px;
}
.lpCard {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
  color: #1E1E1E;
  text-decoration: none;
  margin-bottom: 30px;
}
.lpCard.shadow {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.lpCard.shadow:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}
.lpCard.border {
  border: 1px solid #D2D2D2;
}
a:hover .lpCard {
  text-decoration: none;
  color: #1E1E1E;
}
.lpCard .cardImg {
  height: 200px;
  overflow: hidden;
}
.lpCard .cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpCard .cardTtl {
  background: #FFFF00;
  text-align: center;
  padding: 10px;
  color: #0A5001;
  font-size: 24px;
  font-weight: 800;
}
.lpCard .cardTtl .hover, .lpCard:hover .cardTtl .default {
  display: none;
}
.lpCard:hover .cardTtl .hover, .lpCard .cardTtl .default {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lpCard .cardTtl .hover .icon {
  margin-left: 10px;
  font-size: 28px;
}
.lpCard .cardDesc {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
.lpCard .cardDesc .guests, .lpCard .cardDesc .minStay {
  text-align: center;
}
.lpCard .cardDesc .cost {
  text-align: center;
  padding-top: 15px;
}
.lpCard .cardDesc .cost strong {
  font-size: 28px;
  color: #0A5001;
}
#lpTestimonial {
  background: #0A5001;
  color: #fff;
}
#lpTestimonial h2 {
  color: #fff;
}
.featureList {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #1e1e1e;
}
.featureList li {
  display: flex;
  margin-bottom: 10px;
}
.featureList li .icon {
  margin-right: 12px;
}
#snowDomeGal {
  background: #D9D9D9;
}
#snowDomeGal img {
  margin-bottom: 30px;
}
#lpPackages .container {
  margin-bottom: 30px;
}
#lpGallery, #lpTestimonial {
  position: relative;
}
.galHolder {
  border-radius: 16px;
  padding: 20px;
  position: relative;
}
#lpGallery .galHolder {
  background: #D9D9D9;
}
.galBtn {
  display: none;
}
.owl-theme .owl-dots .owl-dot span{
    background:#fff;
}
.domeImg {
  padding: 30px 0;
  position: relative;
}
.domeImg .domeOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.domeBtn {
  text-transform: uppercase;
  color: #0A5001;
  background: #fff000;
  padding: 10px 36px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}
.domeBtn svg {
  margin-left: 8px;
}
.domeBtn:hover {
  background: #0A5001;
  color: #FFFF00;
}
.domeFeatures {
  margin: 60px 0 15px 0;
}
.domeFeatures h3 {
  margin-bottom: 30px;
}
.footer-copyright {
  position: relative;
  margin: 0;
  border-top: 3px solid #fff;
}
.footer-wrapper {
  padding: 60px 0 0 0;
}
.footer-wrapper .widget-title {
  color: #354333;
  font-size: 30px;
  font-family: 'ralewaybold';
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 30px 0;
  padding: 0 0 10px;
  position: relative;
  border-bottom: 3px solid #e6ede5
}
.footer-wrapper .widget-title:after {
  width: 50px;
  background: #0a5000;
  height: 3px;
  content: '';
  left: 0;
  bottom: -3px;
  position: absolute;
}
.footer-wrapper .widget ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.footer-wrapper .widget ul li {
  margin: 0;
  padding: 0 0 7px 12px;
  list-style: none;
  position: relative;
  background: url(../images/foot-nav.png) left 6px no-repeat;
}
.footer-wrapper .widget ul li a {
  color: #656666;
  font-family: 'latoregular';
  font-size: 15px;
}
.footer-wrapper .widget ul li a:hover {
  color: #0a5000;
}
.footer-wrapper .widget span {
  float: left;
  margin: 0 20px 0 0;
}
.footer-wrapper .widget span a {
  display: block;
  width: 51px;
  height: 51px;
  background: #e6f1f7;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #0773b3;
  line-height: 51px;
}
.footer-wrapper .widget span a {
  color: #0a5000
}
.footer-wrapper .widget span a:hover {
  color: #fff;
}
.footer-wrapper .widget p {
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #656666;
  line-height: 27px;
  font-family: 'latoregular';
}
.footer-wrapper .widget p strong {
  font-family: 'latobold';
}
.footer-wrapper .widget span a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e5e5e5;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer-wrapper .widget span a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a5000;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.footer-wrapper .widget span a:hover, .footer-wrapper .widget span a:focus, .footer-wrapper .widget span a:active {
  color: white;
}
.footer-wrapper .widget span a:hover:before, .footer-wrapper .widget span a:focus:before, .footer-wrapper .widget span a:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.footer-wrapper .container a:hover {
  text-decoration: underline;
}
.footer-wrapper .container {
  margin-bottom: 125px;
}
.footer-wrapper .footer-copyright .container {
  margin-bottom: 0px;
}
.footer-copyright {
  margin: 0;
  background: #0a5000;
  padding: 15px 0;
  color: #a6cda0;
  font-size: 14px;
  z-index: 888;
  width: 100%;
}
.footer-copyright .pull-left {
  padding-top: 10px;
}
.footer-copyright .pull-right span {
  padding: 0 20px;
  display: inline-block;
}
.footer-copyright .pull-right span:first-child {
  padding-left: 0
}
.footer-copyright .pull-right span:last-child {
  padding-right: 0
}
.flexSpace {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.logoFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}
.logoFlex img{
    padding:0 10px;
}
.imgPopHolder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.imgPopHolder.active {
  display: block;
}
.imgPopHolder .imgPopup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgPopHolder .imgPop {
  position: relative;
  background: #fff;
  border: 15px solid #fff;
}
.imgPopHolder .imgPop img {
  max-height: 80vh;
}
.imgPopHolder .imgPop .container {
  padding: 0;
}
.imgPopHolder .popClose {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 1.5rem;
  z-index: 99;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.galPop {
  cursor: pointer;
}
.copyTxt {
  text-align: center;
}
@media screen and (min-width:992px) {
  .galHolder {
    padding: 40px 80px;
  }
  h2 {
    font-size: 60px;
  }
  section {
    padding: 5rem 0;
  }
  #lpBanner .banCnt .banTtl {
    font-size: 64px;
  }
  #lpBanner .banImg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #lpBanner .banCnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background: none;
    padding-bottom: 15%;
  }
  #lpBanner #reserveCta {
    width: 100%;
    z-index: 99;
    font-size: 40px;
  }
  #lpBanner .banCnt .banText {
    font-size: 30px;
  }
    .catTxt{
        text-align:left;
    }
  #reserveCta .ctaTxt {
    font-weight: 700;
  }
  #lpBanner #reservCta .ctaBtn {
    font-weight: 500;
  }
  .lpCard .cardTtl {
    font-size: 32px;
  }
  .featureList {
    display: flex;
    flex-wrap: wrap;
  }
  .featureList li {
    width: 50%;
    display: flex;
  }
  .ctaBtn {
    margin-top: 0;
  }
  .flexSpace {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  #lpPackages .container .domeFlex {
    display: flex;
  }
  #lpDomes, #lpPackages {
    padding: 0 0 5rem 0;
  }
  .logoFlex {
    margin-top: 0px;
  }
  .rowFlex {
    display: flex;
    align-items: center;
  }
  .copyTxt {
    text-align: left;
  }
  #lpBanner .banCnt .banTagline, #lpBanner .banCnt .banTtl {
    margin-bottom: 30px;
  }
  .galBtn {
    color: #FF0;
    font-size: 1.75rem;
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  #lpGallery .galBtn::after {
    content: '';
    width: 30px;
    height: 30px;
    background: #0A5001;
    z-index: 77;
    position: absolute;
    border-radius: 50%;
  }
  #lpGallery .galBtn:hover::after {
    background: #FF0;
  }
  .galBtn svg {
    position: relative;
    z-index: 88;
  }
  #lpGallery .galBtn:hover {
    color: #0A5001;
  }
  #lpTestimonial .galBtn {
    color: #FFFF00;
    background: none;
  }
  #lpTestimonial .galBtn:hover {
    color: #fff;
  }
  .galBtn.galPrev {
    top: 50%;
    left: 25px;
  }
  .galBtn.galNext {
    top: 50%;
    right: 25px;
  }
  #lpTestimonial .galBtn {
    top: 25%;
  }
  #lpTestimonial .item {
    text-align: center;
    padding: 0 30px;
  }
    .owl-theme .owl-dots{
        display:none;
    }
}