@font-face {
  font-family: pxSans;
  src: url("fonts/pxSans.ttf)");
}
@font-face {
  font-family: pxDingbats;
  src: url("fonts/pxDingbats.ttf");
}

p {
  margin-block-end: 0em;
  margin-block-start: 0em;
  font-family: pxSans;
}

body {
	background-image: url("images/wallpaper-retro-tiled.png")
}

button {
  padding: 2px 6px;
  margin-left:1px;

}

.window {
  position: absolute;
  background-color: #4e3044;
  border-bottom: 2px solid #847e87;
  border-right: 2px solid #847e87;
  border-top: 2px solid #9badb7;
  border-left: 2px solid #9badb7;
  text-align: center;
  overflow: hidden;
  display: block;
}

.windowcontent {
  border:2px solid #cbdbfc;
  border-top: none;
  margin-block-end: 0em;
  margin-block-start: 0em;
  padding-top: 0px;
  line-height: 1.4em;
}

#window1 {
  height: 150px;
  width: 240px;
  z-index: 1;
}

#window1content {
  height: 121px;


}


#window2 {
  left: 400px;
  height: 600px;
  width: 800px;
  z-index: -1;
}

#window2content {
  height: 600px;

}

#window3 {
  top: 300px;
  height: 343px;
  width: 560px;
  z-index: -1;
}

#window3content {
  height: 315px;
}

#window4 {
  top: 10px;
  left: 1280px;
  width: 640px;
  height: 428px;
  z-index: -1;
}

#window4content {
  height: 400px;
}

#jsdos {
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.green {
	background-color: #4ba480;
}

.blue {
	background-color:cadetblue;
}

.pink {
	background-color:indigo;
}

.red {
	background-color:crimson;
}

.windowheader {
  padding: 2px 0px 0px 2px;
  cursor: move;
  z-index: 10;
  border: 2px solid #cbdbfc;
  color: #fff;
  font-family: pxSans;
  display: flex;
  height: 20px;
}

.windowtitle {
    background-color: rgba(0,0,0,0.10);
    border: 2px solid rgba(0,0,0,0.40);
    border-top: none;
    border-left: none;
    text-align: left;
	text-shadow: 0px 2px rgba(0,0,0,0.40);
    padding: 4px 0px 0px 4px;
    font-size: 0.8em;
	line-height: 0.99em;
	flex-grow: 1;
}

.buttons {
	float: right;
	width: 63px;
	display:block;

}

.buttonclose {
	background-image: url( 'images/closebutton.png' );
	background-size: 18px 18px;
	background-color: rgba(0,0,0,0.10);
    height: 20px;
    width: 20px;
	border: 2px solid rgba(0,0,0,0.40);
	border-top: none;
	border-left: none;
	float: right;
	display: block;
}

.buttonmax {
	background-image: url( 'images/maxbutton.png' );
	background-size: 18px 18px;
	background-color: rgba(0,0,0,0.10);
    height: 20px;
    width: 20px;
	border: 2px solid rgba(0,0,0,0.40);
	border-top: none;
	border-left: none;
	float: right;
	display: block;

}

.buttonmin {
	background-image: url( 'images/minbutton.png' );
	background-size: 18px 18px;
	background-color: rgba(0,0,0,0.10);
    height: 20px;
    width: 20px;
	border: 2px solid rgba(0,0,0,0.40);
	border-top: none;
	border-left: none;
	float: right;
	display: block;
}

.buttonclose:hover, .buttonmin:hover, .buttonmax:hover {
	background-color:rgba(255,255,255,0.20);
}

.buttonclose:active, .buttonmin:active, .buttonmax:active {
	background-color:rgba(255,255,255,0.50);
}
