/* CSS Document */

body {
   font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1, h2, h3, h4 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
	text-transform: uppercase;
}
h2 {margin-bottom: 1.5rem;}

a {
  color: #fff;
}
a:hover {
  color: #fff;
}
img {max-width: 100%;}
nav {
	background: #0B1220;
	border-bottom: solid 2px #2858FB; 
}
header {
	
	border-bottom: solid 2px #2858FB; 
}

#video {background: #0B1220;}

#honors, footer {
	color: #fff;
	background: #0C2340;}

footer {}

/* ===== Header container ===== */
.hero-header {
  position: relative;
  height: min(645px, 100vh);   /* cap at 645px but don’t exceed viewport */
  overflow: hidden;
  color: white;
}

/* Step down the header height as the viewport narrows */
@media (max-width: 991.98px) {
  .hero-header { height: 520px; }
}
@media (max-width: 767.98px) {
  .hero-header { height: 420px; }
}

/* ===== Background video fills header ===== */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-video::-webkit-media-controls { display: none !important; }

/* ===== Base overlay tint below the band ===== */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 32, 64, 0.6);
  z-index: 2;
}

/* ===== Bruce portrait: full header height, bottom-right ===== */
.hero-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;            /* always match header’s current height */
  width: auto;
  max-height: 100%;
  object-fit: contain;
  z-index: 4;              /* sits above the band on desktop/tablet */
  pointer-events: none;
}

/* On mobile, let text sit over image and soften the photo a bit */
@media (max-width: 767.98px) {
  .hero-photo {
    z-index: 2;            /* drop behind the headline band */
    opacity: 0.8;          /* optional: improve legibility */
  }
}

/* ===== Headline band: full-width, near bottom, under photo (desktop) ===== */
.headline-band {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  background: rgba(11, 18, 32, 0.85);  /* your requested color */
  z-index: 3;                           /* below photo, above base overlay */
  padding: 18px 0;
  backdrop-filter: saturate(120%);
}

/* Nudge band + typography across sizes */
.headline-band h1 {
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  margin-bottom: 0.25rem;
}
.headline-band .lead {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

@media (max-width: 991.98px) {
  .headline-band { bottom: 16px; padding: 14px 0; }
}

@media (max-width: 767.98px) {
  .headline-band {
    bottom: 0;
    padding: 12px 0;
    z-index: 3;                           /* above image now */
    background: rgba(11, 18, 32, 0.9);    /* slightly stronger on mobile */
	}}

/* Remove default list styling and space them like paragraphs */
#publications ul,
#honors ul {
  list-style: none;       /* remove bullets */
  padding-left: 0;        /* remove left indent */
  margin: 0;
}

#publications li,
#honors li {
  margin-bottom: 0.75rem; /* spacing between items like paragraphs */
  line-height: 1.6;
}

/* Make links look like inline text with underline on hover */
#publications li a,
#honors li a {
  text-decoration: none;
  color: inherit;
}

#publications li a:hover,
#honors li a:hover {
  text-decoration: underline;
}
/* Indent content below subheadings inside #honors */
#honors ul,
#honors p {
  margin-left: 1.5rem;   /* adjust indent as needed */
}

/* Optional: tighten spacing so it looks clean */
#honors ul {
  padding-left: 0;       /* prevent extra indent from default UL */
  margin-bottom: 1.5rem; /* spacing after list */
}

.rtb-section .rtb-image,
.rtb-section .rtb-text-panel {
  min-height: 440px;           /* desktop presence */
}
@media (max-width: 767.98px) {
  .rtb-section .rtb-image,
  .rtb-section .rtb-text-panel {
    min-height: 360px;         /* tighten on phones */
  }
}

/* Left side: background image panel */
.rtb-image {
  background-image: url("/images/ring-that-bell-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Left content */
.rtb-logo {
  width: clamp(72px, 16vw, 110px);
  height: auto;
}
.rtb-title {
  font-weight: 700;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  letter-spacing: 0.2px;
}
.rtb-subtitle {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  opacity: 0.95;
}

/* Right side: solid text panel */
.rtb-text-panel {
  background: #0B190F;         /* your requested color */
}
.rtb-text-inner p {
  line-height: 1.7;
  margin-bottom: 1rem;
}
.rtb-link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.rtb-link:hover {
  opacity: 0.85;
}

/* Edge-to-edge split with no gutters */
#ring-that-bell .row {
  --bs-gutter-x: 0;
}


/* Page/section background */
.omm2-wrap {
  background: #000; /* requested page background */
}

/* Full-bleed blue bar that sits behind both image and text */
.omm2-bar {
  background: #0B1220; /* your blue/green tone */
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Poster sizing to match preview feel */
.omm2-poster {
  width: clamp(220px, 26vw, 300px);
  height: auto;
  display: block;
  border-radius: 2px;
}

/* Typography */
.omm2-title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
}
.omm2-text {
  color: rgba(255,255,255,0.9);
  line-height: 1.65;
  font-size: clamp(0.98rem, 1.25vw, 1.05rem);
  margin-bottom: 1rem;
}
.omm2-action {
  letter-spacing: 0.08em;
  color: #fff;
  opacity: 0.95;
}

/* Icons */
.omm2-icons a {
  color: #ffffff;
  opacity: 0.9;
  transition: opacity .2s ease, transform .15s ease;
}
.omm2-icons a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* Responsive spacing */
@media (max-width: 767.98px) {
  .omm2-poster { width: clamp(200px, 55vw, 260px); margin-inline: auto; }
}
