body {
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    color: #f0f0f0;
    line-height: 1.6;
    text-align: center;
    z-index: 0;
    /* remove or keep gradient as fallback */
    background: none;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/background.jpg') no-repeat center center / cover;
    opacity: 0.7;
    z-index: -1;
}

h1 {
    color: #f8f8f8;
    font-size: 2.5em;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-family: "itc-benguiat", serif;
font-weight: 700;
font-style: normal;
}

h2{
    font-family: 'Georgia', serif;
    font-weight: 800;
}

h3{
    color: #f8f8f8;
}

p {
    font-size: 1.3em;
    margin: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
    font-family: 'Georgia', serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
}

img#PSB {
    width: 100px;
    display: block;
    margin: 20px auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}

section {
    background: rgba(20, 20, 20, 0.85);
    width: 90%;
    margin: auto;
    padding: 1.5em;
    border-radius: 10px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    color: #f0f0f0;
}

/* About Section Styling */
.about-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 200px 20px 200px;
}

.card {
    background-color: rgba(40, 40, 40, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    padding: 50px;
    text-align: center;
    transition: transform 0.3s ease;
    margin: 20px;
    color: #f0f0f0;
}

.card:hover {
    transform: translateY(-10px);
}

.team {
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
}

.member-photo {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

.member-name {
    font-size: 2.0em;
    margin-bottom: 10px;
    color: #ffd700;
    text-decoration: none;
    font-family: "itc-benguiat", serif;

font-style: normal;
}

.member-description {
    font-size: 1em;
    color: #dcdcdc;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Georgia', serif;
}

.member-description ul {
    list-style: none;
    padding-left: 20px;
}

.member-description li {
    margin-bottom: 20px;
}

.member-description h4 {
    margin-bottom: .5rem;
}

h4{
font-family: 'Georgia', serif;
}

pre {
    background-color: #1a1a1a; /* dark background */
    padding: 1rem;
    border-radius: 6px;
    font-family: "Courier New", Courier, monospace;
    font-size: 1rem; /* adjusted font size */
    line-height: 1.6;
    color: #e0e0e0; /* light text color */
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0,0,0,0.05); /* combining both shadows */
    margin: 1.5rem 0;
    text-align: left;
    border: 2px solid #444; /* subtle border */
}


.text-box {
    /* display: flex;
    flex-direction: column;
    margin: 30px auto;
    padding: 15px;
    background: #6a5acd;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    color: #342a1e;
    */
    background: rgba(0, 0, 0, 0.6);
    margin: 0px 60px 20px 60px;
    padding: 10px;
    border-radius: 8px;
}

h3 {
    color: white;
}

.song-box {
    background: rgba(30, 30, 30, 0.85);
    padding: 1.5rem 2rem;
    padding-left: 12rem;
    padding-right:12rem;
    border-left: 6px solid #6a5acd;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    color: #f0f0f0;
}

.song-box:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.song-box h3 {
    margin-top: 2rem;
    font-size: 1.25rem;
    color: #ffd700;
    border-bottom: 2px solid #ffd700;
    display: inline-block;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}


.song-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding: 0 20px;
}

.song-list ul {
    list-style: none;
    padding: 0;
    max-width: 600px;
    width: 100%;
}

.song-list li {
    background: rgba(50, 50, 50, 0.9);
    margin: 10px 0;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
    font-family: "itc-benguiat", serif;
font-weight: 700;
font-style: normal;
}

.song-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.song-list a {
    text-decoration: none;
    color: #f0f0f0;
    font-size: 1.3em;
    font-weight: bold;
    transition: color 0.3s ease;
}

.song-list a:hover {
     color: #ffd700;
}


.chord-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.chord-button {
    padding: 10px 20px;
   background-color: #6a5acd;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    color: white;
}

.button-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #222;
    color: #f0f0f0;
    text-decoration: none;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 16px;
    border: 1px solid #6a5acd;
}
.button-link:hover {
     background-color: #6a5acd;
     color: #fff;
}

.intro-section {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 50px 30px;
    max-width: 900px;
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-section h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #ffd700;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    letter-spacing: 1px;
}

.intro-section p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #f0f0f0;
}

/* Artist Section */
.artist {
    margin: 20px;
}

.albums {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Album Card */
.album {
    width: 220px;  /* Set width for the album cards */
    height: 220px;
    background: white;;
    padding: 20px;
    text-align: center;
    color: yellow;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: transform 0.3s ease;
}

/* Ensure square shape */
.album a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

/* Responsive and Flexible Square */
.album h3, .album p {
    margin: 5px;
    color: #000000;
    text-align: center;
    padding: 10px;
}

/* Hover effect */
.album:hover {
    transform: scale(1.05);
}

.album a {
    text-decoration: none;
    color: yellow;
}

.album h3, .album p {
    margin: 0;
}

.album p {
    background: rgba(255, 215, 0, 0.7);
}


/* New styles */
pre .chord {
    color: #ffd700; /* bright gold for chords */
    font-weight: bold;
}

pre .lyric {
    color: #f0f0f0; /* keep lyrics soft white */
}

.logo {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}


.page-header {
    position: relative;
    padding-left: 100px; /* ensures space for logo */
    padding-top: 260px;
    margin-top: 20px;
}

/* Container positioning */
.corner-menu {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 1000;
    font-family: "itc-benguiat", serif;
}

/* Hamburger Button (Updated with animation) */
.hamburger {
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1001;
    transition: all 0.3s ease;
}

.hamburger::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    padding: 20px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hamburger .bar {
    height: 4px;
    width: 100%;
    background-color: #222;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Menu Styling */
#menu-content a {
    color: black; 
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #e8e8e8; 
    font-weight: bold;
    display: block;
    margin: 5px 0;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover Effect */
#menu-content a:hover {
    background-color: #ffd700; 
    color: black;
    transform: scale(1.05); 
}

/* Dropdown Menu Styling */
#menu-content {
    background-color: #e8e8e8; 
    color: black; 
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: -20px;
    min-width: 200px;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); 
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show menu when active */
#menu-content.show {
    opacity: 1;
    transform: translateY(0);
}

a{
    color: white;
}
.bold-text{
    font-weight: bold;
    color: #ffd700;
}
.footer {
  font-family: 'Georgia', serif;
  font-size: 0.9rem;
  color: white;
 
  margin-top: 40px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 8px;
}


.footer a {
  color: #ffd700;
  text-decoration: none;
}

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

.footer img {
  height: 25px;
  vertical-align: middle;
  margin-left: 4px;
}


section {
  max-width: 800px;
  margin: 0 auto; /* centers the whole section */
  padding: 1.5rem;
  text-align: center; /* centers the inline content like text in <p> */
}

section h2,
section h3 {
  font-family: 'Georgia', serif;
  color: white;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

section h2{
    color: #ffd700;
}

section p {
  line-height: 1.7;
  margin: 0.75rem auto;
  font-size: 1rem;
  color: white;
  max-width: 700px;
  font-size: 18px;
}

section code {
  background-color: #3d3d3d; /* dark background */
  color: white;            /* light text */
  padding: 0px 8px;
  margin: 0px 0px;
  border-radius: 6px;
  font-family: "Courier New", monospace;
  font-size: 0.90em;
  white-space: pre-wrap;     /* keeps formatting but wraps if needed */
  display: inline-block;     /* makes inline code stand out more */
}

/* For multi-line code blocks */
section pre {
  background-color: #1e1e1e;
  color: white;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  text-align: left; /* keep code left-aligned even in a centered layout */
  font-family: "Courier New", monospace;
  font-size: 0.95em;
  margin: 1rem auto;
  max-width: 700px;
}


blockquote {
  border-left: 4px solid #ffd700;
  padding: 1rem 1.5rem;
  margin: 1rem;
  font-style: italic;
  color: white;
  max-width: 700px;
  text-align: left;
  padding-left: 40px;
}

blockquote a {
    text-decoration: underline;
}

a {
  color: #ffd700;
  text-decoration: none;
}

h2 a {
    text-decoration: underline;
    font-weight: 400;
}

h3 a {
    text-decoration: underline;
    font-weight: 500;
    font-family: "itc-benguiat", serif;
}

p a {
    text-decoration: underline;
}

code a {
      color: #ffd700;
      text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  color: white;
  font-size: 1rem;
  margin: 1.5rem auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Georgia', serif;
}

th, td {
  border: 1px solid #444;
  padding: 0.75rem;
  text-align: center;
  transition: all 0.3s ease;
}

th {
  background-color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

tr:nth-child(even) {
  background-color: #2a2a2a;
}

tr:hover {
  background-color: #383838;
}

td {
  font-family: 'Georgia', serif;
  font-weight: 300;
}

caption {
  font-size: 1.1rem;
  font-weight: bold;
  color: #b0b0b0;
  padding: 1rem;
}

table td:first-child {
  font-weight: bold;
}

@media (max-width: 768px) {
  table {
    font-size: 0.9rem;
    margin: 0.5rem;
  }

  th, td {
    padding: 0.5rem;
  }
}

.methods-section {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 50px 30px;
    max-width: 900px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 50px auto;
}

.methods-section h2 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 30px;
}

.methods-section p {
    line-height: 1.5;
}

.overall{
    max-width: 700px;
    
}

section.overall{
    
    margin-top:40px;
    max-width: 800px;
}

.h1-section {
    background: none;
    top: 210px;
    padding: 10px 10px 0px;
    max-width: 900px;
    margin: 0px auto;
}

.skip-link {
    position: absolute;
    top: 0px;
    left: 0;
    background: #ffd700;
    color: #000;
    padding: 8px 16px;
    z-index: 1000;
    transition: top 0.3s;
}
.skip-link:focus {
    top: 2px;