nav .header-bg {
    background: rgba(107,113,126,60%);
}
section.hero .carousel .carousel-inner .item img {
    display: block;
    width: 100%;
}
section.hero .carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: column;
}
/*
section.hero .carousel .item.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.8);
}*/
section.hero.darker-hero .carousel .carousel-caption h1,
section.hero.darker-hero .carousel .carousel-caption h3{
    font-family: 'Chakra Petch';
    font-weight: 700;
    font-size: 32px;
    /*font-size: 3rem;*/
    color:var(--gold);
    text-transform:uppercase;
      line-height: 38px;
      letter-spacing: 0.5px;
}
section.hero.darker-hero .carousel .carousel-caption p {
  font-family: 'Chakra Petch';
  font-weight: 700;
      font-size: 62px;
    /*font-size: 3.875rem;*/
  text-transform:uppercase;
  letter-spacing: 0;
  color: #FFF;
  line-height: 64px;
  margin-top: 20px;
}
ol.carousel-indicators {
    display: none;
}


.intro p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'Bitter';
    font-weight: 600;
}
section.intro .inner .text {
    padding: 0 2rem;
}
.panel-section.border-top {
    border-top: 1px solid var(--gray);
}
section.platformGrid .inner .col {
    margin-bottom: 2rem;
}

section.platformGrid.gridThree .inner .col {
    flex: 1 1 33.3333%;
}

section.platformGrid.gridFour .inner .col {
    flex: 1 1 25%;
}

section.platformGrid.gridThree .inner .col,
section.platformGrid.gridFour .inner .col,
section.platformGrid .inner .col.gridIntro {
    
}

section.platformGrid .inner .col.gridIntro {
    flex: 1 1 100%;
}


/*.parallax#billingSection {
  background-image:url(https://exerpadmin.clubepay.com/assets/exerp/Uploads/Content%20Parallax%20Banners/Payments_Sec_D_Image1.jpg);
}*/
.parallax#posSection {
  background-image:url(/assets/exerp/Media/Content%20Parallax%20Banners/Payments_Sec_D_Image1.jpg);
} 
.parallax#paymentSection {
  background-image:url(/assets/exerp/Media/Content%20Parallax%20Banners/Payments_Sec_D_Image2.jpg);
} 