/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
#isSmall {
  visibility: hidden;
  float: none; }

#isMedium {
  visibility: hidden;
  float: none; }

#isLarge {
  visibility: hidden;
  float: left; }

.chapterImage.c0 {
  background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c0_lg.jpg) no-repeat top center fixed;
  background-size: cover; }
.chapterImage.c2 {
  background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c2_blur_lg.jpg) no-repeat top center fixed;
  background-size: cover; }
  .chapterImage.c2.show {
    background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c2_lg.jpg) no-repeat top center fixed;
    background-size: cover; }
.chapterImage.c3 {
  background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c4_blur_lg.jpg) no-repeat top center fixed;
  background-size: cover; }
  .chapterImage.c3.show {
    background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c4_lg.jpg) no-repeat top center fixed;
    background-size: cover; }
.chapterImage.c4 {
  background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c5_blur_lg.jpg) no-repeat top center fixed;
  background-size: cover; }
  .chapterImage.c4.show {
    background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c5_lg.jpg) no-repeat top center fixed;
    background-size: cover; }
.chapterImage.c5 {
  background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c6_blur_lg.jpg) no-repeat top center fixed;
  background-size: cover; }
  .chapterImage.c5.show {
    background: transparent url(https://www.maddencdn.com/content/images/2017/omaha/publicartdaytrip/c6_lg.jpg) no-repeat top center fixed;
    background-size: cover; }

section p {
  font-size: 1.25em;
  line-height: 1.75em;
  margin-bottom: 2.0em; }
section .fullImage {
  /* blur/unblur the images */ }
  section .fullImage .imageBlur {
    /*filter: blur(40px);
    &.frame1 { filter: blur(40px); }
    &.frame2 { filter: blur(20px); }
    &.frame3 { filter: blur(0); }
    &.frame4 { filter: blur(0); }
    &.frame5 { filter: blur(0); }
    &.frame6 { filter: blur(20px); }
    &.frame7 { filter: blur(40px); }
    &.frame8 { filter: blur(40px); }*/ }
    section .fullImage .imageBlur.blur {
      filter: blur(40px); }
    section .fullImage .imageBlur.unblur {
      filter: blur(0);
      transition: 1s ease-out; }
section .enlarge.desktop {
  display: block; }
