/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/
Author: Your Name
Template: twentytwentyfive
Text Domain: twentytwentyfive-child
Description: Child theme for Twenty Twenty-Five.
Version: 1.0.0
*/
/* Ensure the header is transparent and sticky */
header.wp-block-template-part {
    /*background-color: transparent !important;*/
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
}
header.wp-block-template-part > div {
    background: rgba(0,0,0,0.2) !important;
  }


.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    outline-offset: 4px;
    font-size: 16px;
    text-transform: uppercase;
}