/*
Theme Name: Variations Child
Template: variations
Author: Tyler Moore
Description: Variations is a block theme and hopefully the last theme you will even have to install. It comes with many different templates and block patterns to make creating a website easy.
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Version: 4.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: variations
Tags: one-column, wide-blocks, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, sticky-post
*/

/* === Custom Styles for Header/Footer Hover and Active Menu Item === */

/* Active menu item styling */
nav .current-menu-item > a,
.wp-block-navigation__item.is-current-page > a {
    color: #fce77d;
    background-color: #f96167;
}

/* Header hover effect */
header a:hover,
header nav a:hover,
header .wp-block-navigation__item a:hover,
header .wp-block-navigation__item:hover > a {
    color: #FFA500;
    transition: color 0.3s ease;
}

/* Footer hover effect */
footer a:hover,
footer nav a:hover,
footer .wp-block-navigation__item a:hover,
footer .wp-block-navigation__item:hover > a {
    color: #FFA500;
    transition: color 0.3s ease;
}
