::selection {
  background: #5f27cd;
  color: white;
}

#site-nav {
  background: white;
  border-bottom: 0.05rem solid #caced7;
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 4rem;
  position: fixed;
  width: 100%;
  z-index: 99;
}

#nav-links {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

#nav-links > a {
  margin: 0.5rem 0.25rem;
}

#nav-links > a:not(.btn) {
  color: #333;
  margin: 0.5rem 0.75rem;
  margin-right: 1rem;
}

#toggle-container {
  display: none;
}

.idiopage-logo div {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  justify-content: center;
  padding-right: 0.5rem;
  text-decoration: none;
}

.idiopage-logo:hover {
  text-decoration: none;
}

footer {
  margin-top: 2rem;
}

@media (max-width: 600px) {
  #toggle-container {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  #site-nav {
    padding: 0rem 1rem;
  }

  #nav-links {
    background: white;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    padding: 1rem 0rem 2rem 0rem;
  }
}
