/* Fount Gallery Styles */

/*ADDED*/
.fount-gallery-section {
  background-color: #fcf9eb;
  padding: 2rem 1rem;
}

.fount-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.fount-card {
  width: 500px;
  background-color: white;
  border: 2px solid #c7ae6e;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  text-align: center;
}
.fount-card img {
  width: 100%;
  border-radius: 8px;
  height: auto;/*Addded*/

}
/*ADDED*/
.fount-card h3 {
  font-family: 'Playfair Display', serif;
  color: #233d7b;
  font-size: 1.2rem;
  margin-top: 1rem;
}

/*ADDED*/
.fount-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 1rem 0;
}
/*
.fount-download-btn {
  display: inline-block;
  background: linear-gradient(to right, #f5e7b8, #c5af71, #a88c50);
  color: #1a1a1a;
  padding: 0.6rem 1.4rem;
  font-family: 'Space Grotesk', sans-serif;
  border: none;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.fount-download-btn:hover {
  background: linear-gradient(to right, #d1c08c, #a88c50, #7c5e2e);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
*/

.fount-download-btn {
  display: inline-block;
  background: linear-gradient(to bottom, #fff2c2, #e4c97a, #c5a948);
 
  color: #b82366 !important;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  font-family: inherit;
  border: none;
}

.fount-download-btn:hover {
   background: linear-gradient(to bottom, #f5e7b8, #c5af71, #a88c50);
  color: #d1360f !important;
  text-decoration: none !important;
}




/*ADDED*/
@media (max-width: 768px) {
  .fount-card {
    width: 90%;
  }
}

/*ADDED*/
.centered {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #233d7b;
  font-family: 'Playfair Display', serif;
}
.intro-paragraph {
  text-align: center;
}




.fount-page-header {
  text-align: center;
  margin: 3rem auto 2rem;
  max-width: 800px;
}

.fount-header-wrapper img {
  display: block;
  margin: 0 auto 1rem;
}

.fount-subtitle {
  font-size: 1.3rem;
  color: #004166;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  margin: 1.2rem 0 1.5rem;
}

.fount-note {
  font-size: 0.95rem;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Georgia', serif;
  line-height: 1.5;
}
