/*
Theme Name: AAArdvark Hello
Theme URI: https://aaardvarkaccessibility.com
Template: hello-elementor
Author: N Squared
Author URI: https://nsquared.io
Description: A custom child theme of Hello for AAArdvark Accessibility
Version: 1.0.0

*/

.sticky-header {
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    left: 0;
    opacity: .25;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 300ms ease-in-out;
    visibility: hidden;
    z-index: 999
}

.sticky-header.visible {
    opacity: 1;
    visibility: visible
}