/* FRONT PAGE HEADER CONTAINER */
.front-page-header {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", Icons;
  color: #333333;          /* dark grey */
  text-align: left;         /* aligns everything left */
  margin-bottom: 20px;
  padding: 10px 0;
}

/* TITLE STYLING */
.front-page-title {
  font-size: 24px;          /* larger title */
  font-weight: normal;
  margin: 0 0 5px 0;
}

/* LINK INSIDE TITLE */
.front-page-title a {
  color: #333333;           /* dark grey */
  text-decoration: none;
}

.front-page-title a:hover {
  color: #333333;
  text-decoration: none;
}

/* CONTACT INFO BELOW TITLE */
.front-page-contact {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.front-page-contact a {
  color: #333333;           /* dark grey links */
  text-decoration: none;    /* remove underline */
}

.front-page-contact a:hover {
  color: #333333;
  text-decoration: none;
}

/* GALLERY STYLING */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.image-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

/* FOOTER STYLING (BOTTOM LEFT) */
.site-footer {
  position: fixed;         
  bottom: 10px;            
  left: 10px;              
  z-index: 1000;           
  background-color: transparent;
}

.site-footer small {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", Icons;
  color: #888888;          /* subtle grey */
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.all-page-title a {
  color: #696969;          /* dark grey, same as header */
  text-decoration: none;   /* removes underline */
}

.all-page-title a:hover {
  color: #333333;          /* keeps same color on hover */
  text-decoration: none;   /* optional: no underline on hover */
}

/* All page header */
.all-page-title {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", Icons;
  color: #837e7e;      /* dark grey */
  font-size: 15px;      /* adjust as needed */
  font-weight: normal;
  text-align: left;     /* aligns header to the left */
  margin: 20px 0;       /* spacing above and below */
}



/* Front page header container */
.front-page-header {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", Icons;
  color: #000;         /* dark grey for all text */
  text-align: left;        /* aligns everything to the left */
  margin-bottom: 20px;
  padding: 10px 0;
}

/* Title styling */
.front-page-title {
  font-size: 14px;         /* adjust as needed */
  font-weight: normal;
  margin: 0 0 5px 0;       /* small spacing below title */
}

/* Contact info below title */
.front-page-contact {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Links in contact info: all dark grey, no underline */
.front-page-contact a {
  color: #333333;
  text-decoration: none;
}

.front-page-contact a:hover {
  color: #333333;          /* keep same on hover */
  text-decoration: none;
}

/* Gallery styling (optional, your existing code) */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.image-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
/* Gallery styling */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.image-gallery img {
  width: 100%;
  height: auto;
  display: block;
}


.gallery-title {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", Icons;
  font-weight: normal;
  color: #333333;       /* dark grey letters */
  margin-bottom: 10px;  /* space between title and gallery */
	font-style: normal;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;            /* space between images */
}

.image-gallery img {
  display: block;
  width: 100%;          /* fill container */
  height: auto;
}

/* Footer container */
.site-footer {
  text-align: center;          /* center horizontally */
  padding: 20px 0;             /* spacing above and below */
  background-color: transparent; /* keeps background clean */
}

/* Footer container */
.site-footer {
  position: fixed;         /* sticks in place */
  bottom: 10px;            /* distance from bottom of viewport */
  left: 10px;              /* distance from left edge */
  z-index: 1000;           /* stays on top */
  background-color: transparent; /* optional */
}

/* Footer text styling */
.site-footer small {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", Icons;
  color: #888888;          /* subtle grey */
  font-size: 6px;
  line-height: 1.4;
  display: block;
}
