/* Custom Header Styles for AgeFix.com */

/* Double the header height and make logo bigger */
.header .navbar {
  min-height: 120px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.header .navbar-brand img {
  max-width: 300px !important;
  height: auto !important;
  transition: all 0.3s ease;
}

/* Adjust menu items vertical alignment for taller header */
.header .navbar-nav {
  align-items: center;
}

.header .navbar-nav .menu li a {
  line-height: 90px !important;
}

/* Mobile responsive adjustments */
@media (max-width: 991px) {
  .header .navbar {
    min-height: 80px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .header .navbar-brand img {
    max-width: 200px !important;
  }
  
  .header .navbar-nav .menu li a {
    line-height: normal !important;
    padding: 10px 0 !important;
  }
}

/* Fix for sticky header scroll behavior */
.header.sticky .navbar {
  min-height: 80px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: all 0.3s ease;
}

.header.sticky .navbar-brand img {
  max-width: 200px !important;
  transition: all 0.3s ease;
}

.header.sticky .navbar-nav .menu li a {
  line-height: 60px !important;
  transition: all 0.3s ease;
}
