/*
Theme Name: Sallie Lankenau
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Sallie Lankenau project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Offset fixed site header below the WordPress admin bar when logged in */
body.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}

body.admin-bar .site-mobile-nav {
  top: var(--wp-admin--admin-bar--height, 32px);
}

body.admin-bar section[id] {
  scroll-margin-top: calc(80px + var(--wp-admin--admin-bar--height, 32px));
}
