
body{
    margin:0;
    font-family:Arial;      text-align:center;
    background:#ebe1c6;                         }

header{
    padding:10px 0px 0px 0px;                                   }
    
.logo{
    margin-top: 20px;
    width:350px;            max-width:80%;      }

h1{ font-size:15;           letter-spacing:3px;         color:#000000;                              }

h2{ font-size:13;           letter-spacing:3px;         color:#303030;        letter-spacing:3px;       }

h3{ font-size:11;           letter-spacing:3px;         color:#5c5a5a;                                  }

h4{ font-size:7;            letter-spacing:0px;         color:#5c5a5a;                              }
h5{ font-size:7;            letter-spacing:0px;         color:#000000;                              }

.intro{
    margin:40px auto;       max-width:800px;    }

.links{
    margin-top:40px;        margin-bottom:10px;         display:flex;           justify-content:center;
    gap:25px;               flex-wrap:wrap;             }


.btn{
    background:#503c04;     color:white;
    padding: 16px 25px;     text-decoration:none;       border-radius:6px;  }

.btn_lighter{
    background:#775906;     color:white;
    padding: 18px 32px;     text-decoration:none;       border-radius:6px;  }

.final{
    margin-top:50px auto;           max-width:800px;            }

.back{
    font-size:20px;                       letter-spacing:4px;                   margin-top:20px;            
    color:black;                      font-weight:bold;                   }



.pg-photos-body {
  text-align:center;
  margin: 0;
  font-family: Arial, sans-serif;
  background: #d8ccb1;
  color: #1f1f1f;           }

.pg-photos-header {
  padding: 40px 20px 20px;
  text-align:center;
}

.pg-photos-header h2 {
  margin: 0 0 12px;
  font-size: 2rem;
  letter-spacing: 3px;
}

.pg-photos-header a {
  margin: 0 0 12px;
  letter-spacing: 3px;
  text-align:left;
}

.back-link {
  display: inline-block;
  text-decoration:underline;
  color: #1f1f1f;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

.back-link:hover {
  border-bottom: 1px solid #1f1f1f;
}

.pg-photos-main {
  padding: 20px 24px 50px;
}

.gallery-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;       padding:24px;    
}


.photo-card {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.photo-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.photo-caption {
  margin: 0;
  padding: 10px 16px;
  text-align: center;
  font-size: 0.95rem;
}

.gallery-message {
  text-align: center;
  margin-top: 20px;
  font-size: 1rem;
}



.not_used {
     display:inline-block;               
}