/* =========================================================
   JOY FELLOWSHIP MINISTRIES – CLEAN CUSTOM OVERRIDES
   SAFE: No duplication, no conflicts
   ========================================================= */
/* ================= JFM COLOR SYSTEM ================= */
:root {
  /* Primary – Soft Gold */
  --jfm-primary: #fbbf24;

  /* Dark Accent – Hover / Emphasis */
  --jfm-accent: #b45309;

  /* Neutral Dark – Text / Footer */
  --jfm-dark: #111827;

  /* Light backgrounds */
  --jfm-light: #f9fafb;
}
/* ================= JFM COLOR SYSTEM ================= */
:root {
  /* Primary – Soft Gold */
  --jfm-primary: #fbbf24;

  /* Dark Accent – Hover / Emphasis */
  --jfm-accent: #b45309;

  /* Neutral Dark – Text / Footer */
  --jfm-dark: #111827;

  /* Light backgrounds */
  --jfm-light: #f9fafb;
}
/* ================= NAVBAR ================= */
#ftco-navbar {
  background: var(--jfm-primary) !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}

#ftco-navbar .navbar-brand,
#ftco-navbar .nav-link span {
  color: #ffffff !important;
}

/* Hover */
#ftco-navbar .navbar-brand:hover,
#ftco-navbar .nav-link:hover span {
  color: var(--jfm-dark) !important;
}
/* ================= BUTTONS ================= */
.btn-primary {
  background-color: var(--jfm-primary) !important;
  border-color: var(--jfm-primary) !important;
  color: var(--jfm-dark) !important;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: var(--jfm-accent) !important;
  border-color: var(--jfm-accent) !important;
  color: #ffffff !important;
}
/* ================= ICONS & HIGHLIGHTS ================= */
.icon,
.flaticon,
.ion-ios-checkmark-circle {
  color: var(--jfm-primary);
}
/* ================= SECTION BACKGROUNDS ================= */
.bg-light {
  background-color: var(--jfm-light) !important;
}

.ftco-section {
  background-color: #ffffff;
}
/* ================= TEXT ================= */
body {
  color: var(--jfm-dark);
}

.heading-section h2,
h1, h2, h3, h4 {
  color: var(--jfm-dark);
}

p {
  color: #4b5563; /* softer than pure black */
}
/* ================= CARDS ================= */
.media.block-6,
.event-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-top: 4px solid var(--jfm-primary);
  transition: all 0.3s ease;
}

.media.block-6:hover,
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
/* ================= FOOTER ================= */
.jfm-footer {
  background: var(--jfm-dark);
  color: #d1d5db;
}

.jfm-footer h3,
.jfm-footer h4 {
  color: #ffffff;
}

.jfm-footer a:hover {
  color: var(--jfm-primary);
}

/* ================= NAVBAR THEME ================= */

#ftco-navbar {
  background: linear-gradient(90deg, #f59e0b, #fbbf24) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* ================= CHURCH BRAND – FINAL POLISH ================= */

.church-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Logo */
.church-logo {
  height: 42px;
  width: auto;
  margin-right: 14px;
  transition: transform 0.3s ease;
}

/* ================= BRAND TEXT FIX ================= */

/* DEFAULT STATE – BRIGHT WHITE */
#ftco-navbar .church-name {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff !important;   /* FORCE WHITE */
  letter-spacing: 0.6px;
  white-space: nowrap;

  /* subtle readability glow */
  text-shadow:
    0 1px 3px rgba(0,0,0,0.35),
    0 0 8px rgba(255,255,255,0.4);

  transition: all 0.3s ease;
}

/* HOVER STATE – DARK / CONTRAST */
#ftco-navbar .church-brand:hover .church-name {
  color: #1f2933 !important;  /* dark elegant */
  text-shadow:
    0 2px 6px rgba(0,0,0,0.4);
}


.church-brand:hover .church-logo {
  transform: scale(1.06);
}

/* Mobile */
@media (max-width: 768px) {
  .church-name {
    font-size: 18px;
  }

  .church-logo {
    height: 34px;
  }
}


/* ================= NAV LINKS ================= */

#ftco-navbar .navbar-nav .nav-link span {
  color: #ffffff;
  font-weight: 600;
  transition: color 0.3s ease;
}

#ftco-navbar .navbar-nav .nav-link:hover span {
  color: #1f2933;
}

/* ================= MOBILE TOGGLER ================= */

#ftco-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}

#ftco-navbar .navbar-toggler span {
  color: #ffffff;
}

/* ================= BUTTONS ================= */

.btn-primary {
  background: #f59e0b !important;
  border-color: #f59e0b !important;
}

.btn-primary:hover {
  background: #e68905 !important;
  border-color: #e68905 !important;
}

/* ================= ABOUT SECTION ================= */

.ftco-about .img,
.img-about {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.about-slider {
  width: 100%;
}

.about-slide h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.about-slide p {
  font-size: 16px;
  line-height: 1.7;
}

/* Elders */
.elder-img {
  width: 100%;
  max-width: 120px;
  border-radius: 50%;
}

/* ================= MINISTRIES SLIDER ================= */

.ministries-slider .services {
  background: linear-gradient(135deg, #fff7eb, #ffffff);
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.ministries-slider .services:hover {
  transform: translateY(-6px);
}

.ministries-slider h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

/* ================= SECTION HEADINGS ================= */

.heading-section h2 {
  font-weight: 700;
}

/* ================= FOOTER ================= */

.ftco-footer {
  background: #111;
}

.ftco-footer a:hover {
  color: #f59e0b !important;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .church-name {
    font-size: 18px;
  }

  .church-logo {
    height: 38px;
  }

  .about-slide {
    padding: 20px;
  }
}
/* ================= HOME SLIDER ================= */

.home-slider,
.home-slider .slider-item {
  position: relative;
}

/* Overlay for readability */
.home-slider .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}
/* ================= HERO CINEMATIC MOTION ================= */

/* Ensure slider items behave correctly */
.home-slider .slider-item {
  overflow: hidden;
}

/* Create smooth zoom using pseudo-layer */
.home-slider .slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  animation: zoomSlow 18s ease-in-out infinite;
  transform-origin: center;
}

/* Sync background image from inline style */
.home-slider .slider-item {
  position: relative;
}

.home-slider .slider-item > * {
  position: relative;
  z-index: 2;
}

/* Zoom animation */
@keyframes zoomSlow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}


/* Fixed text layer */
.hero-fixed-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

/* Text styling */
.hero-subtitle {
  display: block;
  font-size: 13px;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 15px;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.hero-title span {
  color: #fbbf24; /* soft gold */
}

.hero-tagline {
  margin-top: 20px;
  font-size: 18px;
  color: rgba(255,255,255,0.9);
}

/* Mobile */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .hero-tagline {
    font-size: 14px;
  }
}
/* ================= MODERN MINISTRIES SECTION ================= */

#ministries-section {
  background: linear-gradient(180deg, #fff7ed, #ffffff);
  padding: 90px 0;
}

/* Slider spacing */
.ministries-slider .owl-stage-outer {
  padding: 20px 0;
}

/* Ministry card */
.ministry-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 45px 30px;
  text-align: center;

  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Orange accent line */
.ministry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

/* Icon */
.ministry-card .icon {
  font-size: 52px;
  color: #f59e0b;
  margin-bottom: 20px;
  transition: transform 0.35s ease;
}

/* Title */
.ministry-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1f2933;
}

/* Text */
.ministry-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Hover effects */
.ministry-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.ministry-card:hover .icon {
  transform: scale(1.15);
}

/* Dots styling */
.ministries-slider .owl-dots .owl-dot span {
  background: #fbbf24;
}

.ministries-slider .owl-dots .owl-dot.active span {
  background: #f59e0b;
}

/* Mobile */
@media (max-width: 768px) {
  .ministry-card {
    padding: 35px 25px;
  }
}
/* ================= MODERN EVENTS SECTION ================= */

.events-modern {
  background: linear-gradient(135deg, #fffaf3, #ffffff);
}

.event-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  gap: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Date block */
.event-date {
  background: linear-gradient(180deg, #f59e0b, #fbbf24);
  color: #fff;
  border-radius: 8px;
  padding: 15px 12px;
  text-align: center;
  min-width: 70px;
}

.event-date .day {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.event-date .month {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Body */
.event-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.event-body p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.event-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-body ul li {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

/* Event types */
.event-type {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.event-type.conference {
  background: #fde68a;
  color: #92400e;
}

.event-type.seminar {
  background: #e0f2fe;
  color: #075985;
}

.event-type.weekly {
  background: #dcfce7;
  color: #166534;
}

/* Mobile */
@media (max-width: 768px) {
  .event-card {
    flex-direction: column;
  }

  .event-date {
    width: fit-content;
  }
}
/* ================= EVENTS CALENDAR ================= */

.calendar-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* Header */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-header h3 {
  margin: 0;
  font-weight: 700;
}

.calendar-header button {
  background: #f59e0b;
  border: none;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.calendar-header button:hover {
  background: #d97706;
}

/* Grid */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.day-name {
  font-weight: 600;
  text-align: center;
  color: #555;
}

/* Days */
.calendar-day {
  height: 90px;
  background: #fff7ed;
  border-radius: 8px;
  padding: 8px;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}

.calendar-day:hover {
  background: #fde68a;
}

/* Event marker */
.calendar-day.has-event::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #f59e0b;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
/* ================= EVENTS SLIDER ARROWS ================= */

.events-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.events-slider .owl-nav button {
  background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff !important;
  font-size: 18px;
  transition: all 0.3s ease;
}

.events-slider .owl-nav button:hover {
  background: #1f2933 !important;
  transform: scale(1.05);
}

.events-slider .owl-nav button span {
  font-size: 20px;
  line-height: 1;
}
/* ================= EVENTS SLIDER NAV FIX ================= */

.events-slider .owl-nav {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.events-slider .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.events-slider .owl-nav button:hover {
  background: #1f2933 !important;
  transform: scale(1.1);
}

.events-slider .owl-nav button span.owl-arrow {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: block;
}
/* ================= CONTACT & SUPPORT – MODERN ================= */

.contact-support-section {
  background: linear-gradient(180deg, #fff7eb, #ffffff);
}

/* Cards */
.info-card,
.support-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.card-title {
  font-weight: 700;
  margin-bottom: 25px;
  color: #1f2933;
}

/* Info items */
.info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

.info-item span {
  font-size: 22px;
  color: #f59e0b;
  min-width: 24px;
}

.info-item strong {
  display: block;
  font-weight: 600;
}

.info-item p {
  margin: 0;
}

.info-item a {
  color: #1f2933;
  font-weight: 600;
}

.info-item a:hover {
  color: #f59e0b;
}

/* Payment */
.payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.payment-box {
  background: linear-gradient(135deg, #0bf52a, #049c43);
  color: #ffffff;
  padding: 18px;
  border-radius: 10px;
  text-align: center;
}

.payment-box span {
  font-size: 22px;
  font-weight: 700;
}

/* Giving tags */
.giving-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.giving-tags li {
  background: #fff7eb;
  border: 1px solid #f59e0b;
  color: #1f2933;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
}

/* Quote */
.support-card blockquote {
  margin-top: 25px;
  padding-left: 15px;
  border-left: 4px solid #f59e0b;
  font-style: italic;
}

.support-card blockquote span {
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .payment-grid {
    grid-template-columns: 1fr;
  }
}
/* ================= PROFESSIONAL JFM FOOTER ================= */
/* ================= COMPACT PROFESSIONAL FOOTER ================= */

.jfm-footer {
  background: #111827;
  color: #e5e7eb;
  padding: 40px 0 20px; /* reduced height */
}

/* Columns */
.footer-col {
  margin-bottom: 20px;
}

/* Brand */
.footer-brand {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

/* Description */
.footer-description {
  font-size: 14px;
  line-height: 1.6;
  color: #d1d5db;
  max-width: 320px;
}

/* Theme Card */
.theme-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 16px;
}

.theme-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fbbf24;
}

.theme-verse {
  font-size: 14px;
  font-weight: 600;
  color: #fde68a;
  margin: 6px 0;
}

/* Titles */
.footer-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  font-size: 14px;
  color: #d1d5db;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fbbf24;
}

/* Social */
.footer-social {
  margin-top: 10px;
}

.footer-social a {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #fbbf24;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 15px;
  padding-top: 10px;
}

.footer-bottom p {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-col {
    text-align: center;
  }

  .footer-description {
    margin: 0 auto;
  }
}
/* ================= REDUCE GLOBAL SECTION SPACING ================= */

/* Default sections */
.ftco-section {
  padding: 60px 0 !important; /* was ~120px */
}

/* Light sections (ministries, events) */
.ftco-section.bg-light {
  padding: 55px 0 !important;
}

/* ================= REMOVE EXTRA CAROUSEL SPACE ================= */

.owl-carousel {
  margin-bottom: 0 !important;
}

.owl-dots {
  margin-top: 15px !important;
}

.owl-nav {
  margin-top: 10px !important;
}
/* ================= REMOVE EXTRA CAROUSEL SPACE ================= */

.owl-carousel {
  margin-bottom: 0 !important;
}

.owl-dots {
  margin-top: 15px !important;
}

.owl-nav {
  margin-top: 10px !important;
}
/* ================= ABOUT – CHURCH LEADERSHIP ================= */

.about-divider {
  margin: 30px 0 20px;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #fbbf24, transparent);
}

.church-leadership {
  text-align: left;
}

.leadership-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b45309; /* dark accent */
  margin-bottom: 8px;
  font-weight: 600;
}

.leadership-names {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #111827; /* neutral dark */
}

.leadership-names span {
  color: #fbbf24; /* soft gold separator */
}
/* ================= GALLERY SECTION ================= */

.gallery-section {
  background: #fff7ed; /* soft warm background */
  padding: 70px 0;
}

.gallery-item {
  height: 260px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.25);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.gallery-item:hover::after {
  opacity: 1;
}
/* ================= GALLERY ARROWS ================= */

.gallery-section {
  position: relative;
}

/* Owl nav container */
.gallery-section .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
}

/* Arrow buttons */
.gallery-section .owl-nav button {
  position: absolute;
  background: rgba(255, 255, 255, 0.85) !important;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  pointer-events: all;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

/* Left / Right positions */
.gallery-section .owl-nav .owl-prev {
  left: -25px;
}

.gallery-section .owl-nav .owl-next {
  right: -25px;
}

/* Arrow icon */
.gallery-arrow {
  font-size: 32px;
  font-weight: 600;
  color: #111827;
  line-height: 48px;
}

/* Hover effect */
.gallery-section .owl-nav button:hover {
  background: #fbbf24 !important; /* Soft Gold */
  transform: scale(1.08);
}

.gallery-section .owl-nav button:hover .gallery-arrow {
  color: #111827;
}

/* Mobile fix */
@media (max-width: 768px) {
  .gallery-section .owl-nav .owl-prev {
    left: 5px;
  }
  .gallery-section .owl-nav .owl-next {
    right: 5px;
  }
}
@media (max-width: 576px) {
  .church-name {
    font-size: 18px;
    white-space: normal;
    line-height: 1.2;
  }

  .church-logo {
    height: 32px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-tagline {
    font-size: 15px;
  }

  .hero-fixed-content {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .ftco-section {
    padding: 50px 0 !important;
  }

  .heading-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .gallery-section .owl-nav .owl-prev {
    left: 8px;
  }

  .gallery-section .owl-nav .owl-next {
    right: 8px;
  }
}
/* ================= RESPONSIVE BRAND FIX ================= */

.church-brand {
  max-width: 70%;
  display: flex;
  align-items: center;
}

.church-name {
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Tablet & small laptops */
@media (max-width: 992px) {
  .church-name {
    font-size: 22px;
  }
}

/* Phones */
@media (max-width: 576px) {
  .church-name {
    font-size: 18px;
    white-space: normal;
    line-height: 1.2;
  }
}
/* Force proper toggle visibility */
.navbar-toggler {
  border: none;
  outline: none;
}

@media (max-width: 768px) {
  #ftco-navbar .navbar-collapse {
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    padding: 15px;
    border-radius: 8px;
  }
}
/* Prevent nav wrapping before collapse */
#ftco-navbar .navbar-nav {
  white-space: nowrap;
}

