/*
Theme Name: D&D Theme
Theme URI: 
Author: Bradley Moore
Author URI: 
Description: A child theme from Twenty Twenty-five for use as the main theme for Distractions and Detours
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: dd-theme
Tags: 
*/

body::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 722px;              /* adjust to your image display size */
  height: 538px;             /* adjust to your image display size */
  background-image: url('/wp-content/uploads/2025/11/header-content-bg.webp'); /* update path */
  background-repeat: no-repeat;
  background-size: contain;  /* or 'cover' if you want full box coverage */
  background-position: top right;
  pointer-events: none;      /* allows clicks to pass through */
  z-index: -1;             /* above content; lower if it hides menus you need to click */
  opacity: 0.9;              /* optional, soften it */
}


.wp-block-collapsing-archives > h2.widget-title{
	display: none;
}

/* Minimal utility: make any <a> look like a core button */
.a-as-button {
  /*display: inline-flex;
  align-items: center;
  justify-content: center; */
  font: inherit;
  text-decoration: none;
  color: var(--wp--preset--color--base);
  background: var(--wp--preset--color--contrast);
  padding: 14px 32px;
  border: 0;
  border-radius: 9999px;
}
.a-as-button:hover { opacity: 0.9; }