/*
Theme Name: JVK
Author:  JMS Marketing
Theme URI:  jvkauto.com
Author URI:  jmsmkt.com
Tags: Wordpress Themes, WP Themes, Custom Themes, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  JVK
Version: 1.0
License: Copyrighted
*/
/* Skip to main content link - visually hidden until focused */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 100;
  font-weight: bold;
}

.skip-link:focus {
  top: 0;
}

/* Base desktop - large screens */
@media (min-width: 992px) {
  .header-content .navbar {
    align-items: flex-end;
  }
  .header-content .navbar-brand img {
    height: 160px;
    width: auto;
    display: block;
    object-fit: contain;
  }
}

@media (min-width: 992px) {
  .header-content .navbar {
    align-items: flex-end;
    min-height: 0;
  }

  .header-content .navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
  }

  .header-content .navbar-brand img {
    height: clamp(80px, 11vw, 160px);
    width: auto;
    display: block;
    object-fit: contain;
  }
}
header {
  overflow: hidden; /* add this to your existing header rule */
}