@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap");
div.computer_only nav {
  background-color: var(--col-darkest);
  color: var(--col-primary);

  width: 100%;
  height: min-content;

  top: 0%;
  left: 0%;

  margin: 0px;
  padding: 15px;
  display: block;
  position: absolute;
}

div.computer_only nav h1 {
  display: inline-block;
}

div.computer_only nav ul.links {
  display: inline-flex;
  justify-content: center;
  list-style: none;
  margin-left: 20%;
}

div.computer_only nav ul.links li {
  padding: 1% 10%;
}

div.computer_only nav ul.links li a {
  text-decoration: none;
  color: var(--col-primary);
  transition: all 200ms ease-in-out;
}

div.computer_only nav ul.links li a:hover {
  /*color: var(--col-accent);*/
  font-weight: 900;
  text-shadow: 5px 5px 5px var(--col-accent-1-light),
    -5px -5px 5px var(--col-accent-1-light);
}
div.computer_only nav ul.linkst {
  display: inline-flex;
  justify-content: center;
  list-style: none;
  margin-left: 20%;
  color: var(--light);
  position: absolute;
  top: 30px;
  left: 55%;
  gap: 1rem;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  color: var(--col-darker);
  background-color: var(--col-darker);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 5px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
}
a {
  text-decoration: none;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.rlabimg {
  position: absolute;
  top: 20%;
  width: 3rem;
  border-radius: 50%;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 5px;
}

#SignOutButton {
  cursor: pointer;
}

@media (prefers-reduced-motion) {
  div.computer_only nav ul.links li a {
    transition: none;
  }
}

.mobileNav {
  display: none;
}
.mobileNavM {
  display: none;
}
@media only screen and (max-width: 500px) {
  .computer_only {
    display: none;
  }
  html {
    overflow-x: hidden;
  }
  .mobileNav {
    background-color: var(--col-darkest);
    display: block;
    position: absolute;
    width: 230%;
    height: 20%;
    top: 0;
    left: 0;
  }
  .mobileNav > h1 {
    display: flex;
  }
  .mobileNavM {
    display: flex;
    float: left;
  }
  .sidenav a {
    color: var(--col-accent-1-light);
    font-weight: bold;
  }
  .rlabimg {
    width: 50px;
    float: right;
    position: absolute;
    top: 10%;
    left: 22%;
  }
  .ry {
    position: absolute;
    top: 30%;
    left: 40%;
  }
  .yr {
    font-size: 1rem;
    position: absolute;
    font-family: "Roboto Mono", monospace;
    top: 50%;
    left: 70%;
  }
  .hero {
    display: none;
  }
}
footer {
  background-color: black;
  padding: 50px;
  width: 100%;
}
