/* ==============================
   Global Styles
   ============================== */
body {
  font-family: Arial, sans-serif;
  background-color: #000014;
  color: #d0d0ff;
  margin: 0;
  padding: 0;
  text-align: center;
}

a {
  color: #99ccff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

/* ==============================
   Album Artwork
   ============================== */
.album-art {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 2rem auto 1rem auto;
  display: block;
  border: 1px solid #666;
}

/* ==============================
   Bandcamp Mini Player Container
   ============================== */
.bandcamp-container {
  width: 90%;
  max-width: 400px;
  margin: 1rem auto 1.5rem auto;
  text-align: center;
}

.bandcamp-container iframe {
  width: 100%;
  height: 42px;
  border: 0;
  display: block;
  margin: 0 auto;
}

/* ==============================
   Streaming Links
   ============================== */
.stream-links {
  margin: 1rem auto 1rem auto;
}

.stream-links a {
  display: inline-block;
  margin: 0.35rem 0.3rem; /* vertical and horizontal spacing */
  padding: 0.35rem 0.8rem;
  border: 1px solid #7070c2;
  border-radius: 4px;
  font-size: 0.85rem;
  color: #7070c2;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.stream-links a:hover {
  background-color: #7070c2;
  color: #000;
  box-shadow: 0 0 6px #7070c2;
}

/* ==============================
   Credit Line
   ============================== */
.credit-line {
  font-size: 0.85rem;
  color: #999999;
  margin-bottom: 1rem;
}

/* ==============================
   Studio Nine Logo
   ============================== */
.studio-logo {
  margin: 1rem auto 2rem auto;
  max-width: 160px;
  display: block;
}

/* ==============================
   Footer Navigation Buttons
   ============================== */
footer .nav-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

footer .nav-buttons a {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  color: #6fccff;
  border: 1px solid #6fccff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

footer .nav-buttons a:hover {
  background-color: #6fccff;
  color: #000;
}

/* ==============================
   Responsive Footer
   ============================== */
@media (min-width: 600px) {
  footer .nav-buttons {
    flex-direction: row;
    gap: 0.75rem;
  }
}
