/* === Unified title/subtitle color (ELI blue) === */
:root {
  --eli-title-color: #0097B2;
}

/* Page titles and headings */
.confBodyBox h1,
.confBodyBox h2,
.confBodyBox h3,
.confBodyBox h4,
.confBodyBox h1 a,
.confBodyBox h2 a,
.confBodyBox h3 a,
.confBodyBox h4 a {
  color: var(--eli-title-color) !important;
}

/* Menu titles */
.menuConfTitle a,
.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: var(--eli-title-color) !important;
}

/* == Main image instead of title === */
.confTitleBox {
  background: white !important;
  border-top: none !important;
  border-bottom: none !important;
}

.confTitle {
  width: 950px;
  margin: 20px auto 0px auto;

  background-image: url("https://indico.eli-laser.eu/event/242/images/322-eclim-icf-radiation-workshop.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 340px;
}

.conference-title-link,
.confLogoBox {
  display: none !important;
}

.confSubTitleBox {
  display: none !important;
}