body {
    background-color: #121212;
}

.card {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.hero-section {
    min-height: 80vh;
    background-image: url("../images/ClassicCover1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Dark overlay for readability */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.site-footer {
      background: #f4f4f4;
      padding: 20px;
      text-align: center;
}

.site-footer a {
      text-decoration: none;
      margin: 0 10px;
}

.site-footer a:hover {
      text-decoration: underline;
}

.navbar-logo {
  font-family: "Anaheim", sans-serif;
    font-weight: 600;      
    letter-spacing: 0.05em;
    font-size: 1.4rem;
}
