@font-face {
    font-family: gyosho;
    src: url(gyosho.ttf);
}

* {
    margin: 0px;
	overflow-y: hidden;
}

html {
    margin: 0px;
    overflow: hidden;
	height: 100%;
	width: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

body {
	width: 100%;
	height: 100%;
}

#headBar {
    width: 100%;
    height: 25px;
    position: absolute;
    overflow: hidden;
	padding-bottom: 5px;
	padding-top: -5px;
	z-index: 20;
}

#headBar:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    right: -25px;
    bottom: -25px;
	z-index: 20;
}

#headBar-content {
    position: absolute;
    margin: 0px 0px 0px 10px;
    width: 100%;
    color: black;
    font-size: 1.2em;
	-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
	z-index: 20;
	overflow: hidden;
}

.headOptions {
	display: inline;
    font-size: 1.1em;
	line-height: 1.2em;
	padding: 5px;
	padding-right: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.headOptions:hover {
	background-color: #3A4916;
	color: white;
}

#headBarTitle {
	display: inline;
	font-family: gyosho, sans-serif;
    font-size: 1.2em;
	padding-right: 10px;
	padding-left: 5px;
}

#headBarTitle:hover {
	background-color: #3A4916;
	color: white;
	height: 31.33px;
}

#headBar-right {
	display: inline;
	position: fixed;
	right: 0;
	margin-right: 15px;
	height: 30px;
	overflow: hidden;
}

#taskBar {
    width: 100%;
    height: 45px;
    position: absolute;
    overflow: hidden;
	bottom: 0;
	z-index: 20;
}

#taskBar:before {
	content: "";
	position: absolute;
	top: -25px;
    left: -25px;
    right: -25px;
    bottom: -25px;
	margin: 0px;
	padding: 0px;
	z-index: 20;
}

#taskBar-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
	z-index: 20;
}

#taskBar-shortcuts {
	height: 100%;
	width: 85%;
	margin: 0px 7.5%;
	justify-content: center;
	display: inline-flex;
}

.taskIcon {
	height: inherit;
	padding: 0px;
	margin: 0px;
	width: auto;
}

#taskBar-content .taskIcon img {
	height: inherit;
	padding: 0px 10px;
}


#taskBar-content .taskIcon img:hover {
	filter: drop-shadow(0px 0px 5px white);

}

.window {
	position: absolute;
	z-index: 1;
	min-width: 250px;
	min-height: 250px;
	background-color: white;
    border-radius: 4px;
    filter: drop-shadow(6px 6px 5px rgba(120, 120, 120, 0.45));
	resize: both;
	top: 30%;
	left: 40%;
}

.windowHeader_wrapper {
    height: 24px;
    width: 100%;
    background: inherit;
    overflow: hidden;
	position: fixed;
}

.windowHeader {
	height: 100%;
	width: 100%;
	background: inherit;
    overflow: hidden;
}

.windowHeader::before {
    content: "";
    background-image: url('gobi_background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    /*height: 24px;
    width: 100%;*/
	top: -25px;
	left: -25px;
	right: -25px;
	bottom: -25px;
    box-shadow: inset 0 0 0 5000px rgba(47, 55, 63, 0.65);
    filter: blur(5px);
    overflow: hidden;
}

.windowHeaderButtons {
	position: fixed;
	display: inline;
	height: 24px;
	width: 100%;
	overflow: hidden;
	-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}

.windowHeaderClose {
	background-color: #D92528;
	padding: 1.25px 6px;
	width: 30px;
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	overflow: hidden;
	float:left;
	border-right: solid white 1.25px;
}

.windowHeaderFull {
	background-color: #67914F;
	padding: 1.25px 6px;
	height: 100%;
	width: 30px;
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	overflow: hidden;
	float: left;
	border-right: solid white 1px;
}

.windowHeaderShrink {
	background-color: #BAAA2E;
	padding: 1.25px 6px;
	height: 100%;
	width: 30px;
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	overflow: hidden;
	float: left;
	line-height: 1.8em;
}

.windowContent {
	margin-top: 24px;
	min-height: 226px;
    height: calc(100% - 24px);
    width: 100%;
   /* background-image: url("eric.jpg");
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;*/
	background-color: black;
	display: block;
	color: white;
}
