#logo {
  max-width: min(700px, 70vh);
  width: 70vw;
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mainspacecontainerouter {
  background-color: #323455;
  width: 100vw;
  height: 100vh;
  z-index: -250;
  position: absolute;
  transform: translateY(-100vh);
}

#mainspacecontainer {
  height: calc(100vh - 100px);
  width: calc(100vw - 100px);
  margin: 0;
  padding: 50px;
  z-index: -150;
  position: absolute;
}

#mainspace {
  height: calc(100vh - 100px);
  width: calc(100vw - 100px);
  display: inline-block;
  position: relative;
}

#topurls {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px;
  margin-left: 30px;
}

#topurls a {
  text-decoration: none;
  color: #eceff4;
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.5em;
  margin: 10px;
  display: block;
  transition: 100ms;
}

.desktop #topurls a:hover {
  color: #88e0f0;
  filter: drop-shadow(5px 5px 7px #002293);
  transition: 100ms;
}

#socials img {
  height: 30px;
  padding-left: 16px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(12%) saturate(639%)
    hue-rotate(176deg) brightness(99%) contrast(93%);
  transition-property: filter;
  transition-duration: 0.2s;
}

.desktop #socials img:hover {
  filter: brightness(0) saturate(100%) invert(79%) sepia(66%) saturate(336%)
    hue-rotate(154deg) brightness(97%) contrast(94%);
  transition-property: filter;
  transition-duration: 0.2s;
}

#socials a:hover {
  filter: drop-shadow(5px 5px 7px #002293);
}

#emailbelowsocials,
#emailbelow {
  text-decoration: none;
  color: #eceff4;
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.5em;
  transition: 100ms color;
  transition: 100ms drop-shadow;
}

#emailbelow {
  display: block;
  width: fit-content;
  margin: auto;
  font-size: 30px;
}

#emailbelowcontainer {
  position: absolute;
}

.desktop #emailbelowsocials:hover,
.desktop #emailbelow:hover {
  color: #88e0f0;
  transition: 100ms;
}

@media (max-width: 1000px) {
  #emailbelowsocials {
    display: block;
  }

  #socialscontainer {
    position: absolute;
    display: inline-block;
    width: 100%;
    transform: translateY(85vh);
  }

  #socials {
    margin: auto;
    width: max-content;
  }

  #emailbelow {
    display: none;
  }
}

@media (max-width: 1000px) and (max-height: 500px) {
  #emailbelowsocials {
    display: none;
  }
}

@media (min-width: 1000px) {
  #emailbelowsocials {
    display: none;
  }

  #emailbelowcontainer {
    width: 100vw;
    transform: translateY(90vh);
  }

  #socialscontainer {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin-top: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1000px) and (max-height: 500px) {
  #emailbelow {
    display: none;
  }
}

.mobile #mute {
  display: none;
}

.desktop #mute {
  display: block;
  opacity: 1;
  transition: 200ms;
}

#mutecontainer {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#mute {
  opacity: 0;
  width: 40px;
  transition: 200ms;
  filter: brightness(0) saturate(100%) invert(42%) sepia(85%) saturate(929%)
    hue-rotate(321deg) brightness(104%) contrast(87%);
}

#mute:hover {
  transition: 200ms;
  filter: brightness(0) saturate(100%) invert(83%) sepia(27%) saturate(490%)
    hue-rotate(358deg) brightness(95%) contrast(93%);
  cursor: pointer;
}

#credit {
  margin-top: 100vh;
  background: #1e2440;
  color: #a1a1c1;
  font-family: monospace, serif;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-top: 30px;
}

#credit a {
  color: #a1a1c1;
}

#credit a:hover {
  color: #f48ead;
  filter: drop-shadow(5px 5px 7px #802233);
}

#credit span {
  display: block;
  margin: 5px;
}
