/* =========================================================
   erotic-fantasy-art.com — custom overrides
   ========================================================= */

/* Topbar: dark grey background */
.t4-topbar {
  background-color: #1c2128 !important;
}

/* Logo: scale up from 200x50 source */
.navbar-brand .logo-img {
  width: auto;
  height: 80px;
}

/* Nav item subtitle (set menu title as "Title||Subtitle") */
.nav-item .menu-item-subtitle {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  opacity: 0.75;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}

/* Module section title h3 */
h3.mod-title {
  color: #ffffff;
}

/* Masthead — transparent bg, white text, reduced padding */
#t4-masthead .t4-masthead-inner {
  background-color: transparent !important;
  color: #ffffff;
  padding: 0.75rem 0 !important;
}
#t4-masthead .t4-masthead-title {
  color: #ffffff;
}


/* text-muted uses --t4-secondary-color; set it to near-white for dark theme */
:root {
  --t4-secondary-color: #eeeeee;
}

/* Module gallery images — amber border */
.mod-joomgallery-img-grid img {
  border: 2px solid #eba74a;
  padding: 5px;
}

/* Page background image — fixed, tiling horizontally from top (mirrors old Oculus preset2) */
body .t4-content {
  background-image: url(/images/backgrounds/top-img-bg.png);
  background-attachment: fixed;
  background-position: 50% 0%;
  background-repeat: repeat-x;
  background-color: transparent;
}
