.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.8);
	background-blend-mode: multiply;
	z-index: 999;
}
body.navOpen .site-header {
	height: 100vh;
}
.site-header-inner {
	position: relative;
	height: 5em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-k {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 3em;
	height: 3em;
}
.site-k img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.site-b {
	position: absolute;
	top: 2em;
	right: 1em;
	height: 3rem;
	display: flex;
}
.site-b-inner {
	height: 100%;
}
.site-b a:first-child {
	margin-left: 0;
}
.site-b a:last-child {
	margin-right: 0;
}
a.site-branding {
	display: block;
	height: 2.5em;
	margin: .5em auto 0 auto;
}
a.site-branding img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}