header {
	padding: 0;
	margin: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #BDBDBD;
	z-index: 1000;
	margin-bottom: 1em;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	header {
		position: fixed;
		height: 4.25em;
	}
}

#header-spacer {
	height: 6em;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	#header-spacer {
		display: block;
	}
}

#header-container {
	width: 100%;
	max-width: 1600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1em auto;
	padding-top: 1em;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	#header-container {
		width: 54%;
		flex-direction: row;
		min-width: 800px;
	}
}

#search-bar-container {
	text-align: center;
	width: 90%;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	#search-bar-container {
		text-align: right;
		width: 70%;
	}
	#search-bar-container form {
		margin: 0 0 0 auto;
	}
}

#sound-credit-logo {
	max-height: 2em;
	width: auto;
}

.logo {
	text-align: center;
	margin: 0 auto;
	width: 90%;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.logo {
		text-align: left;
		width: 30%;
		margin-bottom: 0;
	}
}