/* Enter Your Custom CSS Here */


.site-header {
    padding: 0 !important;
}

/*==============================
MAKE IMAGES RESPONSIVE
=================================*/
/* Make all images responsive */
.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* centers image */
    padding: 0 20px;      /* Adds 20px padding on left and right */
    box-sizing: border-box; /* Ensures padding doesn't break layout */

  	
}



/* =========================================================
   AARON THEME — CENTERED LOGO (ALL BREAKPOINTS)
   ========================================================= */

/* Header layout */
.site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

/* Branding container */
.site-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent !important;
}

/* Logo container */
.site-logo,
.custom-logo-link {
    display: flex;
    justify-content: center;
    background: transparent !important;
}

/* Logo image — no distortion */
.custom-logo-link img,
.site-logo img {
    display: block;
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

/* Site title */
.site-title,
.site-title a {
    margin: 10px auto 5px auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}

/* Site description */
.site-description {
  	width: 100vw;
    text-align: center;
    margin-left: calc(50% - 50vw);
    padding: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    background: rgba(237, 240, 245, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  	color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

/* =========================================================
   GLOBAL IMAGE RULE — EXCLUDE LOGO
   ========================================================= */

img {
    max-width: 100%;
    height: auto;
}

/* Decorative styling ONLY for content images */
.entry-content img,
.photo-gallery img {
    padding: 4px;
    background-color: #ddd;
    border: 1px solid #e2e8f1;
}

/* =========================================================
   MOBILE ADJUSTMENTS
   ========================================================= */

@media (max-width: 768px) {
    .custom-logo-link img,
    .site-logo img {
        max-height: 90px;
    }

    .site-description {
        font-size: 1.6rem;
        padding: 15px;
        margin: 15px auto;
    }
}


/* =========================================================
   SITE TITLE (H1)
   ========================================================= */

.site-header .site-title,
.site-header .site-title a {
    font-size: clamp(3rem, 6vw + 1rem, 7rem) !important;
    margin: 0 auto 10px auto;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-shadow:
        -1px -1px 0 rgba(51, 51, 51, 0.2),
         1px -1px 0 rgba(51, 51, 51, 0.2),
        -1px  1px 0 rgba(51, 51, 51, 0.2),
         1px  1px 0 rgba(51, 51, 51, 0.2);
}

/* MOBILE: reduce site title size */
@media (max-width: 768px) {
    .site-title,
    .site-title a {
        font-size: 2.6rem !important;
        line-height: 1.1;
        margin-bottom: 5px;
    }
}

/* Desktop adjustment */
@media (min-width: 768px) {
    .site-title,
    .site-title a {
        font-size: 5rem;
    }
}

.map-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

/* Container: right side, vertical stack */
.logo-right {
  float: right;                 /* keep it on the right side of your layout */
  display: flex;                /* vertical stack */
  flex-direction: column;
  gap: 10px;                    /* space between logos */
  margin-left: 15px;
  margin-bottom: 10px;
  background: transparent;      /* ensure container has no background */
}

/* Make links block-level so each sits on its own line */
.logo-right a {
  display: block;
}

/* Logos: remove any global framing, keep aspect ratio */
.logo-right .logo-img {
  display: block;               /* no inline gaps */
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  max-width: 100%;
  height: auto;
  /* Optional: constrain all to a common max height */
  /* max-height: 150px; */
}


/* General logo styling */
.logo-img {
    background: none !important;
    display: block;
    margin: 0 auto; /* centers horizontally */
    max-height: 150px;
    width: auto;
}


/* Mobile adjustment */
@media (max-width: 768px) {
    logo-img {
        margin: 0 auto; /* keep centered */
        margin-top: 0.5rem; /* pull it up closer to the top */
        position: relative;
        top: -10px; /* adjust upward */
    }
}


footer#colophon:not(#footer-content-eb footer#colophon) {
    display: none !important;
}



/*image border*/
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
  padding: 4px;
  background-color: #ddd;
  border: 1px solid #e2e8f1;
}


.site-footer:empty { display:none; !important;}


.site-footer {
    padding: 0 !important;
    margin: 0 !important;
}



li.toptitle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.main-navigation {
    display: inline-block;
    position: fixed;
    background: #010D00;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.09);
    padding: 9px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
}

/* TOP NAVIGATION LINKS ONLY */
#site-navigation a,
#site-navigation a:visited {
    color: #fcfefc;
}

#site-navigation a:hover,
#site-navigation a:focus,
#site-navigation a:active {
    color: #B6E1F2;
    text-decoration: none;
}



/*--------------------------------------------------------------
Footer Links
--------------------------------------------------------------*/
.site-info a {
    color: #444; /* Light color for normal state */
    text-decoration: none;
}

.site-info a:visited {
    color: #444; /* Same color for visited links */
}

.site-info a:hover,
.site-info a:focus,
.site-info a:active {
    color: #444; /* White on hover/focus/active */
    text-decoration: underline; /* Optional: add underline on hover */
}



.page .entry-title {
    display: none; /* Hide page titles if not needed */
}

/* ========== Photo Gallery Styling ========== */

/*.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}*/


.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
  display: flex;
}

div.photo-gallery {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
 
}


.photo-gallery a {
  display: block; /* Ensures the entire link area is clickable */
  text-decoration: none; /* Optional: removes underline from text */
  color: inherit; /* Optional: keeps text color consistent */
}

div.photo-gallery:hover {
  border: 1px solid #777;
}

div.photo-gallery img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

div.desc {
  padding: 10px;
  text-align: center;
  font-size: 11px;
  min-height: 70px; /* Unified height for all descriptions */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
   }


* {
  box-sizing: border-box;
}


@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
    margin-bottom: 12px;
    display: block;
    float: none;
  }


  .photo-gallery {
    flex-direction: column;
    display: flex;
    align-items: center; /* Optional: centers images */
	border-bottom: 1px solid #ccc;
  }



  .photo-gallery img {
   width: 150px;
    height: 150px;
   display: block;
    object-fit: cover;


  }

  .desc {
    min-height: 90px;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
  }
}


.photo-gallery p {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  display: none;
}
/*
.gallery p:empty {
  display: none;
}*/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


