/* ============================================================
   RiME Conference — Black & White Portfolio theme
   Built on top of W3.CSS (https://www.w3schools.com/w3css/)
   Typeface: Raleway. Palette: black / white / greys only.
   ============================================================ */

html { scroll-behavior: smooth; }

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/* Keep section anchors clear of the fixed top bar */
.rime-anchor { scroll-margin-top: 70px; }

/* Tighten the wide, spaced section headings used across the site */
.rime-heading {
  letter-spacing: 4px;
  font-weight: 700;
}

/* Photographs / imagery rendered in mono to suit the theme */
.rime-grayscale img,
img.rime-grayscale {
  filter: grayscale(100%);
  transition: filter .4s ease;
}
.rime-grayscale img:hover,
img.rime-grayscale:hover {
  filter: grayscale(0%);
}

/* Hero ------------------------------------------------------- */
.rime-hero {
  background: #111;
  background-image:
    radial-gradient(circle at 20% 10%, #2a2a2a 0, #111 55%);
}
.rime-hero-logo {
  width: 230px;
  max-width: 60vw;
  margin-bottom: 8px;
}
.rime-eyebrow {
  letter-spacing: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

/* Deadline / status pill */
.rime-pill {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 6px 16px;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}

/* Cards (keynotes, past conferences, info) ------------------- */
.rime-card {
  background: #fff;
  height: 100%;
  border-top: 4px solid #000;
}
.rime-card .rime-card-pad { padding: 22px 24px; }

/* Year badge for past-conference cards */
.rime-year {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Lists inside content blocks read cleanly */
.rime-list { list-style: none; padding-left: 0; }
.rime-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.rime-list li:last-child { border-bottom: none; }

/* Committee table, restyled mono */
.rime-table { width: 100%; border-collapse: collapse; }
.rime-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 15px;
}
.rime-table tr:hover td { background: #fafafa; }

/* Quiet links inside content */
.rime-content a { color: #000; text-decoration: underline; }
.rime-content a:hover { color: #555; }

/* "Forthcoming" ribbon accent on the timeline */
.rime-now { border-top-color: #000; }
.rime-past { border-top-color: #bbb; }

/* Footer logo */
.rime-foot-logo { width: 120px; opacity: .9; margin-bottom: 10px; }

/* Footer CMT disclaimer */
.rime-disclaimer {
  max-width: 760px;
  margin: 14px auto 0 auto;
  line-height: 1.6;
  opacity: .85;
}

/* Small refinements */
@media (max-width: 600px) {
  .rime-year { font-size: 32px; }
  .rime-hero-logo { width: 170px; }
}
