/*** header for single pages **/

.single-page header.post-header{
	position: fixed;
	top: 0;
	left:0;
	padding: 0;
	width: 100%;
	z-index: 1;
	height: var(--single-page-header-height);

	box-shadow: 0 0 20px 2px #bbb;
	background-color: var(--section-dark-bg-color);
	color: var(--section-dark-text-color);
}

header .single-header-nav {
	display: flex;
}

header .single-header-nav .brand-container {
    flex: auto;
    align-self: center;
}

header .single-header-nav .nav-items {
    flex: auto;
    align-self: center;
}



header .single-header-nav .fn-item {
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
	opacity: 1;
}


header .single-header-nav .brand img {
	width: 90px;
}