body {
    background-color: black;
}

.audio {
  padding-top: 5%;
  display:flow-root;
  margin-left: auto;
  margin-right: auto;
  color:bisque;
}

.navbar {
  width: 100%;
  background-color: rgb(50, 0, 0);
}

.nav {
  display: flex;
  justify-content: space-between; /* spreads them evenly */
  align-items: center;
}

.nav-button {
  flex: 1; /* makes all buttons equal width */
  text-align: center;
  padding: 15px 0;
  font-size: 1.2rem;
  background-color: rgb(122, 31, 31);
  color: white;
  text-decoration: none;
  border: 1px solid red;
  border-radius: 10%; /* optional — make them square or round if you like */
  transition: background-color 0.3s;
}
.nav-button:hover {
  background-color: rgb(255, 0, 0);
}


#logo {
  width: 50%;
  height: 50%;
  padding: auto;
  display: block; 
  margin: auto;
  margin-top: 5%;
  border-radius: 5%;
}



button:hover {
    background-color: gray;
    color: red;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 35px;
  width: 75%;
  margin: 0 auto;
  padding: 20px;
  justify-items: center;
  align-items: center;
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

  p {
    font-size: 2rem;
    color:bisque
  }
  

  #photo {
    color:bisque;
  }
  
  .Gallery::after {
    content: "";
    width: 350px;
  }

  .About {
    color:bisque;
    padding: 10%;
    font-size: 25px;
    text-decoration:none;
  }

  .News {
    color:bisque;
    padding: 10%;
    font-size: 25px;
    text-decoration: none;
  }

  .social h2 {
    color:bisque;
  }

  .social {
    padding: 10%;
    display: flex;
    justify-content: space-between;
    gap: 10%;
  }
  
  #videos {
    color:bisque;
    font-size: 1rem;
    padding: auto;
    display: block; 
    margin-left: auto;
    margin-right: auto;
    margin-left: 40%;
  }

  .merch {
    color:bisque;
  }
  