#container {
  width: 100%;
  min-height: 96vh;
     align-items: center;
     justify-content: center;
     touch-action: none;
     display: flex;
     overflow: hidden;
 touch-action: none;
   }

/* ---------------------------------------------------------------------------------- Three dots */
.exit-close_Window {
  display: block;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  height: 15px;
  width: 15px;
  background:#ED594A;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 50%;
}

.exit-close_Window:hover {
  opacity: 1;
}

.minimize-Window {
  display: block;
  position: absolute;
  margin-top: 0px;
  margin-left: 20px;
  height: 15px;
  width: 15px;
  background:#FDD800;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 50%;
}

.minimize-Window:hover {
  opacity: 1;
}

.resize-restore-Window {
  display: block;
  position: relative;
  margin-top: 0px;
  margin-left: 40px;
  height: 15px;
  width: 15px;
  background:#5AC05A;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 50%;
}

.resize-restore-Window:hover {
  opacity: 1;
}
  
/* ---------------------------------------------------------------------------------- Title Bar / System Bar */
.title-bar {
  height: 35px;
  width: 0px;
}

.title-bar-buttons {
  margin-top: 10px;
  margin-left: 10px;
  height: 0px;
  width: 0px;
  position: absolute;
  display: block;
}

.threeD-window {
  display: block;
  height: 1000px;
  width: 563px;
  background-image: repeating-linear-gradient(180deg, #333, #212121 35px, #000000 35px);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: absolute;
}

.calculator-window {

 display: block;
 height: 490px;
   width: 280px;
   background-image: repeating-linear-gradient(180deg, #333, #212121 35px, #000000 35px);
   /*background-image: linear-gradient(to top, ,  5%);*/
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
  /* touch-action: none;
 user-select: none;*/
 position: absolute;

}

.music-window {

   background-image: repeating-linear-gradient(180deg, #333, #212121 35px, #000000 35px);

   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   touch-action: none;
 user-select: none;
 position: absolute;

}

.resize-window {
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;

  background-image: repeating-linear-gradient(180deg, #333, #212121 35px, #000 35px);

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  touch-action: none;
user-select: none;
position: absolute;

    top: 25%;
    left: 25%;
    height: 50%;
    width: 50%;

}

.internet-window {

  overflow: hidden;
  touch-action: none;

  background-image: repeating-linear-gradient(180deg, #333, #212121 35px, #000 35px);

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  touch-action: none;
user-select: none;
position: absolute;

    top: 25%;
    left: 25%;
    height: 50%;
    width: 50%;
}
.other {
 height: 510px;
   width: 380px;
}

.item:active {
 opacity: .75;
}

.item:hover {
 cursor: pointer;
}


@media only screen and (max-width: 1920px) {

}
/*------------------------------------------------------------------------- Tablet -------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

}

/*----------------------------------------------------------------------- Mobile --------------------------------------------------------------------------*/

@media only all and (max-width: 768px) {
  #window-0 {
    left: 0%;
  }
  #window-1 {
    left: 0%;
  }
  #window-2 {
    top: 35px;
    left: 0%;
    height: 100%;
    width: 100%;
    min-width: 300px;
  }
  #window-3 {
    top: 35px;
    left: 0%;
    height: 100%;
    width: 100%;
    min-width: 500px;
  }
  #window-4 {
    top: 70px;
    left: 0%;
    height: 100%;
    width: 100%;
    min-width: 500px;
  }
  #container {
    min-width: 500px;
    min-height: 360px;
		overflow-y: visible;
		overflow-x: visible;
     }
}

@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) {

}
@media only all and (max-width: 320px) {

}
@media only all and (max-width: 250px) {

}
