.navbar-index.index {
  background-color: #f6f6f6 !important;
}

.navbar-index .navbar-nav li a p {
  color: #000 !important;
}

.navbar-default.primary_bg {
  background-color: #fff !important;
}

.tsn-pagebanner--microsite-background {
  background-image: url(/storage/tenancies/capel/capel_background.jpg) !important;
  height: 41rem !important;
}

/* Desktop style */
.mt-4.landing-section__text {
  margin-left: -145px;
  background-color: #252b39;
  padding: 15px;
  border-radius: 8px;
  color: #ffd857;
  max-width: 70%;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  #pageTitle {
    margin-left: 0;
    max-width: 100%;
  }

  .mt-4.landing-section__text {
    margin-left: 0;        /* Fix alignment */
    max-width: 100%;       /* Expand properly */
    padding: 15px;
    border-radius: 8px;
    background-color: #252b39;
    color: #ffd857;
  }
}