/*
Theme Name: goofytoonie
Theme URI: 
Author: Eugene Parmon prmn.co
Author URI: 
Description: Chil theme for prmn.co
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: goofytoonie
Tags: 
*/

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent !important;
  mix-blend-mode: difference;
  color: white;
  pointer-events: auto;
}

.custom-header a {
  color: inherit;
  mix-blend-mode: difference;
  text-decoration: none;
}

.custom-header a:hover {
  text-decoration: underline;
}

.custom-footer a {
  color: inherit;
  mix-blend-mode: difference;
  text-decoration: none;
}

.custom-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .mobile-top-spacing {
    padding-top: 100px;
  }
}