/*
Theme Name: Stark Basic Pro
Theme URI: https://starkweb.in/
Author: Nithin
Author URI: https://starkweb.in/
Description: Minimal, modern, responsive starter theme with Bootstrap, Swiper, and a prebuilt 'Flower Hub' styled homepage.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starkbasicpro
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, blog, responsive-layout, editor-style
*/
/* === Transparent overlay header on homepage === */
.site-header.header-overlay{
  position: absolute;
  top: 0; left: 0; right: 0;
  background: transparent !important;
  border-bottom: 0;
  z-index: 50; /* above hero */
}

/* Brand & links appear white on hero */
.site-header.header-overlay .navbar-brand,
.site-header.header-overlay .brand-tag,
.site-header.header-overlay .nav-link{
  color: #fff !important;
  opacity: .92;
}
.site-header.header-overlay .nav-link:hover,
.site-header.header-overlay .navbar-brand:hover{ opacity: 1; }

/* Mobile menu when opened over hero */
.site-header.header-overlay .navbar-collapse.show{
  background: rgba(0,0,0,.35);
  padding: 8px;
  border-radius: 12px;
}

/* On inner pages (non-overlay) give space under fixed header height */
.site-header:not(.header-overlay) + #primary{
  padding-top: 72px; /* approximate header height */
}

/* Remove any top margin from hero so it touches the top */
.fh-hero{ margin-top: 0 !important; }
