/*
Theme Name: MyTheme
Theme URI: 
Author: bfutschek
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
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: twentytwentyfour
Text Domain: mytheme
Tags: 
*/



/* Sticky Header */
#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -8px 27px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    transition: top 0.8s ease, opacity 0.7s ease;
}


/** Small display setup **/

@media screen and (max-width:700px) {
    
    #mobilenoshow {
        display: none;
    }
    
    #menu-logo {
        width: 20px;
        max-height: auto;
    }
    .wp-block-site-logo{
        width: 30px;
        height: 30px; 
    }
    

    .wp-block-navigation-item{
        font-size: 13px !important;
    }
}