@font-face {
  font-family: "Sysfont";
  src: url("sysfont.woff2") format("woff2"), url("sysfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Sysfont";
  cursor: default;
}

body {
  background-image: radial-gradient(#7a7a7a 1px, transparent 0);
  background-size: 3px 2px;
  margin-top: 35px;
  height: 95vh;
}

.off {
  background-image: none;
  background-color: black;
}

nav {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  border-bottom: #636363;
  z-index: 999;
}

.dropdown {
  float: left;
  overflow-x: hidden;
  margin: 0px 10px;
  padding-left: 5px;
  border: 1px solid white;
}
.dropdown-content {
  display: none;
  position: absolute;
  border: solid 1px #5a5d6c;
  background-color: #f9f9f9;
  min-width: 160px;
  padding-left: 10px;
}
.dropdown-content a {
  border: 1px solid white;
  text-decoration: none;
}
.dropdown-content a:visited {
  color: inherit;
}
.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.dropdown-special__a {
  min-width: 250px;
}

.dropbtn {
  font-size: 16px;
  border: 1px solid white;
  outline: none;
  padding-right: 15px;
  cursor: pointer;
}

#main-menu-group a:hover,
.dropdown:hover .dropbtn {
  border: 1px solid black;
  background: black;
  color: white;
}

#currentTime {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 30px;
}

.pop-up, .pop-up--stay-on {
  background-color: white;
  border: 1px black solid;
  height: 200px;
  width: 500px;
  display: none;
}
.window-bar {
  border-bottom: 1px solid black;
  padding-right: 2px;
  display: flex;
  justify-content: end;
}
.window-bar i {
  margin: 3px;
  padding-top: 2px;
}
.window-bar p {
  display: flex;
  justify-content: center;
}
.window-bar h3 {
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  line-height: 0.4em;
  margin: 10px 0px 10px;
}
.window-bar h3 span {
  background: #fff;
  padding: 0 10px;
  margin-left: 25px;
}

.text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-this-mac {
  position: absolute;
  top: 15vh;
  left: 15vw;
  height: 50vh;
  width: 50vw;
}

#turn-back-on {
  position: absolute;
  top: 45vh;
  left: 45vw;
  height: 100px;
  width: 250px;
}

.icons {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.trashicons {
  display: flex;
  flex-direction: row;
  align-items: start;
}

.order {
  order: 1;
}

.icon {
  margin: 15px;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.icon p {
  background-color: white;
  padding: 2px 5px;
  margin: 0px;
  text-align: center;
}
.icon i::before {
  background-color: white;
  padding: 1px;
}

.clicked i::before {
  background-color: black;
  color: white;
}
.clicked p {
  background-color: black;
  color: white;
}

.trash {
  position: absolute;
  top: 20vh;
  left: 20vw;
  height: 50vh;
  width: 50vw;
  text-align: center;
}

.notepad {
  position: absolute;
  top: 25vh;
  left: 25vw;
  height: 60vh;
  width: 50vw;
  text-align: center;
  display: none;
}
.notepad form {
  text-align: center;
  width: 80%;
}
.notepad textarea {
  resize: none;
  margin-bottom: 10px;
  width: 100%;
  height: 30vh;
  cursor: pointer;
}

#saved-notes {
  text-align: center;
  display: none;
}
#saved-notes dl {
  display: flex;
  flex-wrap: wrap;
}

.show {
  display: block;
}

.maximise {
  position: absolute;
  top: 30px;
  left: 7px;
  width: 90vw;
  height: 90vh;
}

.normal {
  cursor: pointer;
}

.greyed {
  color: grey;
  cursor: default;
}

i {
  cursor: pointer;
}
