	/* ===== Global Styles ===== */
body {
  background-color:#999DA0;
  margin: 0;
  padding: 0;
  font-family: 'Times Roman', serif;
 
}


footer {
  text-align: center;
  font-size: 0.9em;
  color: #ccc;
  padding: 20px;
}

/* ===== Pages ====== */

.home-page .home-page-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 10px;
  align-items: start;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 100px;
}


.divider {
  border: none;
  height: 2px;
  background-color: #FFFFE3; /* or your accent color */
  margin: 1rem 0;
  display: block;
  width: 100%;
}


.home-page .artist-image {
  width: 220px;   
  padding-right: 20px;
  min-height: auto; 
}

.home-page .artwork-display {
  min-height: auto;    /* Let content define height */
  padding-left: 20px; 
}

.home-page .artist-image,
.home-page .artwork-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-frame {
  margin-top: 0;
  background-color: black;     /* Black border background */
  padding: 20px;                /* Thickness of the border */
  display: inline-block;       /* Shrinks to fit image size */
  border-radius: 4px;          /* Optional: soft corners */
}

.artwork-display .image-frame img {
  max-width: 800px;   /* Enlarges the artwork */
}

.artist-image .image-frame img {
  max-width: 400px;          /* Shrinks the actual image */
}
/* Make artist headshot smaller */
.home-page .artist-img {
  max-height: 800px;   /* shrink portrait */
  width: auto;
}

/* Make artwork bigger */
.home-page .artwork-img {
  max-width: 800px;   /* enlarge painting */
  height: auto;
}

.home-page .artist-description {
  width: 400px;
}

.home-page .painting-description h2 {
  margin-bottom: 10px;
  text-align: center; 
}


.pronunciation {
  font-style: italic;
  font-size: 0.8em;
  color: var(--accent-color, #FFFFE3); /* fallback if no variable */
}

.pronounce-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.85em; /* smaller icon size */
  color: var(--accent-color, #c94f4f);
  padding: 0;
}



/*======= Hats And Bands ======*/



.hat-item.image-frame {
  border: 2px solid #ccc;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.hat-item img {
  max-width: 400px;
  height: auto;
  display: block;
}


/* ===== Banner Styles ===== */
.banner {
  width: 100%;
  background-color: black;
  color: #F5F5F5;
  text-align: center;
  padding: 30px;
  margin-top: 10px;
  font-size: 2rem; /* Use rem for scalable font size */
  font-family: Papyrus, serif;
  font-style: italic;
  letter-spacing: 5px;
  word-spacing: 10px;
}
/*====Content Padding====*/
.content {
	padding-left: 2rem; /* Adds space to the left of everything except the banner */
}

/* ===== Navigation ===== */
.nav-menu {
	text-align: center; 
	font-weight: bold;
	margin-top: 10px; /* Adds space below the Banner*/
	margin-right: 20px;
}
nav a { 
 margin-right: 20px;
}


.box-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #FFFFE3  ;
  color: black;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
}
/* ===== Buttons and Links ===== */
.circle-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #FFFFE3;
  color: white;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  overflow: hidden;
  margin: 5px;
  }

 .icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}
/* ===== Social Links ===== */
.social-links {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  position: relative; /* default flow */
  margin-top: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: gray;
}
.social-links {
  flex-shrink: 0;
}

.home-page .social-links {
	position: static;
}


.contact-page .social-links {
	position: static;
}

/*====Art Gallery Styles====*/
.gallery-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.art-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.art-item {
  width: 120px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  color: #333;
}
.thumbnail-frame {
  border: 2px solid black;       /* Thin black border */
  padding: 6px;                  /* Space inside the frame */
  border-radius: 6px;            /* Optional: soft corners */
  background-color: black;     /* Optional: subtle background */
  display: inline-block;         /* Keeps frame tight around content */
}

.thumbnail-frame figcaption {
  font-family: 'Times Roman', serif;
  font-size: 0.9rem;
  color: #FFFFE3;
  margin-top: 2px;
  text-align: center;
  font-style: italic;
}

.art-thumb {
  width: 120px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.art-thumb:hover {
  transform: scale(1.1);
  
}
.page-wrapper {
  display: flex;
  gap: 30px;
  padding: 20px;
}


/* ===== Lightbox Overlay ===== */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding-top: 60px;
}

/* Show only the targeted image */
.lightbox:target {
  display: block;
}

/* Style the enlarged image */
.lightbox img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Close button styling */
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}




/*======Hand Knit======*/


.handknit-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}




/* ===== Basket Gallery Styles ===== */

.gallery-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.baskets-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  background-color: #fffaf0; 
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 200, 150, 0.2);
}

.baskets-item {
  width: 140px;
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-size: 0.9rem;
  color: #333;
}

.baskets-thumb {
  width: 140px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.baskets-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 200, 150, 0.4);
}
/* ======Bat Styles======= */

.bats-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
	

.bats-page img {
  display: inline-block; /* makes the image respect text-align */
  max-width: 100%;       /* responsive scaling */
  height: auto;
}



/*====== Music =======*/

.music-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}



/*======= Contact ======*/
/* Make the wrapper a flexbox that centers its content */
.container-wrapper {
  display: flex;
  justify-content: center;   /* horizontal centering */
  align-items: center;       /* vertical centering */
  min-height: 70vh;          /* adjust height so it sits nicely in the viewport */
}

/* Style the contact container itself */
.contact-page .contact-container {
  width: 90%;
  max-width: 600px;
  padding: 20px;
  text-align: center;        /* centers text inside */
  background: transparent;
}

/* Contact page social links */
body.contact-page .social-links {
  display: flex;              /* use flexbox */
  flex-direction: row;        /* horizontal layout */
  justify-content: center;    /* center the row */
  align-items: center;        /* align icons vertically */
  gap: 15px;                  /* spacing between icons */
  margin-top: auto;           /* push them down */
  padding-bottom: 20px;       /* breathing room at bottom */
}
cPanel Media Queries

/* ===== Media Queries ===== */



@media (max-width: 480px) {
  .banner {
    font-size: 1.2rem;
    padding: 10px;
    word-spacing: 2px;
  }
  .content {
	  padding-left: 0.5rem;
  }
  .circle-link {
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  font-size: 0.9rem;
  }
}
@media (max-width: 600px) {
  .art-item {
    width: 100px;
  }
  .art-thumb {
	  width: 100px;
	  height:100px;
	  object-fit: cover;
  }
  
  .baskets-item {
    width: 100px;
  }

  .baskets-thumb {
    width: 100px;
    height: 140px;
  }  
}

@media (max-width: 768px) {
  .banner {
    font-size: 1.5rem; /* Slightly smaller on tablets and phones */
    padding: 15px;
    word-spacing: 5px;
  }
  .content {
	  padding-left: 1rem; /* Reduce left padding for smaller screens */
  }
  .circle-link {
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  font-size: 1rem;
  }

  .home-page .home-page-content {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }

  .home-page .artist-image,
  .home-page .artwork-display {
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .home-page .artist-img,
  .home-page .artwork-img {
    max-width: 90%;
    height: auto;
  }
}

/* Two-column layout on larger screens */
@media (min-width: 900px) {
  .music-grid {
    grid-template-columns: 1fr 1fr;
  }
}

