/* ============================================================
   Nieuwe Release Innovatieplatform November 2018 — page-specific styles
   /nieuwe-release-innovatieplatform-november-2018
   ============================================================ */

/* ---- Static image hero ---- */
.nr-hero {
  position: relative;
  height: 50vh;
  min-height: 320px;
  overflow: hidden;
  background-image: url('https://innofication.com/uploadedfiles/qjtSuK2e4KakbC94DzgpwAOnt4diVfPVrULAsruU/R711SZ4KGTIPN2H72NVIFK0PUHZ96P/newsoftwarerelease.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nr-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 58, 84, 0.72);
  z-index: 1;
  pointer-events: none;
}

.nr-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.nr-hero-content .section-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15) !important;
  color: rgba(255, 255, 255, 0.90) !important;
  margin-bottom: 14px;
}

.nr-hero-content .head {
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 900 !important;
  font-family: 'Lato', sans-serif;
  letter-spacing: -0.01em;
  margin: 0 0 12px !important;
  line-height: 1.2;
}

.nr-hero-content .subtext {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: 'Lato', sans-serif;
  margin: 0 !important;
  line-height: 1.5;
}

/* ---- Feature section images ---- */
.nr-feature-img {
  width: auto;
  max-width: 100%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .nr-hero {
    height: 40vh;
    min-height: 260px;
  }

  .nr-hero-content .head {
    font-size: 26px !important;
  }
}
