body {
  background-image: url('../images/damians-pc/Leaf-Fossils-16.png');
  font-family: 'MS Sans Serif';
}
  /* #boot-up {
    margin: auto;
  }
  
  #logo {
    max-width: 250px;
    margin: auto;
  }
  */

  html, body {
    height: 100%;
    margin: 0;
  }

  hr {padding:5px;}

  .wrapper {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -40px;
  }
  .task-bar,
  .push {
    height: 40px;
    background-color:#BBB;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1px 5px;
    border: 2px solid #DFDFDF;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }

  .task-bar_item {
    border-style: outset;
    margin: 0 5px;
    padding:1px;
    max-height:36px;
  }

  #taskbarClock {
    border-style:inset;
    padding: 1px 5px;
  }

  #desktop figure img {
    height: auto;
  }

  #desktop figure {
    max-width:50px;
    text-align: center;
  }

  .desktop-icon {
    color:white;
    font-size: 13px;
    text-shadow: 1px 1px 2px black;
    cursor: default;
    font-weight: lighter;
    max-width: 50px;
    text-align: center;
  }

  #desktop {
    display:flex;
    flex-direction: column;
    width:25%;
    /* height:25%; */
  }

  .hide {
    visibility: hidden;
  }

  .remove {
    display: none;
  }
  button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }

  /* #startBtn {
    border-style: outset;
    padding:1px;
  } */

  /* #my-computer {
    z-index: 4000;
  } */

#app-recycle-bin,
.desktop-window
{
  position: absolute;
  left:50%;
  top:10%;
  z-index: 9;
  background-color: #C0C0C0;
  border: #DFDFDF outset 2px;
}

#app-recycle-bin {background-color: transparent;}

#app-my-computer, #window-reia-text { left: 20%; top: 30%;}
#app-leras-stuff { left: 45%; top: 10%;}
#window-solitaire { left: 10%; top: 15%;}
#window-theo-portrait { left: 18%; top: 58%;}
#app-recycle-bin { left: 30%; top: 50%; border:none;}
#window-sorry { left: 10%; top: 60%;}

.directory div figure figcaption { color: black;}

.window-interact button {
  background-color: #2c2c93;
  border: #3535b0 outset;
  margin-right: 5px;
  padding: 1px 5px;
}

.mirc {
  overflow: scroll;
  max-width: 500px;
  max-height: 500px;
  background-color: white;
  margin:10px;
  border: solid #000 1px;
  font-weight: bold;
  color: black;
  padding: 0 0 0 5px; 
}

.mirc p {
  padding: 0 0 5px 5px;
  margin: 0 5px 0 0;
}

.mirc-join {
  color: green;
}
.mirc-leave {
  color: blue;
  padding: none;
}

.window-header {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color:white;
  background-color: #000080;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 18px;
  min-height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.directory {
  display: flex;
  margin:5px;
  background-color: white;
  padding: 5px;
  text-shadow: none;
}

.div figure figcaption { color: black; text-shadow: none;}

.taskbar_item--pressed {
  border-style: inset;
}

.text-magic {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2.5);
    width: 300px;
    font-size: 18px;
    font-family: Raleway, Verdana, Arial;
    color: transparent;
}
.white {
    position: absolute;
    left: -10px;
    width: 100%;
    height: 1px;
    background: #000;
    z-index: 4;
    animation: whiteMove 10s ease-out infinite;
}

.text-magic::before {
    content: attr(data-word);
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    color: red;
    overflow: hidden;
    z-index: 2;
    filter: contrast(200%);
    text-shadow: 1px 0 0 red;
    animation: move 0.95s infinite;
}

.text-magic::after {
    content: attr(data-word);
    position: absolute;
    top: 0;
    left: -1px;
    height: 36px;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    z-index: 3;
    color: cyan;
    filter: contrast(200%);
    text-shadow: -1px 0 0 cyan;
    mix-blend-mode: lighten;
    animation: move 1.1s infinite -0.5s;
}

@keyframes whiteMove {
    9% {
        top: 38px;
    }
    14% {
        top: 8px;
    }
    18% {
        top: 42px;
    }
    22% {
        top: 1px;
    }
    32% {
        top: 32px;
    }
    34% {
        top: 12px;
    }
    40% {
        top: 26px;
    }
    43% {
        top: 7px;
    }
    99% {
        top: 30px;
    }
}

@keyframes move {
    10% {
        top: -0.4px;
        left: -1.1px;
    }
    20% {
        filter: hue-rotate(-90deg);
        top: 0.4px;
        left: -0.2px;
    }
    30% {
        filter: hue-rotate(0);
        left: .5px;
    }
    40% {
        top: -0.3px;
        left: -0.7px;
    }
    50% {
        filter: blur(1px);
        left: 0.2px;
    }
    60% {
        filter: blur(0);
        top: 1.8px;
        left: -1.2px;
    }
    70% {
        top: -1px;
        left: 0.1px;
    }
    80% {
        top: -0.4px;
        left: -0.9px;
    }
    90% {
        left: 1.2px;
    }
    100% {
        left: -1.2px;
    }
}

a {text-decoration: none;}