/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
#isMobile {
  visibility: hidden;
  float: none;
}

#isTablet {
  visibility: hidden;
  float: none;
}

#doParallax {
  visibility: hidden;
  float: left;
}

.chapterImage {
  background-attachment: fixed;
}
.chapterImage.c0 {
  background: transparent url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/c1_lg.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.chapterImage.c2 {
  height: 50%;
  background-image: url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/c2_lg.jpg);
  background-position: top center;
}
.chapterImage.c3 {
  height: 50%;
  background-image: url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/c3_lg.jpg);
  background-position: top center;
}
.chapterImage.c4 {
  height: 50%;
  background-image: url(//maddencdn.com/content/images/2017/daytona_beach/new_summer_break/c4_lg.jpg);
  background-position: top center;
}

#c1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(53, 114, 159, 0.8)), color-stop(50%, rgba(95, 150, 191, 0.8)), color-stop(55%, rgba(95, 150, 191, 0.7)), color-stop(60%, rgba(143, 182, 213, 0.1)), to(rgba(143, 182, 213, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 114, 159, 0.8) 0%, rgba(95, 150, 191, 0.8) 50%, rgba(95, 150, 191, 0.7) 55%, rgba(143, 182, 213, 0.1) 60%, rgba(143, 182, 213, 0) 100%);
  background: linear-gradient(to right, rgba(53, 114, 159, 0.8) 0%, rgba(95, 150, 191, 0.8) 50%, rgba(95, 150, 191, 0.7) 55%, rgba(143, 182, 213, 0.1) 60%, rgba(143, 182, 213, 0) 100%);
}

#c2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(165, 102, 123, 0)), color-stop(40%, rgba(165, 102, 123, 0.01)), color-stop(45%, rgba(165, 102, 123, 0.7)), color-stop(60%, rgba(165, 102, 123, 0.8)), to(rgba(186, 66, 190, 0.8)));
  background: -webkit-linear-gradient(left, rgba(165, 102, 123, 0) 0%, rgba(165, 102, 123, 0.01) 40%, rgba(165, 102, 123, 0.7) 45%, rgba(165, 102, 123, 0.8) 60%, rgba(186, 66, 190, 0.8) 100%);
  background: linear-gradient(to right, rgba(165, 102, 123, 0) 0%, rgba(165, 102, 123, 0.01) 40%, rgba(165, 102, 123, 0.7) 45%, rgba(165, 102, 123, 0.8) 60%, rgba(186, 66, 190, 0.8) 100%);
}

#c3 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(193, 70, 73, 0.8)), color-stop(40%, rgba(85, 118, 195, 0.8)), color-stop(55%, rgba(102, 135, 198, 0.7)), color-stop(60%, rgba(105, 138, 198, 0.1)), to(rgba(105, 138, 198, 0)));
  background: -webkit-linear-gradient(left, rgba(193, 70, 73, 0.8) 0%, rgba(85, 118, 195, 0.8) 40%, rgba(102, 135, 198, 0.7) 55%, rgba(105, 138, 198, 0.1) 60%, rgba(105, 138, 198, 0) 100%);
  background: linear-gradient(to right, rgba(193, 70, 73, 0.8) 0%, rgba(85, 118, 195, 0.8) 40%, rgba(102, 135, 198, 0.7) 55%, rgba(105, 138, 198, 0.1) 60%, rgba(105, 138, 198, 0) 100%);
}

#c4 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(165, 102, 123, 0)), color-stop(40%, rgba(165, 102, 123, 0.1)), color-stop(45%, rgba(165, 102, 123, 0.7)), color-stop(60%, rgba(165, 102, 123, 0.8)), to(rgba(186, 66, 190, 0.8)));
  background: -webkit-linear-gradient(left, rgba(165, 102, 123, 0) 0%, rgba(165, 102, 123, 0.1) 40%, rgba(165, 102, 123, 0.7) 45%, rgba(165, 102, 123, 0.8) 60%, rgba(186, 66, 190, 0.8) 100%);
  background: linear-gradient(to right, rgba(165, 102, 123, 0) 0%, rgba(165, 102, 123, 0.1) 40%, rgba(165, 102, 123, 0.7) 45%, rgba(165, 102, 123, 0.8) 60%, rgba(186, 66, 190, 0.8) 100%);
}

.chapter .floatingElement {
  max-width: 700px;
}
.chapter.c1 .floatingElement {
  margin-top: 10%;
}
@media screen and (min-width: 1400px) {
  .chapter.c1 .floatingElement {
    margin-top: 14%;
  }
}
.chapter.c2 .floatingElement {
  margin-top: 10%;
}
.chapter.c3 .floatingElement {
  margin-top: 5%;
}
@media screen and (min-width: 1400px) {
  .chapter.c3 .floatingElement {
    margin-top: 12%;
  }
}
.chapter.c4 .floatingElement {
  margin-top: 5%;
}

section p {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 2.0em;
}
