
:root {
  /* Colors from your previous configuration */
  --primary: #ffb3ac;
  --primary-container: #7b1113;
  --on-primary-container: #ff837a;
  --background: #131313;
  --on-background: #e5e2e1;
  --surface: #131313;
  --tertiary: #d4c5a8;
  --outline-variant: #58413f;
}
* {
    box-sizing: border-box;
    background-color: #131313;
    color: white;
    letter-spacing: 0.1em;
}



img {
    display: block;
    max-width: 65%;
    margin: 0px auto;
    padding-bottom: 5rem;
}


.main {
    /* make main element take up any surplus space and push the footer down */
    flex: 1 0 auto;
    
    display: flex;
    flex-direction: column;
  }

.heading {
  font-family: "Newsreader", serif;
  font-size: 2rem;
    color: rgb(219, 201, 201);
    margin-bottom: 0;
    text-align: center;
    padding: 1rem;
}
.heading2 {
  color: #f0e1c2 !important;
  font-family: "Newsreader", serif;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
  padding: 2rem 1rem .5rem 1rem;
}
.heading3 {
  color: #f0e1c2 !important;
  font-family: "Newsreader", serif;
  font-size: 1.9rem;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
  padding: 2rem 1rem .5rem 1rem;
}

.copyright {
  margin-top: 2rem;
  font-size: small;
  color: #f0e1c2 !important;
}

.audio {

    display: block;
    margin: 0 auto;
    padding: 2rem;
   text-align: center;
}

.bio-text {
    padding: 2rem;
    text-align: center;
}

.music-link {
    color: white;
    text-decoration: none;
    background-color: slategrey;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7rem;
    /* display: flex;
    justify-content: space-around;
    padding: 1rem; */
   
      }

.clear { clear: both; height: 8rem; }

i {
    font-size: 1.6rem;
}

.copyright-text {
    font-size: .8rem;
    padding-top: 1rem;
    margin-bottom: 5rem;
}



 
 img {
    padding: 3px;
    border: 2px solid black;
    background-color: rgb(28, 26, 56);
    border-radius: 15px; 
  }

  .hero-overlay {

    inset: 0;
    background: linear-gradient(to top, var(--background) 5%, transparent 60%),
                linear-gradient(to right, rgba(19,19,19,0.8), transparent);
    filter: grayscale(0%) brightness(0.8);
}
  .logo-style { 
    padding: 3px;
    border: 2px solid black;
    background-color: rgb(28, 26, 56);
    border-radius: 15px;
    height: 8rem;
    width: 8rem;
  }
  #photos {
    line-height: 0;
  }

  #photos > p {
    font-size: 1.6rem;
    padding: 4rem 2rem 0 2rem;
    text-align: center;
   
  }

  #photos > img {
    max-height: 100vh;
    max-width: 100%;
  }


  .main-container {
    text-align: center;
    color: #ffffff;
   } 
   
   .main-container1 {
     font-size: 1em;
     color: #ffffff;
     margin: 1em;
     text-align: center;
     padding: 1em;
   
   }
   .list-container {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: stretch;
     margin: 1rem;
   
   }
   
   .list {
   
     font-size: 1rem;
     text-align: center;
     margin-left: 1em;
     padding: 0em;
     line-height: 2em;
     list-style: none;
   
     padding: 1em;
   
   }
 .list >  li {
     text-decoration: none;
     background-color: rgb(246, 247, 249);
     margin-top: 1em;
     padding: 1em;
     border-radius: 0.5em;
   }
   
   li > a {
    background-color: rgb(246, 247, 249);
     text-decoration: none !important;
     color: #161515;
     font-size: 1rem;
   }

   footer .list-inline-item a,
   .list-inline-item a, 
   .list-inline-item i {
    text-decoration: none !important;
    background-color: transparent !important; /* Removes the box look from li > a */
    border: none !important;
    box-shadow: none !important;
}


   h1,h2,h3  {
    color: #ffffff !important;
    margin-bottom: 0px !important;
    text-align: left;
    line-height: 1;
   }

   .chord-container {
    display: flex;
    /* gap: 1rem; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    flex-wrap: wrap;
    padding-left: .3rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
   }
   .lyric-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
   }



   .chord {
    display: inline-block;
    width: 5rem; 
    text-align: center;
    
  }
  .song_main { 
    margin: auto;
    padding-left: 2rem;
    padding-top: 2rem;
    margin-bottom: 0px !important;
    line-height: 1.7rem;
    font-size: 1.3rem;
   
}
.song_container {
  display: flex;
  align-items: center;
  justify-content: center;

}
.songlist_button {
  text-decoration: none;
  background-color: #ffffff;
  color:#161515;
  padding: 4px;
  border-radius: 6px;

}

@media (min-width: 300px) and (max-width: 768px) {
    img {
        max-width: 90%;}
        .audio {
            padding: 1rem;
        }
        .list-container {
       
            flex-direction: column;
        
          
          
          }
    
}