/*
Theme Name: Blue Theme
Theme URI: https://JerGrafsgaard.com/
Author: Jer Grafsgaard
Author URI: https://JerGrafsgaard.com/
Description: Quinn's Fins Custom Branded Theme
Version: 1.0
License: All Rights Reserved. Copyright 2025. Used with permission and limited license.
License URI: https://JerGrafsgaard.com/
Text Domain: blue-theme
*/

.main-navigation {
    background: #f0f0f0;
    padding: 1em;
    margin-top: 1em;
}
.main-navigation .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1em;
}
.main-navigation .menu li {
    display: inline-block;
}
.main-navigation .menu a {
    text-decoration: none;
    color: #333;
}
.main-navigation .menu a:hover {
    text-decoration: underline;
}


/** Begin Add Code (along with Theme's header.php and function.php) 
to always position woocommerce sitewide store notice above page content */
.woocommerce-store-notice {
    position: fixed !important;
}

body.has-store-notice header {
    padding-top: 55px; /* adjust to the banner’s real height */
}
/** End Add Code (along with Theme's header.php and function.php) 
to always position woocommerce sitewide store notice above page content */