h1,
h2,
h3,
.nav-logo {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 2.75em;
}
h2 {
  font-size: 2em;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #111;
  color: #eee;
}

/******************
/***** NAV *****/
/* Basic reset */
* {
  box-sizing: border-box;
}


a.button {
  display: inline-block;
  background: #e91e63;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.main-nav {
  background-color: #222;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  justify-content: flex-end; /* Align to right */
  flex-grow: 1;
}

.nav-menu li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.nav-menu li a:hover {
  text-decoration: underline;
}

/* Hamburger button - hidden on desktop */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  margin-top: 0px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .nav-menu {
    position: absolute;
    top: 60px; /* height of nav */
    right: 0;
    background-color: #222;
    flex-direction: column;
    width: 200px;
    display: none; /* hidden by default */
    padding: 10px 0;
    border-radius: 0 0 0 8px;
  }

  .nav-menu.show {
    display: flex;
  }

  .nav-menu li {
    margin: 10px 0;
    text-align: right;
    padding: 0 20px;
  }

  .nav-toggle {
    display: block;
  }
}
/***** END NAV *****/
/******************/

header {
  text-align: center;
  background-size: cover;
  /* background-image: url("images/sdsp_banner.jpg"); */
  background-image: url("images/sdsp_outline.jpg");
  color: white;
  padding: 200px 20px;
  background-color: rgba(0,0,0,1);
}

section {
  padding: 20px;
  text-align: center;
}

.about {
  background-color: #f4f4f4;
  margin: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-text {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 0px;
  text-align: left;
  line-height: 1.35;
}

.socials {
  margin: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact {
  /**background-color: #f4f4f4; **/
  padding-top: 70px;
  padding-bottom: 70px;
}

.setlist {
  background-color: #f4f4f4;
  text-align: left;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.setlist-ul li {
  line-height: 1.35;
}

.band-members-ul li {
  line-height: 1.55;
}

.band-section {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  /* gap: 20px; */
  /* Space between the list and the image */
}

.band-members {
  text-align: left;
}

.band-image {
  display: flex;
  align-items: center;
}

.band-image img {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  /* Optional: adds rounded corners */
}

form {
  max-width: 600px;
  margin: 20px auto;
}
label,
input,
textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
}
input,
textarea {
  padding: 10px;
}

#mc_embed_signup {
 margin: auto;
 width: 100%;
}

#mc_embed_signup_scroll {
 margin: auto;
 width: 100%;
}

#mce-EMAIL {
  border: 1px black;
  border-radius: 4px;
}

#mc-embedded-subscribe {
  display: inline-block;
  background: #111;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px #111;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-bg-black {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

  .main-title {
    font-size: 5rem;
  }

footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #666;
}

@media only screen and (max-width: 600px) {
  header {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  section {
    padding: 10px;
  }

  .main-title {
    font-size: 3em;
  }
  .bg-black {
    padding: 5px;
  }

  .band-section {
    flex-direction: column;
    align-items: center;
  }

  .band-image img {
    max-width: 100%;
  }
}

.video-wrapper {
  max-width: 530px;
  width: 100%;
  margin: 0 auto; /* center the video */
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.photo-grid img {
  width: 100%;
  aspect-ratio: 1 / 1; /* Makes all previews square. Change to 16 / 9 or 4 / 3 for rectangles */
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}

.photo-grid img:hover {
  transform: scale(1.02);
}

/* Modal Styles */
.modal {
  display: none; 
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,0.93);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}

.modal-close {
  position: absolute;
  top: 20px; right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.modal-close:hover {
  color: #bbb;
}

/** Promo Video **/
.promo-video-section {
  padding-top: 3rem;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}

.promo-video-wrapper {
  width: 100%;
  max-width: 960px;
  max-height: 700px; /* max height */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.promo-video-inner {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.promo-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.newsletter {
  background-color: #666;
}