.navbar-index.index {
  background-color: #fff !important;
}

.navbar-index .navbar-nav li a p {
  color: #fff !important;
}

.navbar-default.primary_bg {
  background-color: #a14593 !important;
}

.tsn-pagebanner--microsite-background {
  background-image: url(/storage/tenancies/ccn/ccn_background.jpg) !important;
  height: 39rem !important;
}

.navbar-index .navbar-brand img {
  max-height: 80px;
  padding: initial !important;
}

#pageTitle {
  margin-left: -120px;
margin-top: 100px;
  background-color: #fff;
  color: #a14593;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 2.0rem;
  max-width: 100%;
}





.mt-4.landing-section__text {
  background-color: #a14593;
  padding: 10px;
  border-radius: 8px;
margin-top: 100px;
  margin-left: -120px;
  color: #fff;
  max-width: 100%;
}

/* Responsive fix */
@media (max-width: 768px) {
  #pageTitle {
    margin-left: 0;
    max-width: 100%;
  }

.mt-4.landing-section__text {
    margin-left: 0px;
    max-width: 100%;
  }
}

  }