/* The 1996 MODE easter egg. Loaded with the site but inert until
   <html class="retro-1996"> is set by easter-eggs.js. */

.retro-1996 body {
  background: #000080;
  color: #ffff00;
  font-family: 'Comic Sans MS', 'Times New Roman', serif;
}
.retro-1996 .display,
.retro-1996 .brand__word { transform: none; font-family: 'Times New Roman', serif; text-shadow: none; }
.retro-1996 .display--hero { color: #00ff00; }
.retro-1996 .band--paper { background: #c0c0c0; color: #000080; }
.retro-1996 .panel,
.retro-1996 .panel--paper,
.retro-1996 .panel--dark { border: 4px ridge #c0c0c0; box-shadow: none; background: #c0c0c0; color: #000080; }
.retro-1996 .btn {
  border: 3px outset #c0c0c0;
  border-radius: 0;
  background: #c0c0c0;
  color: #000080;
  box-shadow: none;
  font-family: 'Comic Sans MS', serif;
  text-transform: none;
}
.retro-1996 a { color: #00ffff; text-decoration: underline; }
.retro-1996 a:visited { color: #ff00ff; }
.retro-1996 .checker { display: none; }
.retro-1996 .site-foot::after {
  content: 'Best viewed in Netscape Navigator 3.0 at 800x600';
  display: block;
  padding-top: 1rem;
  font-size: 0.8rem;
}
