/* General Styles */

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;	
  font-family: 'Reddit Sans', sans-serif;
  /* font-weight: 300; */
  background-color: #fafafa;
  color: #333;
  scroll-behavior: smooth;
  overflow-x: hidden;	
}

a {
  text-decoration: none;
  color: inherit;
}
 
hr {
  display: block;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

h1 {
  font-family: 'Cardo', serif;
  margin-bottom: 0;
  padding-bottom: 0;
}

.h2-case-study {
  font-family: 'Reddit Sans', sans-serif;	
  font-size: 1.777rem;
  font-variant-caps: all-small-caps;
  margin-bottom: 0.5rem;	
}

.h2-case-study-section {
  font-family: 'Reddit Sans', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  font-variant-caps: all-small-caps;
  margin-bottom: 0.5rem;	
}

.curl {
  visibility: visible;
  width: 200px;
  height: auto;
  vertical-align: middle;
}

.logo {
  /* float: right; */
  width: 250px;
  height: auto;
  margin: 0px 0px 10px 0px;
}

.logo-place {
  /* float: right; */
  width: 250px;
  height: auto;
  margin: 0px 0px 10px -7px;
}

.logo-neu-camd {
  /* float: right; */
  width: 350px;
  height: auto;
  margin: 0px 0px 10px -7px;
}

.h2-sub {

}

.h2-sub-ital {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.9em;
  color: #777;
}

h5 {
  font-weight: 200;	
  font-size: 1.55em;
  font-style: italic;
  margin-top: 0;
  padding-top: 0;
}

ul {
  font-size: 1.25rem; 
  color: #666;
  list-style-type: square;
 /* font-family: 'Reddit Sans', sans-serif; */
}

.tighter {
 margin-top: -15px !important;
}

.emphatic {
  font-weight: 600;
  font-style: italic;
}

ol {
  font-size: 1.25rem; 
  color: #666;
}

ol > li::marker {
  font-weight: bold;
}

.li-opener {
  margin-bottom: 7px;	
}

.bullet-list-title {
  font-weight: 700;
  margin-bottom: 0.25em; /* Adjust as needed (try 0 or 0.25em) */
}

.bullet-list-title + ul {
  margin-top: 0; /* Remove default spacing at the top of the list */
}

.bullet-title {
  font-weight: 600;
}

.asA {
  font-family: 'Cardo', serif;
  font-size: 1.444em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.asSA {
  font-family: 'Cardo', serif;
  font-size: 1.77em;
  padding: 20px 0px 20px 0px;
}

img {
  border: none;
}

/* Skip link (visible only when focused) */

/*
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 1001;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}
*/

/* Arrows */

/*
.nav-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75rem;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.3s, color 0.3s, transform 0.2s;
  z-index: 1000;
}

.nav-arrow:hover,
.nav-arrow:focus {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  outline: none;
  transform: translateY(-50%) scale(1.1);
}

.nav-arrow.prev {
  left: 1rem;
}

.nav-arrow.next {
  right: 1rem;
}
*/


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin-bottom: 50px;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 10;
}

.border-top {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top-style: solid;
  border-top-width: thin; 
  border-top-color: #CCC;
}
	
/* Hero Banner Styles */

.hero-banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-banner img {
  width: 100%;
  height: auto;
  min-height: 300px;
  display: block;
  object-fit: cover;
}

.banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner img {
  width: 100%;
  height: auto;
  min-height: 250px;
  display: block;
  object-fit: cover;
}

main {
  padding-bottom: 120px; 	
  flex: 1;	
}

.training {
  font-size: 1.05rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.training-bullets {
  font-size: 1.05em !important;
}

.openSpace {
  padding-bottom: 11px;
}

.bull {
  font-size: 1.2rem;	
}

.logo {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  color: #111;
}

.lou {
  width: 133px;
  height: auto;
}

.nav-menu {
  display: flex;
  gap: 1.5rem;
}

.nav-current {
	text-decoration: underline;
    text-underline-offset: 0.5em;
	text-decoration-thickness: 5px;
}

.hamburger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-close {
	visibility: hidden;
}

.hero {
  text-align: center;
  padding: 0.25rem;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
  /* text-shadow: 1px 1px 10px #fff; */
}

.hero p {
  font-size: 1.25rem;
  color: #666;
}

.meet-lou {
  text-align: center;
  padding: 0.25rem;
}

.meet-lou img {
  max-width: 800px;
}

.clients {
  text-align: center;
  padding: 0.25rem;
  background-color: #ECEBEC;
}

.content-home {
  width: 700px;
  margin: 0 auto;
  padding: 1rem;
}

.content-wrap {
  text-align: center;
}

.content-home p {
  font-weight: 200;
  font-size: 1.25rem;
  text-align: center;	
  color: #666;
}

.about {
  margin: auto;
  max-width: 1000px;
  padding: 4rem 1rem;
}

.about h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.about p {
  font-size: 1.25rem;
  color: #666;
}

.resources h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.resources h3 {
  font-size: 1.777rem;
  font-variant-caps: all-small-caps;
  margin-bottom: 0;
  padding-bottom: 0;
}

.topMost {
  margin-top: 0;
  padding-top: 5px;	
}

.client-name {
  color: #000;
  font-weight: 600;	
}

.client-name {
  color: #000;
  font-weight: 600;	
}

.resources h4 {
  font-size: 1.657rem;
  font-variant-caps: all-small-caps;
  margin-bottom: 0rem;
}

.resources h5 {
  font-size: 1.25em;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.resources h6 {
  font-size: 1.15rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.resources p {
  font-size: 1.05rem;
  color: #666;
}

.resources li {
  font-size: 1.05rem;
}

.resources {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.art-row {
/*   margin: 3rem auto;
  padding: 0 1rem;	*/
  text-align: center;
  border-top: thin solid #999; /* Thin top border */
  border-bottom: thin solid #999; /* Thin bottom border */	
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;	
}

.final-product {
  max-width: 900px;
  margin: 30px;
}

.gfp {
  max-width: 1150px;
}

.monster {
  max-width: 1150px;
}

.no-scroll {
  overflow: hidden;
}

.tightenUp {
  margin-top: 0.25rem;
}

.list-tightenUp {
  display: flex;
  flex-direction: column; /* For vertical list */
  gap: 0px; /* Adds 5px space between flex items */
}

.h4-tighten {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.25rem;
  font-weight: 300;
}

.openUp {
  padding-top: 1.25rem;
}

/* .wire-right {
  max-width: 450px;
/*  height: auto; */
/*  padding: 5px 0px 15px 15px;
  float: right;
} */

/* .wire-right img {
  width: 600px;
  height: auto;
} */

figcaption {
  font-size: 1rem;
  font-variant-caps: normal;
  font-weight: 300;
  text-align: left;
/*  font-style: italic; */
}

.bumpDown {
  padding-top: 400px;
}

.breathe {
  padding-right: 100px;
}

.clear {
  clear: both;
}

.book {
  margin-top: 5px;
  width: 350px;
  height: auto;
}

/* Double-color dashed line */

hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.logo-block {
  width: 100%;
  max-width: 800px;  /* Match your largest image */
  height: auto;
  display: block;
  margin: 0 auto;
}

/* .logo-block {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto; 	
} */

/* .logo-block {
	width: 700px;
	height: auto;
} */

/* Zoom In + Out */

/* Style the thumbnail */
/* .thumbnail {
  max-width: 1000px;
  cursor: pointer;
  transition: 0.3s;
} */

.zoomable {
  max-width: 1000px;
  cursor: zoom-in;
  transition: 0.3s;
/*  padding-top: 20px; */
}


.wire-right {
  max-width: 450px;
/*  height: auto; */
  padding: 5px 0px 15px 15px;
  float: right;
}

.photo-right-hunts {
  width: 600px;
  height: auto;
  margin: 0px 0px 10px 20px;
  float: right;
}

.photo-right {
  width: 500px;
  height: auto;
  margin: 0px 0px 25px 20px;
  float: right;
}

/* Modal backdrop */

/* .modal { /* previous CSS for the .modal class */
/*  display: flex; */
/*  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;	
  flex-direction: column;
/*  padding-top: 20px; */
/*  padding: 0; /* or remove this line entirely */	
/*  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10001;	
} */

/* .modal {
  display: none; /* default state: hidden */
/*  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10001;
}

.modal.open {
  display: flex; /* visible state: flexbox centering active */
/* } */

.modal {
  display: none; /* okay for initial state */
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.3s ease; /* optional, only if you're fading */
  opacity: 0;
  pointer-events: none;
}

.modal.open {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* Modal image */

/* .modal-content {
  display: block;
  margin: auto !important;
  margin: 0 auto;
  max-width: 90%;
  max-height: 80vh;
  animation: zoom 0.3s ease-in-out;
  animation: zoom 0.3s ease forwards;
  cursor: zoom-out;
  transition: transform 0.3s ease, opacity 0.3s ease;	
  will-change: transform, opacity;
  pointer-events: auto;	
} */ 

.modal-content {
  max-width: 90%;
  max-height: 80vh;
  animation: zoom 0.3s ease forwards;
  will-change: transform, opacity;
  pointer-events: auto;
  cursor: zoom-out;
}

.modal-content.closing {
  animation: unzoom 0.3s ease forwards;
  pointer-events: none;
}

/* Close button */
.modal .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

#myImage {
  cursor: zoom-in;
}

.modal-content {
  cursor: zoom-out;
  will-change: transform, opacity; /* New line added to help smooth the browser compositing	*/
}

.modal-content.closing {
  animation: unzoom 0.3s ease forwards;	
  pointer-events: none;
}

/* Zoom animation */

@keyframes zoom {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes unzoom {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

/* @keyframes unzoom {
  from { transform: scale(1); opacity: 1; }
  to { transform: scale(0.8); opacity: 0; }
} */

.gallery-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}

.gallery-row img {
  max-width: 400px;
  height: auto;
  cursor: zoom-in;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.gallery-row img:hover {
  transform: scale(1.05);
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 3rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10002;
  padding: 0 1rem;
  transition: 0.3s;
}

.gallery-nav.prev {
/*  left: 10px; */
  left: 0.5rem;	
}

.gallery-nav.next {
/*  right: 10px; */
  right: 0.5rem;
}

.gallery-nav:hover {
  color: #ccc;
}

.gallery-thumb {
  cursor: zoom-in;
}

#galleryModalImage.closing {
  animation: unzoom 0.3s ease forwards;
}

/* Footer */

footer {
  margin-top: auto 0;
  text-align: center;
  padding: 2rem 0.2rem;
  font-size: 0.875rem;
  color: #888;
/*  margin-top: auto; */
}

.site-footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  padding: 1rem 1.5rem 1rem 0rem;
/*  padding: 1rem 1.5rem; */
  font-size: 1rem;
  font-weight: 300;
  border-top: 1px solid #e0e0e0;
  z-index: 9;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  text-align: center;
}

.footer-left {
  text-align: left;
}

.footer-center {
  font-size: 1.3em;	
}

.footer-icon {
  margin: 0 3px;
}

/* Links */

a:link {
	color: #3366CC;
}

a:visited {
	color: #3366CC;
}

a:hover {
	color: #66CC33;
}

a:active {
	color: #3366CC;
}

.connect {
  color: #3366CC;
}

.link-ext-inGraph {
  padding-right: 5px;
}

/* Work Grid */

.project-grid {
  padding: 1rem 1rem;
  text-align: center;
}

.section-title {
  font-family: 'Cardo', serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.section-title-vitae {
  margin-bottom: 0.5rem;
  padding-bottom: 0;	
}

.events {
  font-size: 1.05rem;
}

.grid-container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.project-tile {
  background: #fafafa;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  filter: saturate(40%);
  transition: filter 0.3s ease-in-out, transform 0.2s ease, box-shadow 0.2s ease;	
/*  transition: transform 0.2s ease, box-shadow 0.2s ease; */
}

.project-tile:hover {
  transform: translateY(-5px);
  filter: saturate(125%);	
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

.project-tile img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.project-tile h3 {
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}

.project-tile-bottom h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-tile .pLogo {
  display: block;
  max-width: 80%;
  width: 100%;
  height: auto;
  margin: 0.5rem auto 1rem auto;
  object-fit: contain;
  aspect-ratio: auto; /* reset aspect-ratio from project-tile img rule */
}

.umph {
  font-weight: 600;	
}

.title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sub {
  font-weight: 300;
  font-style: italic;
  font-size: 0.95em;
  margin-top: 0px;
  padding-top: 5px;
}

/* Pill Styling */

.pill {
  display: inline-block; /* Allows for width and height control */
  padding: 10px 20px; /* Adjust padding to control the size of the pill */
  background-color: #f0f0f0; /*  Optional:  Set a background color */
  border-radius: 3px; /*  Set the border-radius to half the height for a perfectly round shape */
  border-style: solid;
  border-color: #C0C0C0;
  font-size: 16px; /*  Adjust font size as needed */
  text-decoration: none; /*  If it's a link, remove underlines */
  color: black; /*  Optional: Set text color */
}

/* Header */

.topBar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 50px;
  background: white;
/*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 33;
}

.topBar.wHero {
  margin-bottom: 0px;
}

.topBar-inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.five-head {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 1rem;
}

/* Vitae Content */

.vitae-content {
  max-height: 0;
  transition: max-height 0.4s ease;
  padding: 0 1rem;
  font-size: 1.1rem;
/*  font-size: 0.95rem; */
  font-weight: 300;
  background: #f8f8f8;
}

/* Accordion */

.cv-accordion {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.accordion-item {
/*  border-top: 1px solid #aaa;	*/	
  border-bottom: 1px solid #aaa;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 1.5rem 0;
  font-size: 1.444rem;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  font-family: 'Reddit Sans', sans-serif;
  transition: background 0.2s;
}

.accordion-header:hover {
  background: #f9f9f9;
}

.accordion-icon {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 1rem;
  font-size: 1.1rem;
/*  font-size: 0.95rem; */
  font-weight: 300;
  background: #f8f8f8;
}

.accordion-content p {
  margin: 1rem 0;
}

.accordion-content img {
  width: 100%;
  height: auto;
  padding-top: 10px;
}

/* Accordion Bolding */

.bolderer {
  color: #000;
  font-weight: 600;
}

.unbolder {
  font-weight: 400;
}

.normaler {
  font-weight: 500;
}

.tight-top ul {
  margin-top: 0px;
  padding-top: 0px;
}

.testimonial-container {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 1rem;
  text-align: center;	
}

.h2-testimonial {
  text-align: left;
}

.testimonial {
/*  border-top: 1px solid #aaa;	*/
  font-family: 'Cardo', serif;
  font-style: italic;
  font-size: 1.1em;
  padding: 20px 40px 30px 0px;	
  border-bottom: 1px solid #aaa;
  text-align: left;
}

.space-between {
  margin-top: 0px;	
  padding-top: 10px;
}

.open-quo {
  font-size: 3em;
  font-style: normal;	
  color: #777;	
/*  height: 100%; */
  width: 10%;
  padding-top: 7px;
  margin-right: 5px;
  float: left;
  text-align: right;
}

.close-quo {
/*  font-size: 1.3em; */
  font-style: normal;	
  padding-left: 2px;
  color: #444;
/*  height: 20px;	*/
/*  color: #777;
  padding-left: 5px;
  text-align: left;	
} */
}

.sayin {
  font-size: 1.2em;	
  margin: 20px 0px 10px 5px;
  padding-left: 10%;	
  clear: right;
  color: #111;
  width: 90%;
/*  float: right; */
}

/* .attributed {
  font-style: normal !important;	
} */

.attributed {
  font-style: normal !important;
  display: block;
  margin-top: 0.7rem;
  font-size: 0.90em;
  color: #555;
}

/* Blockquotes */

blockquote {
  position: relative;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  margin-right: 20px;	
  padding: 1em 1.5em;
  font-style: italic;
}

blockquote:before {
  font-family: 'Cardo', serif;	
  content: "‘";
  position: absolute;
  padding-left: 0.25em;	
  top: 0;
  left: 0;
  font-size: 5em;
  color: #ccc;
  line-height: 1;
}

blockquote p {
  font-family: 'Cardo', serif;	
  font-size: 1.25em !important;	
  margin: 0;
  padding-right: 2.5em;
  padding-left: 1.5em; /* previously 1.25em */	
  /* padding-left: 1.25em; /* nudges all lines right to clear the quote */
}

/* blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px 0.5em 15px;
  quotes: "‘""’"";
  /* quotes: "\201C""\201D""\2018""\2019"; */
/* } */

/* blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
} */

/* Cookie Consent */

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box; /* Ensures padding is included within width */	
  background: #333;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  font-size: 0.95rem;
  flex-wrap: wrap;
}

.cookie-consent p {
  margin: 0;
  flex: 1;
}

.cookie-consent a {
  color: #66CC33;
  text-decoration: underline;
}

.cookie-consent .pill {
  margin-left: 1rem;
  border: none;
  background-color: #66CC33;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9rem;
}

.cookie-toast {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  font-size: 0.9rem;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cookie-toast.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.laugh {
  color: #FFAE42;
}


/* Responsive Styles */

@media screen /* and (min-width: 1060px) */ and (max-width: 1076px) {

/* @media screen and (max-width: 960px) { */

  .topBar {
    padding: 1rem 10px;
  }
	
.meet-lou {
  display: none;
}	

  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem; /* smaller vertical space between items */
    padding: 0.5rem 0; /* reduce vertical padding overall */
  }

  .footer-left,
  .footer-center,
  .footer-right {
    text-align: center;
    flex: 1 1 100%;
	line-height: 1.2;  
  }
	
	.footer-left {
      padding: 0px;
	}	
	
  .footer-icon {
    margin: 0 2px;
  }	
	
}

@media screen and (max-width: 960px) {

  .photo-right-gary {
    width: 100%;
	margin: 5px 10px;
	float: left;  
    clear: both;
  }			
	
  .gallery-row {
    flex-direction: column;
    align-items: center;
  }

  .gallery-row img {
/*  margin-bottom: 1rem; */ 
     gap: 20px; /* When using flexbox */
   }	
	
  .final-product {
    max-width: 700px;
    margin: 20px;
  }	
	

  .gfp {
    max-width: 960px;
  }
	
  .monster {
    max-width: 1000px;
  }		

  .photo-right-hunts {
	float: none;
	width: 100%;
    display: block;
    margin: 10px auto;
    max-width: 100%; 
  }	
	
  .curl {
      visibility: hidden;
  }

}

/* @media screen and (min-width: 769px) and (max-width: 1059px) {

.topBar {
  padding: 1rem 10px;
} 
	
} */

/* @media screen /* and (min-width: 1060px) */ /* and (max-width: 1076px) { */ 

@media (max-width: 768px) {

main {
  padding-bottom: 220px; 	
}
	
/* Arrows Mobile Adjustments */	
	
 .nav-arrow {
    font-size: 1.75rem;
	 width: 50px;
	 height: 50px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.95);
  }
  .nav-arrow.prev { left: 0.5rem; }
  .nav-arrow.next { right: 0.5rem; }
	
  .main-nav ul {
    display: none; /* hide menu links */
  }
  .menu-icon {
    display: block; /* show hamburger */
  }	

@media (max-width: 480px) {
  .nav-arrow {
    font-size: 1.75rem;
    padding: 1.25rem;
  }	
	
.content-home {
  width: 90%;
  margin: 0 auto;
  padding: 1rem;
}	
	
.logo {
	padding-left: 15px;	
	}
	
.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: white;
  flex-direction: column;
  padding-top: 0rem;
  padding-left: 5rem;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%); /* Start offscreen */
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
/*  z-index: 999; */
  display: flex; /* Just in case it’s not already a flexbox */
}
	
.nav-menu a {
  margin: 1rem 0;
  font-size: 1.5em;
}	

.nav-menu.open {
  transform: translateX(0); /* Slide into view */
}
	
.nav-close {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  z-index: 1003; /* Make sure it’s above the nav content */
  visibility: visible;
}

.nav-close:hover {
  color: #999;
}	
	
/* .nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;	
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
	width: 60%;
    background: white;
    flex-direction: column;
    padding-top: 5rem;
	padding-left: 5rem;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  }

  .nav-menu.open {
    right: 0;
  } */

  .hamburger {
    display: block;
  }
	
  .hero-banner img {
    width: auto;
    height: 300px;
	object-fit: none;
	object-position: 93% 0%;
    }
	
  .banner img {
    width: auto;
    height: 250px;
	object-fit: none;
	object-position: 93% 0%;
    }	
	
  .grid-container {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }	


  .final-product {
    max-width: 90%;
    margin: 20px;
  }		
	
  .gfp {
    max-width: 100%;
  }	
	
  .monster {
    max-width: 100%;
  }		

  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem; /* smaller vertical space between items */
    padding: 0.5rem 0; /* reduce vertical padding overall */
  }

  .footer-left,
  .footer-center,
  .footer-right {
    text-align: center;
    flex: 1 1 100%;
	line-height: 1.2;  
  }
	
	.footer-left {
      padding: 0px;
	}	
	
  .footer-icon {
    margin: 0 2px;
  }	
	
}