/*
Theme Name: Devin.org Theme
Theme URI: https://devin.org
Description: A custom theme for the Devin.org website
Author: dlocc
Author URI: https://devin.org
Template: kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devin
*/

@import 'build/css/tailwind.css';

/*
 * Let the Perspective Grid hero (see InteriorHero.jsx) run full-bleed
 * behind the site's transparent, absolutely-positioned header on interior
 * page templates, instead of starting below Kadence's default header
 * clearance spacer.
 */
body.page-template-template-about #primary,
body.page-template-template-contact #primary,
body.page-template-template-events #primary,
body.page-template-template-projects #primary {
	margin-top: 0 !important;
}