html {
    min-height: 100%;
}
body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    padding-top: 6rem;
}
main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.heading {
  font-weight: 700;
  font-family: 'Jost',sans-serif;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

#nav1 {
  background-image: url("/assets/images/bluebackground.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 7rem;
}

.navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.header-logo {
  display: block;
  width: 150px;
  height: 100px;
  background: url("/assets/images/bgcflogofooter.png") left/contain no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
  position: relative;
  top: 1px;
}

#top {
  background-image: url("/assets/images/purplebackgroundmainbk.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-purple {
  background-image: url("/assets/images/purplebackgroundmainbk.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 700;
}

#history .icon {
  margin-top: -6rem;
}

#tickets {
 padding-bottom: 25rem;
}

#quepurdy {
  margin-top: -25rem;
  width: 75%;
}

.text-shadow {
  text-shadow: 2px 2px 20px black;
}

#que {
  background-image: url("/assets/images/crawfishmealbackground.jpg");
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 40rem;
}

#about {
  background-image: url("/assets/images/crawfishmealbackgroundshade.jpg");
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 40rem;
}

#highlights {
  background-image: url("/assets/images/bluebackground.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

#bg2, #bg3, #bg5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

#bg2 {
  background-image: url("/assets/images/bgcflivemusicmainimgshade.jpg");
}

#bg3 {
  background-image: url("/assets/images/bgcfcrawfishboilcloseupmainimgshade.jpg");
}

#bg5 {
  background-image: url("/assets/images/bgcfcrawfishboilmainimgshade.jpg");
}

#tickets {
  background-image: url("/assets/images/yellowbackground.jpg");
}

#guide {
  background-image: url("/assets/images/bgcfgreenwaveonepiece.png");
}

#guide2 {
  background-image: url("/assets/images/bgcfpurplewaveonepiece.png");
}

.bg-white-wave {
  background-image: url("/assets/images/bgcfwhtwaveonepiece.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-wave {
  margin-top: -175px;
}

.bg-yellow {
  background-image: url("/assets/images/bgcfyellowwaveonepiece.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

#lineup_bg {
  background-image: url("/assets/images/bgcflineupbackground.png");
}

/* Admission box */
.bg-green {
   background-color: #44c32e;
}

#map {
  background-image: url("/assets/images/blueearthplazamap1920.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

#volunteer {
  background-image: url("/assets/images/volunteerbackgroundgroup.jpg");
  background-attachment: fixed;
  min-height: 50rem;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: 30%;
}

.swiper-pagination-bullet {
  background: #7b4109;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffce00;
}

.pt-wave {
  padding-top: 150px;
}

#bayousunflowers {
  margin-top: -4rem; 
  margin-bottom: -4rem;
}

/* iPad 12.9 landscape 1366 **/
/* iPad 12.9 portrait 1024 **/
@media (max-width: 1399.98px) {
    #que, #about, #volunteer {
      background-attachment: scroll;
    }
    #bayousunflowers {
      margin-top: -2rem; 
      margin-bottom: -3rem;
    }
    #quepurdy {
      margin-top: -20rem;
      width: 100%;
    }
    .white-wave {
      margin-top: -110px;
    }
}

/* iPhone 14 Pro Max */
/* iPhone portrait 430 */
/* iPhone landscape 814 */

/* iPhone 14 */
/* iPhone portrait 320 */
/* iPhone landscape 615 */

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body {
    padding-top: 6rem;
  }
  #top {
    padding-bottom: 4rem;
  }
  .logo {
    height: 50px;
  }
  .pt-wave {
    padding-top: 75px;
  }
  #quepurdy {
    margin-top: 1rem;
    width: 100%;
  }
  #tickets {
    margin-bottom: 0;
  }
  #que {
    background-image: url("/assets/images/crawfishmealbackground.jpg");
  }
  #history .icon {
    margin-top: 0;
  }
  #bayousunflowers {
    margin-top: 20px; 
    margin-bottom: 10px; 
  }
  #map {
    background-image: url("/assets/images/blueearthgooglemap450.jpg");
  }
  #volunteer {
    background-image: url("/assets/images/volunteerbackgroundmobile450.jpg");
  }
  .white-wave {
    margin-top: -40px;
  }
}