/*
 Theme Name:   Twenty Twenty-Two Child
 Theme URI:    http://git@gitlab.webbamboo.net:mats/twentytwentytwo.git
 Description:  Twenty Twenty-Two Child Theme
 Author:       Pavel Petrov
 Author URI:   http://webbamboo.net
 Template:     twentytwentytwo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentytwochild
*/
/** header.wp-block-template-part { position: sticky !important; top: 0; left: 0; right: 0; z-index: 1000;} */


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.stickyNav {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    background-color: white;
    z-index:100000000;
    left: 0px;
    color: black !important;
    margin-block-start: 0 !important;
    margin-right:1em;
    margin-left:1em;
}
  
.stickyNavLoggedin {
    position: fixed !important;
    top: 32px;
    width: 100% !important;
    background-color: white;
    z-index:100000000;
    left: 0px;
    color: black !important;
    margin-block-start: 0 !important;
    margin-right:1em;
    margin-left:1em;
}
  
.stickyNav li {
    color: black !important;
}

.stickyNavLoggedin li {
    color: black !important;
}