/* Object-hugging homepage glows: basket, puzzle pieces, clipboard. */
#home .furniture-glow.glow-basket{
  border-radius:45% 45% 50% 50%;
  filter:blur(9px);
  background:
    radial-gradient(ellipse at center,
      rgba(255,239,172,.72) 0%,
      rgba(255,218,130,.36) 42%,
      rgba(255,218,130,0) 76%);
}

#home .furniture-glow.glow-puzzle{
  border-radius:50%;
  filter:blur(7px);
  background:
    radial-gradient(circle at center,
      rgba(255,244,185,.82) 0%,
      rgba(255,226,130,.42) 46%,
      rgba(255,226,130,0) 78%);
}

#home .furniture-glow.glow-clipboard{
  border-radius:18px;
  filter:blur(7px);
  background:
    radial-gradient(ellipse at center,
      rgba(255,244,195,.78) 0%,
      rgba(255,225,150,.38) 44%,
      rgba(255,225,150,0) 78%);
}
