/**
 * Theme Name: Twenty Twenty-Five Child
 * Template:   twentytwentyfive
 */

div#landing-nav-bar{
	position: sticky;
	top: calc(0px + var(--wp-admin--admin-bar--height, 0px));
	z-index: 1000;
}