/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */

#isMobile {
  visibility: hidden;
  float: none;
}

#isTablet {
  visibility: hidden;
  float: none;
}

#doParallax {
  visibility: hidden;
  float: left;
}

.chapterImage.c0 {
  background: transparent url(https://www.maddencdn.com/content/images/2017/wilmington/wilmington-neighborhood-watch/c0_hero_lg.jpg) no-repeat top center fixed;
  background-size: cover;
}

.chapterImage.c3 {
  background: transparent url(https://www.maddencdn.com/content/images/2017/wilmington/wilmington-neighborhood-watch/c3_hero_lg.jpg) no-repeat top center fixed;
  background-size: cover;
}

section p {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 2.0em;
}

section p:first-of-type {
  padding-top: .75em;
  margin-top: 0em;
}

.floatingElement {
  /* fade in the images */
  opacity: 0;
  -webkit-transition: opacity 0.75s linear;
  -moz-transition: opacity 0.75s linear;
  transition: opacity 0.75s linear;
}

.floatingElement.frame1 {
  opacity: 0.0;
}

.floatingElement.frame2 {
  opacity: 1.0;
}

.floatingElement.frame3 {
  opacity: 1.0;
}

.floatingElement.frame4 {
  opacity: 1.0;
}

.floatingElement.frame5 {
  opacity: 1.0;
}

.floatingElement.frame6 {
  opacity: 1.0;
}

.floatingElement.frame7 {
  opacity: 1.0;
}

.floatingElement.frame8 {
  opacity: 0.0;
}