/*
Theme Name: SMF
Author: Mike Staples
Author URI: https://drawn2design.net
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: smf
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
main {
	padding-top: 110px !important;
}
body.home main {
	padding-top: 0;
}
.site-header {
	width: 100%;
	position: fixed;
	z-index: 100;
}
.wp-block-post-title {
	padding-top: 40px;
}
.site-footer-wrap {
	position: relative;
}

.page-id-23 .site-footer .footer-columns {
	display: none;
}