/*
Theme Name: BASM
Theme URI: https://bautomation.com
Author: Kevin Batdorf
Description: Block theme for bautomation.com (Business Automation Specialists of Minnesota). Rebuild off Themosis 1.3 onto modern WordPress FSE.
Version: 0.1.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: basm
*/

/* Sticky header */
header.wp-block-group.has-header-gradient-background {
	position: sticky;
	top: 0;
	z-index: 100;
}

/* Search field legibility on the dark header */
.wp-block-search__input {
	border: 0;
	border-radius: 4px;
	padding: 0.45rem 0.6rem;
}

/* Nav link spacing/underline on hover */
.wp-block-navigation a:hover {
	text-decoration: underline;
}

/* Round buttons a touch */
.wp-element-button,
.wp-block-button__link {
	border-radius: 4px;
}
