body {
  background: black url(images/boston2025.jpg) 0 0 no-repeat fixed;
  background-size: cover;
}

/* Map specific cards to the transparency theme */

.intro-card {
  background-color: rgba(2, 12, 71, 0.85); /* Deep Blue (Main Content) */
}

.quote-card {
  background-color: rgba(75, 0, 130, 0.7); /* Purple */
}

.links-card {
  background-color: rgba(0, 0, 0, 0.6); /* Dark (Sidebar/Links) */
}

.links-card a {
  background-color: rgba(255, 255, 255, 0.1);
}

.links-card a:hover {
  background-color: rgba(255, 255, 255, 0.3); /* Wash/Light */
  color: #ffebcd; /* BlanchedAlmond - nice light text color */
}