/* As hex codes */
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Complement color */
/* Main Accent color */
/* line 4 */
.slide {
  background-position: center;
  background-size: cover;
}

/* line 8 */
#slide_pregnancy {
  background-image: url(../images/youth_services/slide-pregnancy.jpg);
}

/* line 11 */
#slide_juvenile {
  background-image: url(../images/youth_services/slide-juvenile.jpg);
}

/* line 14 */
#slide_truancy {
  background-image: url(../images/youth_services/slide-truancy.jpg);
}

/* line 17 */
#slide_drug_abuse {
  background-image: url(../images/youth_services/slide-drug-abuse.jpg);
}

.slide::before {
  background-color: #51b986;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
}

.caption {
  position: relative;
  z-index: 1;
}