body,
.navbar-brand,
.nav-link,
.hero-caption h1 {
  font-family: 'Playfair Display', serif;
  margin: 0;
  padding: 0;
}

/* Nav: open dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }

/* position the nested menu directly to the right */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}

/* if you want hover to open the nested submenu */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* semi-transparent white nav + a little blur */
.navbar {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(5px);
  z-index: 1020;  /* float above content */
}

/*— BRAND + HERO —*/
.navbar-brand,
.hero-caption h1,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/*— SANSSERIF NAV & BODY —*/
body,
.nav-link,
p, li {
  font-family: 'Montserrat', sans-serif;
}

/* nav links: bold uppercase Montserrat 600 */
.nav-link {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

/* headings (inside page content) Montserrat 600 */
h1, h2, h3 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* body copy Montserrat 400 */
p, li {
  font-weight: 400;
  line-height: 1.6;
}

.navbar-brand {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  font-size: 1.5rem;  /* or whatever feels right */
  margin-right: auto;
}

.nav-link {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: rgb(116, 0, 0);       /* or your chosen color */
  margin-left: 1.5rem;
}

/* === Contact button in burgundy === */
.navbar .btn-outline-light {
  color: rgb(116, 0, 0);
  border-color: rgb(116, 0, 0);
}

.navbar .btn-outline-light:hover,
.navbar .btn-outline-light:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(116, 0, 0);
  border-color: rgb(116, 0, 0);
}

.navbar-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  list-style: none;
  padding: 0;
}

.navbar-nav .nav-item {
  display: block;
}

.hero-caption h1 {
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;        /* feel free to tweak */
  color: white;             /* ensure contrast over the image */
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* —————— Dropdown menus —————— */

/* 50%-opaque burgundy background, no border, no rounding or shadow */
.navbar .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Menu items in solid burgundy text */
.navbar .dropdown-menu .dropdown-item {
  color: rgb(116, 0, 0) !important;
  padding: 0.5rem 1rem;
}

/* Hover/focus: opaque burgundy background, white text, no outline */
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Remove default focus outline on toggles */
.navbar .dropdown-toggle:focus {
  box-shadow: none !important;
}

/* If using nested “dropdown-submenu” */
.navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* —————————————— */
/* 1. First-level dropdowns */
/* —————————————— */

/* always position immediately below the nav, flush left under its toggle */
.navbar .nav-item.dropdown > .dropdown-menu {
  top: 100% !important;       /* exactly at the bottom edge of the navbar */
  left: 0 !important;         /* align its left edge with the parent link */
  padding-top: 16px !important;       /* remove any default offsets */
  margin-left: 30px !important;
  transform: none !important; /* prevent bootstrap’s translate */
}

/* —————————————— */
/* 2. Sub-menus (“Before/After”) */
/* —————————————— */

/* position sub-menus flush to the right edge of their parent item, at the same top */
.navbar .dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 0 !important;          /* same vertical as its parent menu item */
  left: 100% !important;      /* immediately to the right, no gap */
  margin: 0 !important;       /* remove default offsets */
  border-radius: 0 !important;/* keep sharp corners */
}

/* —————————————— */
/* 3. Tweak z-index so menus always sit over the hero image */
/* —————————————— */
.navbar .dropdown-menu {
  z-index: 1050; /* higher than the hero image (which is usually at z-index: 1) */
}

/*
hero-container holds the image at a fixed viewport height
*/

.hero-container {
  position: relative;
  width: 100%;
  height: 40vh;        /* change to 40vh or 60vh to taste */
  overflow: hidden;
  margin-bottom: 2rem; /* space below */
}

/* make the image cover the container */
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* center the caption over the image */
.hero-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* ======== Davis After Tape ======== */
.tape-wrapper { overflow: hidden; width:100%; }

.tape         { display:flex; }

.tape-item    { flex:0 0 180px; height:120px; margin-right:0.5rem; overflow:hidden; }

.tape-thumb   { width:100%; height:100%; object-fit:cover; }

/* History section styling */
.history-section h2 {
  font-family: 'Playfair Display', serif;  /* or whatever elegant serif you’re using */
  font-style: italic;
  margin-bottom: 1.5rem;
}

.history-section .blockquote {
  position: relative;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-left: 4px solid rgb(116, 0, 0);  /* your burgundy */
  font-style: italic;
  line-height: 1.6;
}

.history-section .blockquote p {
  margin-bottom: 1rem;
}

.history-section .blockquote-footer {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-style: normal;
  text-align: right;
  color: rgb(116, 0, 0);
  margin-top: 1rem;
}

a {
  color: rgb(116, 0, 0);
}

/* grid item wrapper */
.gallery-item {
  overflow: hidden;
  position: relative;
}

/* enforce square thumbnails */
.gallery-thumb {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .3s ease;
  cursor: pointer;
}

/* hover scale */
.gallery-thumb:hover {
  transform: scale(1.05);
}

/* ------------------------------------------------------------------------
   Uniformly crop history gallery images to 3×2 thumbnails
   ------------------------------------------------------------------------ */
   @media (min-width: 768px) {
    /* target only the rows in history.html */
    .container.my-5 > .row.mb-5 .col-md-4 img,
    .container.my-5 > .row.align-items-center .col-md-4 img {
      width: 100%;           /* fill the column */
      height: 200px;         /* fixed height for uniformity */
      object-fit: cover;     /* crop to fit without distortion */
      object-position: center;
      display: block;        /* bails out of inline quirks */
    }
  }
  
/* --------------------------------------------------------------------------
   About-Section Image “Grow on Hover”
   -------------------------------------------------------------------------- */

   .about-thumb {
    /* smooth transition for both modern browsers */
    transition: transform 0.25s ease-in-out;
    /* ensure the element stays in its box */
    display: inline-block;
  }
  
  .about-thumb:hover {
    /* scale up by 5% */
    transform: scale(1.05);
  }  

/* — Home page reading typography — */
.home-reading p {
  font-family: 'Lora', serif;
  font-size: 1.125rem;        /* a touch larger */
  line-height: 1.85;          /* airy, easy reading */
  color: #222;
}

@media (min-width: 992px) {   /* bump on larger screens */
  .home-reading p { font-size: 1.2rem; }
}

.home-reading h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: .2px;
}

.home-reading .blockquote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.9;
  border-left: 3px solid #8b1e1e;   /* subtle echo of your accent color */
  padding-left: 1rem;
}
