/*
Theme Name: J A Plant Hire
Theme URI: https://www.waynebeauchamp.co.uk/
Author: Wayne Beauchamp
Author URI: https://www.waynebeauchamp.co.uk/
Description: A child theme for TT5.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Template: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Five Child WordPress Theme, (C) 2025 WordPress.org
Twenty Twenty-Five Child is distributed under the terms of the GNU GPL.
*/


header {
  position: sticky;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  /* padding: 25px 0; */
  background: white;
  z-index: 999;
}

#site-header.shrink {
	/* padding: 10px 0; */
	/* background-color: rgb(255,255,255, 0.7); */
}

#site-header img {
	transition: all 0.3s ease;
}

#site-header.shrink img {
	max-height: 50%;
	max-width: 50%;
}