/*!
 * Photo Cartagena — minimal overrides only.
 * Look & feel come from Alpha master.css (travel-agency).
 * Do not reintroduce custom cream/teal/serif themes here.
 */

/* Signature logo in place of ALPHA. text logo */
.navbar-brand .logo {
  max-height: 42px;
  width: auto;
}

/* White signature on white scrolled nav */
.navbar.bootsnav:not(.navbar-transparent) .logo-scrolled,
.navbar.bootsnav.sticked .logo-scrolled {
  filter: brightness(0);
}

/* Our Story side images → Cartagena photos (same layout classes as template) */
.travel-bg-left {
  background-image: url(../images/cartagena/roman-theatre.jpg);
}

.travel-bg-right {
  background-image: url(../images/cartagena/harbour-2021.jpg);
}

/* Footer About Me signature */
.footer .footer-signature {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-top: 18px;
  opacity: 0.92;
}

/* Keep hero H1 at former H2 size (SEO: one H1, Alpha look unchanged) */
.hero-text h1 {
  font-size: 65px;
  color: #fff;
}

@media (max-width: 991px) {
  .hero-text h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 767px) {
  .hero-text h1 {
    font-size: 30px !important;
  }
}

/* FAQ section — light spacing within Alpha grid */
#faq h4 {
  margin-bottom: 8px;
}
