/* @option user selected header layout setting */

#headerWrapper,
#header {
	position: relative;
	height: 80px;
}

#header img {
	max-height: 80px;
	width: auto;
}

#siteTitle a {
	line-height: 80px;
}

#RaftNavButton,
#RaftNavButton .menu-opened,
#RaftNavButton .menu-closed {
	line-height: 80px;
	height: 80px;
}

#RaftNav {
	max-height: 80px;
}

@media screen and (min-width: 768px) {
	#headerWrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 300;
		height: 80px;
	}
	
	#RaftNav li a {
		line-height: 80px;
		height: 80px;
	}
	
	#VolcanoHeaderSpacer {
		display: block;
		height: 80px;
	}
}