/*
Theme Name: Jada Solutions
Theme URI: https://thefreewebsiteguys.com/
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com/
Description: A relationship-driven consulting theme for Jada Solutions, powered by React and the WordPress Customizer.
Version: 1.5.2
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jada-solutions
*/

/* Application styles are enqueued from assets/build/theme-app.css */

body.admin-bar #tmt-app .tmt-site-header {
	top: 32px;
}

body.admin-bar section[id] {
	scroll-margin-top: 116px;
}

@media (min-width: 768px) {
	body.admin-bar section[id] {
		scroll-margin-top: 128px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar #tmt-app .tmt-site-header {
		top: 46px;
	}

	body.admin-bar section[id] {
		scroll-margin-top: 130px;
	}
}
