[class^="icon-"],
[class*=" icon-"] {
	width: 64px;
	height: 64px;
	font-size: 48px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
	line-height: 64px;
}

/* This so that pull down to refresh works */
body.mobileDevice {
	/* height: unset;
	overflow: auto; */
}

.compact #activitiesNavigator .iconContainer {
	display: inline-block;
}

/* -----------------------------------------------Main Menu Bar------------------------------------------------ */

#activitiesNavigator {
	position: fixed;
	background-color: #808080;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 64px;
	height: 100%;
	border-right: 1px solid #999999;
}

.compact #activitiesNavigator {
	height: unset;
	left: 10px;
	top: 10px;
	width: auto;
	max-height: 70%;
	box-shadow: 1px 1px 3px 2px #00000033;
	overflow: auto;
	display: none;
}

.compact.showingMenu #activitiesNavigator {
	display: block;
}

.horizontalToolbar #activitiesNavigator {
	width: 100%;
	height: 64px;
	bottom: 0px;
	top: unset;
	text-align: left;
	white-space: nowrap;
}

#navigationHighlighter {
	width: 64px;
	height: 64px;
	position: absolute;
	background-color: #ffffff;
	z-index: 1000;
	top: 0px;
	mix-blend-mode: difference;
	pointer-events: none;
}

.compact #navigationHighlighter {
	width: 100%;
}

#activitiesNavigator>div {
	position: absolute;
	width: 64px;
	height: auto;
	background-color: inherit;
	z-index: 100;
}

.horizontalToolbar #activitiesNavigator>div {
	bottom: 0px;
	top: unset;
	width: unset;
	height: 100%;
}

.compact #activitiesNavigator>div {
	position: relative;
	width: auto;
}


#globalToolbar {
	bottom: 0px;
}

.horizontalToolbar #globalToolbar {
	right: 0px;
}

#globalToolbar button.active {
	color: #ffd76a;
}

#navigationButtons {
	top: 0px;
}

#navigationButtons button.active {
	color: #002895;
}

#activitiesNavigator button {
	background: none;
	color: #383838;
	background-size: cover;
	box-shadow: none !important;
	position: relative;
	width: 64px;
	height: 64px;
	padding: 0px;
	border-radius: 0;
}

.horizontalToolbar #activitiesNavigator button {
	display: inline-block;
	vertical-align: middle;
}

.compact #activitiesNavigator button {
	width: 100%;
	display: block;
	text-align: left;
}

#activitiesNavigator button>label {
	display: none;
	font-family: "ostrich-rounded";
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.compact #activitiesNavigator button>label {
	display: inline-block;
}

#navigatorRevealer {
	position: absolute;
	top: 10px;
	left: 10px;
	color: grey;
	font-size: 32px;
	text-shadow: 1px 1px white;
	display: none;
}

.compact #navigatorRevealer {
	display: block;
}

#navigatorRevealer.new::after {
	content: "";
	position: absolute;
	right: 25%;
	top: 25%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: blue;
	border: 2px solid #cbcbcb;
}


/*-----------------------------  MAIN CONTENT  ----------------------------------------- */

#content {
	width: calc(100% - 64px);
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 64px;
	top: 0px;
}

.ultrawide.showingInfo #content {
	width: calc((100% - 64px) * 0.65);
}

.compact #content {
	width: 100%;
	left: 0px;
}

.horizontalToolbar #content {
	width: 100%;
	height: calc(100% - 64px);
	left: 0px;
}

#activityContainer {
	position: relative;
}

.activityNavigator {
	width: 100%;
	margin: auto;
	overflow: auto;
	font-size: 0px;
	max-height: 100%;
}

.collageThumb {
	width: 400px;
	height: 400px;
	background-size: 100%;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	transition: background-size 200ms ease-in;
	border-color: #858585;
}

.collageThumb:hover {
	background-size: 110%;
}

img.showCaseImage {
	width: 100%;
}

.showCaseContainer {
	position: absolute;
	background-color: black;
	left: 0%;
	top: 0%;
	transition: ease-out left 200ms;
}

.showCaseContainer.parked {
	left: -100%;
}

/* ---------------------------------------------------  INFO CONTAINER  -------------------------------------------------- */

#infoContainer {
	position: absolute;
	top: 0px;
	background-color: #dbdbdbdb;
	backdrop-filter: blur(5px);
	opacity: 0;
	transition: right 200ms ease-out, opacity 200ms ease-out;
	padding: 0px 20px;
	text-align: justify;
	overflow: auto;
	box-sizing: border-box;
	height: 100%;
	width: 50%;
	right: -55%;
}

.ultrawide.showingInfo #infoContainer {
	width: calc((100% - 64px) * 0.35);
}

.compact #infoContainer,
.horizontalToolbar #infoContainer {
	width: 100%;
	height: calc(100% - 64px);
	right: -105%;
}

.compact #infoContainer {
	height: 75%;
	border-bottom: 1px solid #dfdfdf;
}

.showingInfo #infoContainer {
	right: 0px;
	opacity: 1;
}

#infoContainer.fullHeight {
	height: 100%;
	border-left: 1px solid #cdcdcd;
}

#projectTags {
	position: absolute;
	right: -10px;
	bottom: -22px;
}

.projectTag {
	float: right;
	margin-right: 10px;
	text-transform: uppercase;
	color: #313131;
	font-family: "ostrich-rounded";
	font-size: 0.33em;
}

.projectTag.colorScheme1 {
	color: #fff173;
}

.projectTag.colorScheme2 {
	color: #004eff;
}

.licenseSection {
	position: relative;
}

.licenseBadge {
	position: absolute;
	right: 0px;
	height: 32px;
}

#infoContainer h1 {
	position: relative;
	border-bottom: 1px solid #999999;
	margin: 0.25em 0px 0.6em 0px;
	/* height: 0.9em; */
}

/* -------------------------------------------------------  OTHER  ------------------------------------------------------- */

#mainModalBlocker {
	z-index: unset;
	display: none;
}

.compact.showingInfo #mainModalBlocker,
.compact.showingMenu #mainModalBlocker {
	display: block;
}

#closeButton {
	position: absolute;
	transform: translate(-50%, -50%);
	background-color: grey;
	width: 64px;
	height: 64px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}