#todaysDateTime {
	top: 1px;
	position: absolute;
	color: #AEAEAE;
	cursor: pointer;
}
#todaysDateTime:hover {
	color: #fff;
}

#taskBar {
	display: block;
	background: #212121;
	height: 35px;
	position: relative;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	min-width: 360px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* -------------------------------------------------- Activity Button -------------------------------------------------- */
.ActivityButton {

	background: transparent;
	color: #AEAEAE;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	pointer-events: auto;
	position: relative;
	touch-action: manipulation;
	transform: translate(13%, 5px);
	top: 1px;
	margin: auto;
height: 35px;
width: 110px;
text-align: center;
left: -5px;
float: left;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.ActivityButton:hover {
	color: #fff;
}
#minimizedWindows {
	background: transparent;
	color: #AEAEAE;
	cursor: pointer;
position: fixed;
display: flex;
/*align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
	row-gap: 5px;
	flex: 1 1 auto;
	flex-wrap: wrap;*/
	overflow-x: auto;
height: 35px;
width: calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
	left: 120px;

	/*transform: translate(13%, 5px);*/
	z-index: 1;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#minimizedWindows span {
	height: 35px;
	width: 35px;

	background-position: center;
	background-size: 60% 60%;
	clear: none;

	background-repeat: no-repeat;
	padding: 2px;

}
#minimizedWindows span:hover {
	color: #fff;
	background-color: #696969;
	border-radius: 10px;
}

/*
<div id="minimizeWindows">
      <span class="internetz">other</span>
    </div>
*/
/* -------------------------------------------------- Container -------------------------------------------------- */
#nav-container {
	height: 100vh;
	pointer-events: none;
	position: absolute;
	width: 100%;
	font-family: 'Oxygen', sans-serif;
  text-align: center;
  border-radius: 10px;
}

#nav-container * {
	visibility: visible;
}

/* --- Darken Background --- */
#nav-container .darkBackgroundShow {
	background: #000;
	height: calc(100% - 35px);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	transition: .3s;
	visibility: hidden;
	width: 100%;
}

/* --- Background Opacity --- */
#nav-container:focus-within .darkBackgroundShow {
	opacity: .7;
	visibility: visible;
}

/* --- Click again to Close --- */
#nav-container:focus-within .ActivityButton {
	pointer-events: none;
}

/* --- Menu Pop-Out, Background still darkens without it --- */
#nav-container:focus-within #nav-content {
	transform: none;
}

/* --- Side Bar Icon Box --- */
#nav-content {
	border: 1px solid #464646;
	background: #212121;
	border-radius: 10px;
	color: #AEAEAE;
	padding: 5px;
	pointer-events: auto;
	position: fixed;
	text-align: center;
	top: 20%;

	transform: translateX(-100%);
	transition: transform .3s;
	will-change: transform;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#nav-content ul {
	display: flex;
	flex-direction: column;
	width: 50px;
	height: 300px;
}

/* manipulate boxes -------------------------------- */
#nav-content li a {
	border: rgb(234, 0, 255) solid 5px;
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px;
	padding: 8px;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #212121;
	/*text-transform: uppercase;*/
	transition: color .1s;
}

#nav-content .bottom {
	margin-bottom: 0px;
	}

.textNavPop {
	background: #212121;
	border-radius: 5px;
	border: 1px solid #464646;
	position: absolute;
	display: none;
	height: min-content;
	width: max-content;
	padding: 3px 10px 3px 10px;
	margin-top: 5px;
	left: 70px;
}
#nav-content li a:hover {
	
	color: #fff;
	background-color: #3B3B3B;
	border-radius: 10px;
	/*color: #43AAED;*/
}
#nav-content li a:hover .textNavPop {
	
	display: block;
	
	/*color: #43AAED;*/
}

/* ------------------------------------ Side Navigation - Menue BAR ICONS */
.icon {
	display: block;
	clear: none;
	width: 35px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.threeD {
	background-image: url("../content/images/icons/100/3D.png");
}
.internet {
	background-image: url('../content/images/icons/100/internet.png');
}
.games {
	background-image: url("../content/images/icons/100/games.png");
}
.notepad {
	background-image: url("../content/images/icons/100/notepad.png");
}
.music {
	background-image: url("../content/images/icons/100/musicnote.png");
}
.calculator {
	background-image: url("../content/images/icons/100/calculator.png");
}
.settings {
	background-image: url("../content/images/icons/100/settings.png");
}
.save {
	background-image: url("../content/images/icons/100/floppy.png");
}



@media only screen and (max-width: 1920px) {

}
/*------------------------------------------------------------------------- Tablet -------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

}

/*----------------------------------------------------------------------- Mobile --------------------------------------------------------------------------*/

@media only all and (max-width: 768px) {

}

@media only all and (max-width: 600px) {

}
@media only all and (max-width: 500px) {

}
@media only all and (max-width: 400px) {

}
@media only all and (max-width: 384px) {

}
/*
@media only all and (max-width: 360px) {
	.ActivityButton {
		z-index: 0;
		top: -1px;
		position: absolute;
	}
	#nav-container .darkBackgroundShow {
		top: 35px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	#minimizedWindows {
		top: 0px;
	}
	#nav-container {
		width: 100%;
		min-width: 360px;
		overflow: auto;
	}
	#todaysDateTime {
		overflow-y: auto;
		min-width: 360px;
	}
}
*/
@media only all and (max-width: 320px) {

}
@media only all and (max-width: 250px) {

}