/* Global reset and font settings */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Courier New', Courier, monospace;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  width: 100%;
}

.bit-top-track-button {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.1rem !important;
}

.bit-event-list-title{
  font-family: "Courier New", Courier, monospace;
  font-size: 1.2rem !important;
  margin-top: 10px;
}

.bit-date, .bit-venue, .bit-location {
  font-family: "Courier New", Courier, monospace;
}

.bit-widget .bit-event .bit-rsvp{
  font-family: "Courier New", Courier, monospace;
}

.bit-offers-text, .bit-play-my-city-button{
  font-family: "Courier New", Courier, monospace;
}

/* Ensure headings explicitly use the same font */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Courier New', Courier, monospace;
}

/* Header Layout */
header {
  background:rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Logo Styling */
.logo-container {
  width: 20%;
}

.logo {
  max-width: 150px;
  max-height: 80px;
  height: auto;
  display: block;
}

/* Main Navigation */
.main-nav {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  line-height: 1.5;
}

.main-nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
}

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

/* Contact Link */
.contact-link {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.contact-logo {
  max-height: 60px; 
  width: auto;
}

/* Main Content */
main {
  padding: 2rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Welcome section styling */
.welcome-section {
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}

/* Calendar widget styling */
.calendar-section {
  margin-bottom: 3rem;
  width: 100%;
}

.calendar-section h2 {
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  margin-bottom: 1rem;
}

.calendar-widget {
  width: 50%;
  margin: 0 auto;
}
.projects {
  margin: 2rem auto;
  width: fit-content;
}
.project-list {
  display: block;
}
.projects h2 {
  text-align: center;
  margin-bottom: 1rem;
}



.project-list li {
  padding: 0.5rem 0;
  font-size: 1.1rem;
}

.project-list a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.project-list a:hover {
  color: #0066cc;
  text-decoration: underline;
}

/* Project page styling */
main h1 {
  text-align: center;
  margin-bottom: 1.5rem;
}

main h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

main p {
  text-align: center;
  margin: 0 auto;
  max-width: 800px; 
  line-height: 1.6;
}

/* --- STANDARDIZED IMAGE STYLING --- */
/* Common container for all project images */
.project-image-container {
  text-align: center;
  margin: 2rem 0;
  width: 100%;
}

/* container for email */
.email-image-container {
text-align: center;
margin: 0 auto;
max-width: 400px;
}



/* image styling */
.email-image {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}

/* STANDARDIZED image styling for ALL projects */
.project-image,
.hypothetical-image,
.scrapper-jacks-image,
.polka-poyo-image,
.willis-pickem-image,
.contact-image {
  max-width: 85%; /* Standardized width for all images */
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

/* Height settings for specific images */
.scrapper-jacks-image,
.polka-poyo-image {
  height: 350px;
  object-fit: contain; /* Maintains aspect ratio */
}

.contact-image {
  max-height: 450px;
  object-fit: contain;
  margin-top: 2rem;
}



/* Photo credit styling */
.photo-credit {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}

/* Custom email styling */
.custom-email {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  text-align: center;
}

/* Contact page styling */
.contact-section {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-section h3 {
  margin-bottom: 1rem;
}

.custom-email a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-email a:hover {
  color: #0066cc;
  text-decoration: underline;
}

.bandsintown-follow {
  margin-top: 1.5rem;
}

.contact-philosophy {
  max-width: 800px;
  margin: 0 auto;
}

.contact-philosophy p {
  text-align: left;
  margin-bottom: 1rem;
}

/* Footer styling */
footer {
  background:rgb(255, 255, 255);
  color: #333;
  text-align: center;
  padding: 1rem;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 2rem;
  box-sizing: border-box;
}

/* Video container styling */
.video-container {
  position: relative;
  width: 85%; /* Matches standardized image width */
  max-width: 800px;
  margin: 2rem auto;
  padding-bottom: 48%; /* Adjusted for new width */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
/* Spotify player styling */
.spotify-container {
  width: 85%;
  max-width: 800px;
  margin: 2rem auto;
}

.spotify-container iframe {
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  width: 100%;
}
/* Audio container styling (Bandcamp) */
.audio-container {
  text-align: center;
  margin: 2rem auto;
  width: 85%; /* Matches images and videos */
  max-width: 800px;
  display: flex;
  justify-content: center;
}

.audio-container iframe {
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  border-radius: 5px;
  max-width: 100%;
  width: 350px;
}

/* Responsive design */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    padding: 15px;
  }
  
  .logo-container, .main-nav, .contact-link {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }
  
  .logo {
    margin: 0 auto;
  }
  
  .main-nav {
    flex-wrap: wrap;
  }
  
  .main-nav a {
    margin: 5px 10px;
  }
  
  .calendar-widget {
    width: 100%;
  }
  
  main {
    padding: 1rem;
  }
  
  /* Consistent mobile image styling */
  .project-image,
  .hypothetical-image,
  .scrapper-jacks-image,
  .polka-poyo-image,
  .willis-pickem-image,
  .contact-image {
    max-width: 95%;
    height: auto;
    max-height: none;
  }
  
  .video-container {
    width: 100%;
    padding-bottom: 56.25%; 
  }
  .spotify-container {
    width: 95%;
  }
  .audio-container {
    width: 95%;
  }
  
  .audio-container iframe {
    width: 100%;
  }
}