/*
 * Static pages
 */
.banner {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 550px;
  position: relative;
}

.banner:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 106, 78, 0.75);
}

.banner__content {
  color: #fff;
  z-index: 10;
}

.page__subtitle {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.125rem;
  margin: 3rem 0 3.75rem;
  text-transform: uppercase;
}

.page__title {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 4.5rem;
}

/* section with a 50% width image background */
.page__section--image-bg {
  position: relative;
}

.page__section--image-bg:before {
  background-color: #fff;
  position: absolute;
  content: " ";
  top: 0;
  left: calc(50% - 5px); /* the image below is +5, so this creates a white gutter of 10 */
  width: calc(50% - 10px);
  height: 100%;
  z-index: 0;
}

.page__section--image-bg:after {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: absolute;
  content: " ";
  top: 0;
  left: calc(50% + 5px);
  width: calc(50% - 5px);
  height: 100%;
  z-index: 0;
}

.page__section--image-bg__content__inner {
  padding-bottom: 4.5rem;
  padding-right: 3rem;
  padding-top: 4.5rem;
}

/*
 * Homepage
 */
.narrative-featured {
  background-color: #f2f2f2;
  background-image: url('../images/map-narayanganj.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 31rem;
  padding: 1.875rem 2.5rem 2.5rem;
}

.page__section--narratives .row:nth-child(2) {
  margin-bottom: 2.75rem;
  position: relative;
}

.page__section--narratives .row:nth-child(2):after {
  background-color: #ececec;
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.narrative-summary__image {
  height: 6.25rem;
  margin-bottom: 1.5rem;
}

.narrative-summary__title a {
  color: #212529;
}

.narrative-summary__title a:focus,
.narrative-summary__title a:hover {
  color: #006a4e;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.narrative-summary__intro {
  margin-bottom: 0;
}

/*
 * Narrative page
 */
.narrative__description__intro {
  font-weight: bold;
}

.narrative__description__header {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.narrative__facts__list {
  line-height: 1.75;
  padding-left: 1rem;
}

.narrative__facts__list__item {
  padding-left: 1rem;
}
