/*
Theme Name: Kolam
Author: Kolam Digital
Author URI: https://kolamdigital.nl/
Description: Het eigen WordPress thema van Kolam Digital
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.3
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kolam
Tags: 
*/

/* 
* TEMPLATES
*/

/* 
* PATTERNS
*/

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: background 0.3s ease;
}

.sticky-header.scrolled {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* admin bar fix */
.admin-bar .sticky-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .sticky-header {
    top: 46px;
  }
}
