/*
Theme Name:   Ollie Child
Theme URI:    https://olliewp.com
Description:  A child theme for Ollie.
Author:       OllieWP
Author URI:   http://example.com
Template:     ollie
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: blog, portfolio, entertainment
Text Domain:  ollie
*/

/* add sticky header */
.site-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 50;
}

/* prevent cover image in header from exploding to its native height */
@media (max-width: 781px) {
    .wp-block-cover:not(.has-aspect-ratio) {
        min-height: 0px !important;
    }
}

.wp-block-navigation__container .current-menu-item > a,
.wp-block-navigation__container .has-child button:hover,
:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
	text-decoration: none;
    color: var(--wp--preset--color--primary)!important;
    transition: color 500ms ease-in-out;
}

html, body {
    scroll-behavior: smooth;
}