body {
  margin: 0px; 
  padding-top: 40px; /* Adjust this to the height of your nav */
  min-width: 100%; 
  width: 100%; 
  color: #333; 
  font-family:Calibri; 
  background-image: linear-gradient(rgb(254, 246, 222), rgb(133, 102, 1));
}

/* On small screens (mobile), increase top padding */
@media (max-width: 768px) {
  body {
    padding-top: 65px; /* Adjust this to match taller mobile nav height */
  }
}

.masthead {
  background: #34001a;
  color: #fff;
  text-align: center;
  padding: 0;
}
.masthead img {
  max-width: 100%;
  height: auto;
}
.masthead h1 { margin: 0.5rem 0; font-size: 3rem; }
.masthead h2 { margin: 0; font-size: 1.5rem; font-style: italic; }
.masthead p.performance-info { font-size: 1rem; margin-top: 0.5rem; }

.performance-info {
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* Hamburger Navigation */
.mobile-nav {
  background: #34001a;
  border-bottom: 1px solid #333;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.menu-toggle {
  font-size: 2rem;
  padding: 1rem;
  cursor: pointer;
  display: none;
}
.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
  margin: 0;
}
.nav-links a {
  text-decoration: none;
  color: #efe5c6;
  font-weight: bold;
}
.nav-links a:hover {
  text-decoration: underline;
}

.nav-container {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


/* Responsive Nav */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    background: #34001a;
	color: #efe5c6; /* This sets the hamburger icon color */  }
	
/* By default on small screens, hide the nav links */
.nav-links {
  display: none;
  flex-direction: column;
  align-items: center;
  background: #34001a;
}

/* When the 'active' class is added, display the nav menu */
.nav-links.active {
  display: flex;
}}

/* Sections */
section {
  background: #fff;
  margin: 1rem auto;
  padding: 1.5rem;
  max-width: 800px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #333;
}

.collapsible {
  background-color: #efe5c6;
  color: #333;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.collapsible:hover {
  background-color: #e0d8b0;
}

.collapsible-content {
  display: none;
  padding: 1rem;
  background-color: white;
  border-top: 1px solid #ccc;
}

.collapsible-section {
  margin-bottom: 1rem;
}

/* Optional: Add animation */
.collapsible-content.open {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

h2 {
  border-bottom: 2px solid #34001a;
  padding-bottom: 0.3rem;
}
.person-list {
  columns: 2;
  column-gap: 2rem;
}
.person-list li {
  margin-bottom: 0.5rem;
}

    table {
      border-collapse: collapse;
      width: 100%;
      margin: 20px 0;
    }
    th, td {
      border: 1px solid #bbb;
      padding: 8px 12px;
      text-align: left;
    }
    th {
      background-color: #f2d1b3;
    }
    .highlight {
      background-color: #fff7e6;
      padding: 10px;
      border-left: 4px solid #d6893c;
    }

    .cast-table {
      max-width: 900px;
      margin: 0 auto;
      border-collapse: collapse;
      width: 100%;
    }
    .cast-table th, .cast-table td {
      border-bottom: 1px solid #ccc;
      padding: 16px;
      vertical-align: top;
      text-align: center;
    }
	
.cast-table td	{
	width:33%;}
	
    .role-name {
      font-weight: bold;
	  font-size: 1em
    }
    .headshot {
      width: 40px;
      height: 40px;
      object-fit: cover;
      border-radius: 6px;
      border: 1px solid #999;
    }
    .artist-info {
      font-size: 1em;
      margin-top: 6px;
    }
	
#cast-biographies {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
}

.bio-block {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fffdf6;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.bio-headshot {
  flex: 1 1 25%;
  min-width: 120px;
  max-width: 200px;
}

.bio-headshot img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.bio-text {
  flex: 1 1 60%;
}

.bio-text h3 {
  margin: 0;
  font-size: 1.3rem;
  color: #705500;
}

.bio-text h4 {
  margin: 0.25rem 0;
  font-size: 1.1rem;
  color: #333;
  font-weight: normal;
}

.bio-text p {
  margin-top: 0.5rem;
  line-height: 1.5;
  color: #333;
}


@media (max-width: 600px) {
  .bio-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bio-headshot, .bio-text {
    flex: 1 1 100%;
  }

  .bio-text {
    margin-top: 1rem;
  }
}

.ViewTicketsButton	{   background-color: #40001d;
					  /*border: 1px solid #666;*/
					  font-size:17px;
					  font-weight: bold;
					  color: white;
					  padding: 10px 20px;
					  text-align: center;
					  text-decoration: none;
					  display: block;
					  cursor: pointer;
					  border-radius: 20px;
					  margin:0 auto;
					  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);}
					  
.ViewTicketsButton:hover { background-color: #999;
							 color:#FEE8B4;	
					  border: 1px solid #666;
					  font-size:17px;
					  padding: 10px 20px;
					  text-align: center;
					  text-decoration: none;
					  display: block;
					  cursor: pointer;
					  border-radius: 20px;
					  margin:0 auto;
					  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);}
					  
.ViewDetailsButton	{   background-color: #FC6;
					  /*border: 1px solid #666;*/
					  color: #333;
					  font-size:17px;
					  font-weight: bold;
					  padding: 10px 20px;
					  text-align: center;
					  text-decoration: none;
					  display: block;
					  cursor: pointer;
					  border-radius: 20px;
					  margin:0 auto;
					  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
					  text-decoration:none;}
					  
.ViewTicketsButton,
.ViewTicketsButton a {
  text-decoration: none;
}

.ViewTicketsButton:hover,
.ViewTicketsButton a:hover {
  text-decoration: none;
}

.ViewDetailsButton,
.ViewDetailsButton a {
  text-decoration: none;	}				  
					  
.ViewDetailsButton:hover { background-color: #999;
							 color:#FEE8B4;
							 text-decoration:none;	
					  border: 1px solid #666;
					  font-size:17px;
					  font-weight: bold;
					  padding: 10px 20px;
					  text-align: center;
					  text-decoration: none;
					  display: block;
					  cursor: pointer;
					  border-radius: 20px;
					  margin:0 auto;
					  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);}


/* Footer */
footer {
  background: #34001a;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}