body {
	padding-top: 10vh !important;
	margin-top: 0 !important;
}
/* CSS for header.php */
.site-header {
	width: 100vw;
	height: 10vh;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.site-logo {
	max-height: 80%;
	max-width: 90vw;
	display: block;
	margin: 0 auto;
}
