:root {
  --dark-blue: #185af2;
  --light-blue: #6895fe;
  --lightest-blue: #9bb9ff;
  --megalight-blue: #d5e2ff;
}

html,
body {
  background-image: url("/img/hellbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: "tahomaregular";
}

@font-face {
  font-family: "tahomaregular";
  src: url("/fonts/tahoma-webfont.woff2") format("woff2"),
    url("/fonts/tahoma-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "tahomabold";
  src: url("/fonts/tahomabd-webfont.woff2") format("woff2"),
    url("/fonts/tahomabd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#taskbar {
  background-color: var(--dark-blue);
  height: 50px;
  width: 100%;
  bottom: 0;
  position: fixed;
  box-shadow: inset 5px 5px 2px var(--light-blue);
  z-index: 1000;
}

#startButton {
  background: radial-gradient(#15c612, #0a5a08);
  box-shadow: inset 5px 5px 5px #15c612;
  height: 45px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-top: 5px;
}

#startButton span {
  color: white;
  font-size: 20pt;
  font-family: "tahomabold";
  text-shadow: 0 0 3px #000000;
}

#startButton:hover {
  cursor: pointer;
}

.barlogo {
  height: 75%;
}

#clock {
  background-color: var(--light-blue);
  height: 50px;
  box-shadow: inset 5px 5px 5px var(--lightest-blue);
  color: white;
  text-shadow: 0 0 1px #000000;
}

#startMenu {
  display: none;
  background-color: white;
  width: 500px;
  height: 600px;
  position: fixed;
  bottom: 50px;
  border-radius: 5px;
  border: 3px solid var(--dark-blue);
  z-index: 1000;
}

#startMenu .row {
  height: 455px;
}

#topBar {
  background: linear-gradient(var(--dark-blue), var(--light-blue));
  box-shadow: inset 5px 5px 2px var(--light-blue);
  height: 85px;
  width: 100%;
  color: white;
  font-size: 25pt;
  text-shadow: 0 0 4px black;
  border-bottom: 3px solid var(--dark-blue);
}

#topBar span {
  margin-left: 20px;
}

#botBar {
  background: linear-gradient(var(--light-blue), var(--dark-blue));
  height: 60px;
  width: 100%;
  bottom: 0;
  position: absolute;
  border-top: 3px solid var(--dark-blue);
  z-index: 20;
}

#botBar span {
  color: white;
  font-size: 13pt;
  margin-left: 10px;
}

#homeClick {
  position: absolute;
  width: 100%;
  height: 100%;
}

#offButton {
  position: relative;
  margin-right: 10px;
}

.sms {
  height: 60px;
  width: 100%;
  position: relative;
  margin: 3px;
  box-sizing: border-box;
}

.sms:hover {
  background-color: var(--dark-blue);
  color: white;
}

.sms img {
  width: 45px;
  margin-left: 10px;
}

.linkBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#startRight {
  background-color: var(--megalight-blue);
  border-left: 2px solid var(--lightest-blue);
  height: 100%;
  width: 247px;
  flex-direction: column;
  text-align: center;
}

#headshot {
  width: 60%;
  border-radius: 15px;
  border: 3px solid var(--lightest-blue);
  align-self: center;
  margin-top: 50px;
}

#startRight span {
  width: 100%;
}

.desktopIcon {
  color: white;
  width: 100px;
  height: 150px;
  text-align: center;
  flex-direction: column;
}

.desktopIcon img {
  width: 70%;
}

.desktopIcon:hover {
  cursor: pointer;
}

.desktopIcon:hover > .iconClick {
  background-color: var(--dark-blue);
}

.iconClick {
  transition: 0.3s;
}

/*The meatbox*/
#meatHolder {
  position: fixed;
  right: 0vw;
  bottom: 70px;
}

#meatHolder:hover {
  cursor: pointer;
}

#meat1 {
  width: 18vw;
}

/* On to CSS for the windows! */

.window {
  position: absolute;
}

#explorer {
  height: 80vh;
  width: 50vw;
  background-color: white;
  border: 3px solid var(--dark-blue);
  border-radius: 5px;
  display: none;
  top: 5vh;
  left: 10vw;
}

.exTop {
  background-color: var(--dark-blue);
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  background: linear-gradient(var(--light-blue), var(--dark-blue));
  border-bottom: 3px solid var(--dark-blue);
}

.exTop img {
  height: 30px;
}

#exploreTitle,
#projTitle,
#viewTitle {
  font-family: "tahomabold";
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cButtonHold {
  width: 100%;
}

.cButton {
  background: linear-gradient(red, rgb(182, 0, 0));
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid white;
  color: white;
  text-align: center;
}

.cButton:hover {
  background: linear-gradient(rgb(182, 0, 0), rgb(126, 0, 0));
}

.exIcon {
  flex-direction: column;
  text-align: center;
  position: relative;
}

.exSpan {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  padding: 15px;
  padding-top: 40%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  opacity: 0;
  color: white;
  font-size: 30;
  z-index: 5;
  transition: 0.5s;
}

.exIcon img {
  width: 100%;
  transition: 0.5s;
  border: 0px solid var(--dark-blue);
}

.exIcon:hover {
  cursor: pointer;
}

.exIcon:hover > img {
  filter: brightness(50%);
  border: 10px solid var(--dark-blue);
}

.exIcon:hover > .exSpan {
  text-align: center;
  opacity: 1;
  z-index: 10;
  transition: 0.5s;
}

#project {
  height: 90vh;
  width: 40vw;
  background-color: white;
  border: 3px solid var(--dark-blue);
  border-radius: 5px;
  display: none;
  top: 2vh;
  right: 15vw;
  z-index: 10;
}

#eInnerA {
  overflow: auto;
  height: calc(100% - 40px);
  width: 100%;
  margin: 0;
}

#projInnerA {
  font-family: "tahomaregular";
  overflow: auto;
  height: calc(100% - 40px);
  width: 100%;
  margin: 0;
}

#projInner h1,
h2 {
  font-family: "tahomabold";
  text-align: center;
}

#projInner span {
  width: 80%;
  text-align: center;
}

.videoHead {
  width: 75%;
}

.imageHead {
  width: 75%;
}

#viewer {
  height: 80vh;
  width: 40vw;
  background-color: white;
  border: 3px solid var(--dark-blue);
  border-radius: 5px;
  display: none;
  top: 3vh;
  right: 30vw;
  z-index: 10;
}

#vInnerA {
  font-family: "tahomaregular";
  overflow: auto;
  height: calc(100% - 115px);
  width: 100%;
  margin: 0;
}

.galleryCon {
  padding: 0;
  max-height: 100%;
  max-width: 100%;
  align-self: center;
  justify-self: center;
  object-fit: cover;
}

#viewInner {
  height: 100%;
  width: 100%;
}

#viewBar {
  border-top: 3px solid var(--dark-blue);
  height: 75px;
}

#gButton {
  color: white;
  font-family: "tahomabold";
  background: radial-gradient(var(--dark-blue), var(--light-blue));
  box-shadow: inset 5px 5px 2px var(--light-blue);
  font-size: 20pt;
  border: 3px solid var(--dark-blue);
  text-shadow: 0 0 3px #000000;
  border-radius: 25px;
  padding: 10px;
  text-align: center;
}

#gButton:hover {
  cursor: pointer;
}

.viewButton {
  color: white;
  font-family: "tahomabold";
  background: radial-gradient(var(--dark-blue), var(--light-blue));
  box-shadow: inset 5px 5px 2px var(--light-blue);
  font-size: 20pt;
  border: 3px solid var(--dark-blue);
  text-shadow: 0 0 3px #000000;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  width: 60px;
  height: 60px;
}

.viewButton:hover {
  cursor: pointer;
}

#viewCounter {
  font-family: "tahomabold";
  font-size: 20pt;
  margin-right: 15px;
  margin-left: 15px;
}

#popDescript {
  font-size: 13pt;
}

/*MEDIA QUERIES!!! YAYYYY (NOT!!!!)*/

@media only screen and (max-width: 992px) {
  #viewer,
  #explorer,
  #project {
    width: 80vw;
  }

  #meat1 {
    width: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  #viewer,
  #explorer,
  #project {
    width: 100vw;
    height: calc(100% - 70px);
    top: 0px;
    left: 0px;
  }

  #meatHolder {
    position: fixed;
    right: 0vw;
    bottom: 120px;
  }

  #meat1 {
    width: 50vw;
  }

  #welcomeImg {
    content: url("/img/bannerm.webp");
  }

  #taskbar {
    height: 70px;
  }

  #startButton {
    background: radial-gradient(#15c612, #0a5a08);
    box-shadow: inset 5px 5px 5px #15c612;
    height: 65px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 5px;
  }

  #startButton img {
    height: 50%;
  }

  #clock {
    visibility: none;
  }

  #startMenu {
    display: none;
    background-color: white;
    width: 100vw;
    height: calc(100% - 70px);
    position: fixed;
    bottom: 70px;
    border-radius: 5px;
    border: 3px solid var(--dark-blue);
    z-index: 1000;
  }

  #startMenu .row {
    height: calc(100vh - 75px - 85px - 60px);
  }

  #startRight {
    height: 100%;
    width: calc(50vw - 3px);
  }
  #headshot {
    width: 60%;
    margin-top: 50px;
  }

  #startRight span {
    width: 100%;
  }
}
