body {
  background-color: #1A1026;  
}
body p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:#F4F1FF;
}
.site-logo{font-family: "audiowide", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1.25rem; letter-spacing: 0.02em; text-transform: uppercase;}
.container{margin: 0 20px}
.site-logo{box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  text-align: center;
  border-radius: 5px;
  background-color: #2B1E4A;
  margin: 10px;
}
.headshot{
    margin: 5px;
    border-radius: 5px;
    padding: 2px;
}
.cardcontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px 5px;
}
.cards{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: auto; 
  height: 100%;
  border-radius: 5px; 
  background-color: #2F2A38;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 15px;
  transition: 0.3s ease;
  padding:20px;
  text-align: center;
}
.cards h2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:aqua;
}
.cards p{
    color: #B8AFCF;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.cards img{
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
}

html, body {
  height: 100%;
}

form{
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  
color: #B8AFCF;
  width: auto; 
  height: auto;
  border-radius: 5px; 
  background-color: #2F2A38;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 15px;
  transition: 0.3s ease;
  padding:20px;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
}
form h2{
    text-align:center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: aqua;
}
.cards:hover{
    transform: translateY(-5px);
}
.cards:active{transform: scale(0.98);}
ul {
  list-style-type: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
.setlist-table {
  width: 90%;
  margin: 0 auto;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: #F4F1FF;
}
li {
  float: left;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #2B1E4A;
  color: #F4F1FF;
  margin-top: 80px;
}
li a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  display: block; 
  color: white; 
  text-align: center; 
  padding: 14px 16px; 
  text-decoration: none; 
}
li a:hover {
  background-color: #111;
}
li a.active {
  background-color: #04AA6D;
  color: white;
}
body{
    padding-bottom: 80px;
    margin-bottom:80px;
}
@media (max-width: 600px) {
  .cardcontainer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {

  li {
    float: none;
    width: 100%;
  }

  li a {
    text-align: left;
    padding: 16px;
  }

}
