/*********************************************/

#header {
	width: 100%;
	background-size: 100% var(--header-height);
}

#body-columns {
	width: 100%;
	margin: 0px;
}

/*********************************************/

#menu {
	font-size: 28px;
	justify-content: space-around;
}
.menu-item {
	margin-left: -20px;
	line-height: 50px;
}
.menu-item-sub {
	top: 50px;
	left: 3px;
}
.menu-item-left,
.menu-item-right {
	width: 20px;
}
.menu-item-selected .menu-item-left {
	background-size: 150px 50px;
	background-position: 0px 0px;
}
.menu-item-selected .menu-item-mid {
	background-size: 150px 50px;
	background-position: -20px 0px;
}
.menu-item-selected .menu-item-right {
	background-size: 150px 50px;
	background-position: -130px 0px;
}

@media screen and (max-width: 900px) {
	#menu {
		margin-left: 30px;
		flex-direction: column;
	}
	#menu-compact-header {
		display: inline-block;
	}
	#menu-compact-table {
		display: table;
		width: 100%;
	}
	#menu-compact-button {
		display: table-cell;
		width: 30px;
		padding-right: 20px;
	}
	.menu-item {
		display: none;
		width: 140px;
		line-height: 46px;
		font-size: 28px;
		margin-left: -30px;
		padding-left: 30px;
		border-width: 0px 4px;
		border-color: white;
		border-style: solid;
		background-color: var(--bg-color-light);
		/*background-color: var(--menu-bg-color);*/
	}
	.menu-item-last {
		border-radius: 0px 0px 15px 15px;
		border-bottom-width: 4px;
	}
	.menu-item:hover {
		background-color: var(--menu-bg-color);
	}
	.menu-item-sub {
		top: 0px;
		left: 150px;
		background-color: var(--menu-bg-color);
	}
	#menu-item-first {
		margin-left: -30px;
	}
	.menu-item-selected div {
		background-image: none !important;
	}
	.menu-item-left,
	.menu-item-right {
		display: none !important;
	}
}

/*********************************************/

@media screen and (min-width: 801px) {
	#main-column {
		width: auto;
		max-width: 718px;
		margin: 20px 20px 10px 0px;
	}
	#side-column {
		width: auto;
		margin: 0px;
		min-width: 300px;
	}
	.side-column-item {
		width: auto;
		margin: 20px 0px 0px 0px;
	}
}

/*********************************************/

@media screen and (max-width: 800px) {
	#menu-search-dummy {
		display: table-cell;
	}
	#menu-search {
		display: none;
		width: 100%;
	}
	#menu-search-spacer {
		display: table-cell;
		width: 30px;
	}
	#body-columns {
		margin: 0px;
		padding: 0px;
		flex-wrap: wrap;
	}
	#main-column {
		width: auto;
		margin: 10px 0px 0px 0px;
	}
	#side-column {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.side-column-item {
		width: auto;
		margin: 10px 0px 0px 0px;
	}
	#on-this-page {
		display: block;
	}
	#on-this-page-side {
		display: none;
	}
}

/*********************************************/

@media screen and (max-width: 500px) {
	body {
		font-size: 0.9em;
		line-height: 1.687em;
	}
	#header {
		height: 200px;
		background-size: 100% 100%;
	}
	#header-title {
		top: 30px;
		right: 20px;
		width: 277px;
		height: 56px;
		background: url('david-matthews-4-small.png') no-repeat;
	}
}

/*********************************************/
