/*
Media queries in this document:
(min-width: 1041px)
(max-width: 1048px)
(min-width: 1049px)
*/

/*.filler {
	display: inline-block;
}*/

/* header: menu and icons, navigation bar */
.signOut {
	background: none;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	font-size: 0.8em;
	height: 46px;
}
.signOut:hover { background-color: gray; }

.header {
	margin: 0px;
}
@media (min-width: 1049px) {
	.bigpicture > img.topplist_highschool {
		width: 90px;
		left: calc(50% - 45px);
		top: -15px;
	}
	.header {
		position: fixed;
		left: 0px; top: 0px;
		font-size: 1.1em;
		width: 100%;
		height: 50px;
		background-color: #ddd;
		opacity: 0.90;
		z-index: 1;
	}
	.header > div > div {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 1153px;
		margin: auto;
		max-height: 50px;
	}
}

@media (max-width: 1048px) {
	.bigpicture > img.topplist_highschool {
		min-width: 45px;
		width: 72px;
		left: calc(50% - 45px);
		top: 5px;
	}
	.header {display: none;}
}


.header > div {
	margin: 0px 100px;
}
.menu, .filler, .icons {
	display: inline-block;
}
.menu li, .icons a {
	font-size: 0.9em;
}

/* flex for header row */
.header .menu {
	font-size: 0.80em;
	flex: 1 1 auto;
}
.header .icons {
	font-size: 0.80em;
	text-align: right;
	flex: 1 1 auto;
	/*padding-top: 18px;*/
}

.menu li.selected {
	background-color: #bbb;
}
/*.menu, .filler, .icons { display: table-cell; }*/
.header .menu {
	list-style-type: none;
	padding: 0px;
	display: inline-block;
	margin-top: 6px;
}
.header .menu > li {
	padding: 6px 12px 6px 8px;
	border-right: 1px solid #999;
	/*border-right: 1px solid #4F89AE;*/
	display: inline-block;
	margin-left: 0px;
}
.header:hover {
	cursor: default;
}
.header .menu > li:hover {
	cursor: pointer;
}
.header .menu > li:last-child {
	border-right: none;
}
.header .menu {
	/*margin-top: 8px;*/
	padding-top: 0px;
}

/* slack and connect icons */
.header .icons {
	margin-left: 16px;
	margin-top: 2px;
	padding-top: 8px;
}
.header .icons img {
	height: 20px; vertical-align: bottom;
}
.header .icons, .header .icons > div {
	display: inline-block;
	margin-right: 0px;
	padding: 6px;
}
.header li:hover, .header a:hover {
	background-color: #ccc;
}
.header .icons a {
	text-decoration: none;
	color: black;
	display: inline-block;
	padding: 4px 10px 4px 10px;
}
