@charset "utf-8";
/* CSS Document */
.my-logo {
  height: 42%;
  max-height: 48px; /* safety cap */
  width: auto;
}

/* Pull section heading closer to hero */
.centerThis {
  margin-top: -30px; /* adjust between -20px and -40px */
}
.centerThis {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}





/*.alert-primary{
  color: #1d489a !important;
  background-color: #e8f0ff !important;
  border-color: #bcd3ff !important;
}*/

/* =========================
   MASTHEAD TYPOGRAPHY — MOBILE SCALING
   ========================= */

/* Hero wrapper */
/* ===== HERO VIDEO (CLEAN IMPLEMENTATION) ===== */

/* ===== HERO VIDEO (FINAL CLEAN VERSION) ===== */

/* ===== HERO VIDEO LIVE OVERRIDES (PUT LAST IN CSS FILE) ===== */

/* ===== VIDEO HERO FINAL FIX ===== */

/* ===== VIDEO HERO: CHROME + EDGE FIX (HERO ONLY) ===== */

/* Make hero layout stable across browsers */

/* Fine-tune vertical centering of hero text */


/* ===== VIDEO HERO SPACING (CLEANED & SAFE) ===== */

/* ===== VIDEO HERO (FINAL REVISED BLOCK) ===== */

header.masthead.video-hero {
  position: relative;
  overflow: hidden;
  background-color: #000;
  min-height: clamp(380px, 78vh, 980px);

  /* Override Bootstrap masthead padding */
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  /* Stable centering across browsers */
  display: grid;
  place-items: center;
  text-align: center;
}

/* Hero content wrapper */
header.masthead.video-hero .container {
  position: relative;
  z-index: 2;

  /* Push content down (Edge + Chrome friendly) */
  transform: translateY(140px);
}

/* CTA spacing + button comfort */
header.masthead.video-hero .btn {
  margin-top: 28px;
  margin-bottom: 120px;   /* MORE space below button */
  padding: 16px 36px;    /* slightly larger button */
}

/* Background video */
header.masthead.video-hero video.hero-video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Overlay for readability */
header.masthead.video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Mobile tuning */
@media (max-width: 768px) {
  header.masthead.video-hero .container {
    transform: translateY(70px);
  }

  header.masthead.video-hero .btn {
    margin-bottom: 110px; /* extra room on mobile */
    padding: 14px 32px;   /* slightly smaller on mobile */
  }
}

@media (max-width: 768px) {
  h1.section-heading {
    margin-top: 32px; /* try 32–48px */
  }
}


/*---------------------------------------------------------------*/

/* Desktop: nudge nav up slightly */
@media (min-width: 992px) {
  #mainNav {
    padding-top: 12px;   /* try 12–16px */
    padding-bottom: 12px;
  }
}







/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/

@media (min-width: 220px) and (max-width: 576px) {
	
	.centerThis{
		
		font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
		padding-top: 1.2rem;
	}
	
}






/* Small phones (≤320px) */
@media (max-width: 320px) {
  header.masthead {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  header.masthead .masthead-heading {
    font-size: 1.50rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }

  header.masthead .masthead-subheading {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 1.25rem;
  }
}

/* Standard phones (321px–375px) */
@media (min-width: 321px) and (max-width: 576px) {
  header.masthead {
    padding-top: 9rem;
    padding-bottom: 6.5rem;
  }

  header.masthead .masthead-heading {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 1.75rem;
  }

  header.masthead .masthead-subheading {
    font-size: 1.10rem;
    line-height: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

/* Large phones (376px–575px) */
@media (min-width: 376px) and (max-width: 575px) {
  header.masthead {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
/* Adjust Professional drone services here */
  header.masthead .masthead-heading {
    font-size: 2.3rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
  }

  header.masthead .masthead-subheading {
    font-size: 1.4rem;
    line-height: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

/* Tablets (576px–767px) */
@media (min-width: 576px) and (max-width: 767px) {
  header.masthead {
    padding-top: 13rem;
    padding-bottom: 10rem;
  }

  header.masthead .masthead-heading {
    font-size: 3.74rem;
    line-height: 3.8rem;
  }

  header.masthead .masthead-subheading {
    font-size: 1.85rem;
    line-height: 2rem;
  }
}


/* =========================
   LOGO SCALING — MOBILE
   ========================= */

/* Small phones (≤320px) */
@media (max-width: 320px) {
  .my-logo {
    height: 62%;
    width: auto;
  }
}

/* Standard phones (321px–375px) */
@media (min-width: 321px) and (max-width: 375px) {
  .my-logo {
    height: 68%;
    width: auto;
  }
}

/* Large phones (376px–575px) */
@media (min-width: 376px) and (max-width: 575px) {
  .my-logo {
    height: 60%;
    width: auto;
  }
}

