@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  /* Optional enhancements for better readability over content */
  /* You can add a subtle dark overlay if needed: */
  /* background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('your-action-burst.jpg'); */
  background-color: #eee;
  background-image: url("/aaa/img/theme/aa-background-photo.jpg"); /* replace with your file name/path */
  background-size: cover; /* scales to cover entire area */
  background-position: center; /* centers the burst */
  background-repeat: no-repeat; /* prevents tiling */
  background-attachment: fixed; /* optional: keeps it in place on scroll */
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  min-height: 100vh;
}

#status-failure.rounded {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.container {
  background-color: rgba(255, 255, 255, 0.5333333333);
  border-bottom: 2rem;
  min-height: calc(100vh - 2rem);
}

div#header {
  padding-top: 1rem;
  margin-bottom: 1rem;
}

div#content-main-footer {
  min-height: calc(100vh - (2rem + 40px));
  display: none;
}

img.float-start {
  padding-right: 0.75rem;
}

.bi-facebook {
  color: #1877f2;
}
.bi-messenger {
  color: #00b2ff;
}
.bi-linkedin {
  color: #0a66c2;
}
.bi-tiktok {
  color: #fe2c55;
}
.bi-instagram {
  color: #e4405f;
}
.bi-youtube {
  color: #ff0000;
}
.bi-pixieset {
  color: #1cc6a5;
}
.bi-whatsapp {
  color: #25d366;
}

a.b {
  font-weight: 700;
}

.card img {
  max-width: 100%;
  height: auto;
}

.table-equal {
  table-layout: fixed;
  width: 100%; /* or any fixed width like 800px */
}

#status-failure {
  max-width: 100%;
}

.bio-incoming {
  color: rgba(0, 0, 0, 0);
}
.bio-incoming::-moz-selection {
  color: rgba(255, 255, 255, 0.2);
  background-color: black;
}
.bio-incoming::selection {
  color: rgba(255, 255, 255, 0.2);
  background-color: black;
}

.comment, .bio-forthcoming {
  color: inherit; /* Keeps your existing text color */
  animation: low-glow 3s ease-in-out infinite; /* Slow cycle: ~8 seconds */
}

/* Low & slow pulsing glow between #00000088 and #00000044 */
@keyframes low-glow {
  0%, 100% {
    color: rgba(74, 0, 0, 0.8);
    background-color: rgba(255, 255, 0, 0);
  }
  50% {
    color: rgba(74, 0, 0, 0.4);
    background-color: rgba(255, 255, 0, 0.4);
  }
}
#navbarNav a {
  transition: padding-left 0.5s ease, background-color 0.5s ease;
  border-radius: 3px;
}
#navbarNav a:hover {
  background-color: rgba(98, 90, 71, 0.5333333333);
  padding-left: 0.5rem;
  border-radius: 3px;
}
#navbarNav span.heading {
  font-weight: bold;
}
#navbarNav .active-current {
  color: #625a47;
  font-weight: bold;
}
#navbarNav .active-current::before {
  content: "» ";
}

#navigation-sidebar .text-long {
  letter-spacing: -0.02rem; /* Stronger tightening – test for readability */
}
#navigation-sidebar .text-long.active-current {
  letter-spacing: -0.07rem; /* Stronger tightening – test for readability */
}
#navigation-sidebar a {
  color: inherit;
  transition: color 0.5s ease-in-out;
}
#navigation-sidebar a.active-current {
  color: #625a47;
  background-color: rgba(255, 255, 255, 0.5333333333);
}
#navigation-sidebar a.active-current::before {
  content: "» ";
}
#navigation-sidebar a:hover {
  color: #0d6efd;
}

.image-container img {
  margin-bottom: 1rem;
}

hr.invisible-spacer {
  opacity: 0;
}

#gallery img {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  outline: 3px solid white;
  outline-offset: -3px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
#gallery img:hover, #gallery img:focus-visible {
  transform: rotate(0deg) scale(1.25) !important;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.5333333333);
  z-index: 10;
  position: relative;
}
#gallery img.enlarged:hover {
  transform: rotate(0deg) scale(1.5) !important;
  z-index: 100;
  position: relative;
}

#content-main a, #footer a {
  color: #0d6efd;
  text-decoration-color: #0d6efd;
  transition: color 0.5s ease-in-out, text-decoration-color 0.5s ease-in-out;
}
#content-main a:hover, #footer a:hover {
  color: rgba(13, 110, 253, 0.6666666667);
  text-decoration-color: transparent;
}
