/** Shopify CDN: Minification failed

Line 337:18 Unexpected "{"
Line 337:27 Expected ":"
Line 338:16 Expected identifier but found whitespace
Line 338:18 Unexpected "{"
Line 338:27 Expected ":"
Line 339:19 Expected identifier but found whitespace
Line 339:21 Unexpected "{"
Line 339:30 Expected ":"
Line 421:12 Expected identifier but found whitespace
Line 421:14 Unexpected "{"
... and 30 more hidden warnings

**/


/* CSS from section stylesheet tags */
#map-container {
  width: auto;
  height: auto;
  position: relative;
}
#map-container .location {
  position: relative;
  width: 1vw;
  height: 1vw;
  border-radius: 20vw;
  background: #4e525c;
  cursor: pointer;
}
  
#map-container .location#one {
  position: absolute;
  top: 10%;
  left: 28.7%;
}
#map-container .location#two {
  position: absolute;
  top: 16%;
  left: 37%;
}
#map-container .location#three {
  position: absolute;
  top: 10%;
  left: 44.5%;
}
#map-container .location#four {
  position: absolute;
  top: 16%;
  left: 54%;
}
#map-container .location#five {
  position: absolute;
  top: 10%;
  left: 63%;
}
#map-container .location#six {
  position: absolute;
  top: 16%;
  left: 72%;
}
#map-container .location#seven {
  position: absolute;
  top: 80%;
  left: 28.7%;
}
  
#map-container .location#eight {
  position: absolute;
  top: 70%;
  left: 37%;
}
#map-container .location#nine {
  position: absolute;
  top: 80%;
  left: 44.5%;
}
#map-container .location#ten {
  position: absolute;
  top: 70%;
  left: 54%;
}
#map-container .location#eleven {
  position: absolute;
  top: 80%;
  left: 63%;
}
#map-container .location#twelve {
  position: absolute;
  top: 68%;
  left: 72%;
}

.pill {
    border: 1px solid;
    border-radius: 27px;
    padding: 15px 40px;
    background-color:#4c525c;
    margin: 0 25px;
    color: white;
}

  
.pill > a {
  color: white!important;
}

.family-container {
  gap: 3rem;
}

.medium-img{
  width: 800px;
  padding: 40px 0;
} 

.main-title-2{
  font-family: 'Bookmania';
  font-size: 30px;
  font-weight: bold;
  padding-top: 4rem;
  padding-bottom: 0;
  margin-top: 40px;
}


.subtitle {
  font-family: 'Bookmania';
  font-size: 20px;
  font-weight: bold;
  padding-top: 4rem;
}

.flex-special, .flex-special-2 {
  gap: 3rem;
}

  .family-member {
    cursor: pointer;
  }


.big-container {
  padding: 5rem 0;
}

  .materials img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
    margin: auto;
  }

.carousel-control-prev,
.carousel-control-next {
  max-height: 40vh; 
}


.carousel-control-prev-icon,
.carousel-control-next-icon{
  filter: invert(100%);
}

@media (max-width: 768px) {
  .carousel {
    width: 100% !important;
  }
  .carousel .carousel-inner .carousel-item {
    width: 100% !important;
  }
  .explanation {
    width: 75% important;
  }
  .flex-special {
    gap: 0;
  }
  .flex-special>div {
    width: 50% !important;
  }
  .tec {
    width: 75% !important;
  }
  .flex-special-2 {
    gap: 1rem;
  }
  .flex-special-2>div {
    width: 100% !important;
  }
  .tec-text {
    width: 100% !important;
  }
  .list-container {
    max-width: 97vw !important;
    flex-wrap: nowrap;
  }

  .family-container {
    width: 100% !important;
  }

  .family-member {
    width: 40% !important;
  }

  .modal-dialog {
    width: 80% !important;
    margin: auto;
  }
}

.event-container{
  padding-left: 10rem;
  text-align: left;
}

.tab-pane .fade {
    transition: opacity .45s linear;
    transition-duration: 0.45s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: opacity;
}

.list-container {
    width: 80rem;
    margin: auto;
    display: flex;
    align-items: flex-end !important;
}

.list-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ending-title {
  margin: auto;
  font-size: 2rem !important;
  justify-content: center;
  margin-top: 7rem;
}

.caption-text {
  font-size: 1.7rem;
  padding: 5rem;
  line-height: 2rem;
}

.caption-text-2 {
  font-size: 1.4rem;
  padding: 3rem 0;
}

.list-item div {
  font-size: 1.2rem;
}

@media screen and (max-width:720px) {
  .list-item img {
      max-width: 40px;
  }  
}

.vertical-banners {
  margin: 0 2rem;
  width: 200px;
}

.img-caption {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: 600;
}

@media (max-width: 430px) {

.pill {
      padding: 0px;
      margin: 0px !important;
      }

.vertical-banners {
    margin: 0px 1rem;
    width: 100px;
  }

.mobile-banners{
    display: flex;
    flex-direction: row;
  }
}


  .tab-content .tab-pane {
  display: none !important;
}

.tab-content  .active {
  display: block !important;
}

  .tab-content-1 .tab-pane {
  display: none !important;
}

.tab-content-1  .active {
  display: block !important;
}

  .tab-pane:not(.active) {
      display: none !important;
  }
.menu {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.menu a {
  font-weight: 700;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 18px;
}

@media screen and (max-width: 450px) {
  .no-mobile-display {
    display: none;
  }
}
#shopify-section-{{ section.id }} .distance {
    padding-top: {{ section.settings.distance_top }};
    padding-bottom: {{ section.settings.distance_bottom }};
  }
  
.banner-button{
  border-radius: 28px;
  display: flex;
  justify-content: center;
  width: 16rem;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 2.5;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
  
.banner-on-top-text-below {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-on-top-text-below .banner-text {
  text-align: left;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 38vh;
  justify-content: space-between;
  align-self: flex-end;
  padding-right: 150px;
  padding-top: 35px;
}

.banner-on-top-text-below .banner-image-container {
  width: 100%;
  position: relative;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.banner-on-top-text-below .banner-image{
    width: 100%;
    height: 60vh;
}

.btn.general {
  position: relative !important;
}

.banner-on-top-text-below .banner-image-container .overlay-image {
  position: absolute !important;
  bottom: 3%;
  left: 33%;
  transform: translate(-33%);
  width: 39%;
  height: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 2s
}

.banner-on-top-text-below .banner-with-text {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-on-top-text-below .banner-text h2 {
  font-size: {{ section.settings.h2_font_size }}px;
  margin-bottom: 10px;
  font-family: 'IM Fell English SC', serif;
  font-weight: 300;
}

.banner-on-top-text-below .banner-text p {
  font-size: {{ section.settings.p_font_size }}px;
  margin-top: 0;
}

.banner-text .button {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  padding: 0 20px;
  background-color: #eaeaea;
  color: #000000;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 auto;
}

@media (min-width: 450px) {
  .banner-with-text-on-left .banner-text {
    flex-grow: 4;
  }
  
  .banner-image-container {
    position: relative;
    flex-grow: 4;
  }

  .left-spacer {
    flex-grow: 4;
  }
}

@media (max-width: 450px) {
.banner-on-top-text-below {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-on-top-text-below .banner-text {
  text-align: center !important;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  min-height: 30vh;
  justify-content: space-between;
  align-self: flex-end;
  padding-right: 50px;
  padding-top: 35px;
}

.banner-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 30px
}

.banner-image {
  width: 100%;
  height: 300px;
}

.banner-on-top-text-below .banner-image-container .overlay-image {
  position: absolute !important;
  bottom: -3% !important;
  left: 45% !important;
  width: 185px !important;
  height: 280px !important;
  height: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 2s
}

.banner-on-top-text-below .banner-with-text {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.banner-on-top-text-below .banner-text h2 {
  font-size: 20px !important;
  margin-bottom: 10px;
  font-family: 'IM Fell English SC', serif;
}

.banner-on-top-text-below .banner-text p {
  font-size: 15px !important;
  margin-top: 0;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}

.banner-on-top-text-below .banner-text div {
  padding-top: 30px;
}

.banner-on-top-text-below .banner-image{
  width: 100%;
  height: 35vh;
}
}
.banner-button{
  border-radius: 28px;
  display: flex;
  justify-content: center;
  width: 16rem;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 2.5;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  margin-top: 8vw;
}
  
.banner-with-text-on-left {
  display: flex;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 200px;
}

.banner-with-text-on-left .banner-text {
  text-align: left;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-image-container {
  position: relative;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1 !important;
}

.banner-image{
  width: 100%;
}

.btn.general {
  position: relative !important;
}

.banner-with-text-on-left .banner-image-container .overlay-image {
  position: absolute;
  bottom: 3%;
  left: 33%;
  transform: translate(-33%);
  width: 39%;
  height: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 2s
}

.banner-with-text-on-left .banner-with-text {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-text h2 {
  font-size: {{ section.settings.h2_font_size }}px;
  margin-bottom: 10px;
  font-family: 'IM Fell English SC', serif;
  font-weight: 300;
}

.banner-text p {
  font-size: {{ section.settings.p_font_size }}px;
  margin-top: 0;
}

.banner-text .button {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  padding: 0 20px;
  background-color: #eaeaea;
  color: #000000;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 auto;
}

@media (min-width: 450px) {
  .banner-with-text-on-left .banner-text {
    flex-grow: 4;
  }
  
  .banner-image-container {
    position: relative;
    flex-grow: 4;
  }

  .left-spacer {
    flex-grow: 4;
  }
}


@media (max-width: 450px) {
.banner-with-text-on-left {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.banner-text {
  text-align: center !important;
}

.banner-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 30px
}

.banner-image {
  width: 100%;
  height: 300px;
}

.banner-with-text-on-left .banner-image-container .overlay-image {
  position: absolute;
  bottom: -3% !important;
  left: 60% !important;
  width: 185px !important;
  height: 280px !important;
  height: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 2s
}

.banner-with-text-on-left .banner-with-text {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.banner-text h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'IM Fell English SC', serif;
}

.banner-with-text-on-left .banner-text p {
  font-size: 14px !important;
  margin-top: 0;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}

.banner-with-text-on-left .banner-text div {
  padding-top: 30px;
}

.banner-with-text-on-left .banner-text h2 {
  font-size: 20px !important;
  margin-bottom: 10px;
  font-family: 'IM Fell English SC', serif;
  font-weight: 300;
}

.banner-text p {
  font-size: 15px;
  margin-top: 0;
}
  
}
.banner-with-text-on-right {
  display: flex;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 200px;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1 !important;
}

.banner-button{
  border-radius: 28px;
  display: flex;
  justify-content: center;
  width: 16rem;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 2.5;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  margin-top: 8vw;
}

.banner-with-text-on-right .banner-text {
  text-align: right;
  flex-grow: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.banner-image-container {
  position: relative;
  flex-grow: 4;
}

.right-spacer {
  flex-grow: 4;
}

.banner-with-text-on-right .banner-image-container .overlay-image {
  position: absolute;
  bottom: 3%;
  left: 33%;
  width: 39%;
  height: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s
}

.banner-with-text-on-right .banner-with-text {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 60vh;
}

.banner-text h2 {
  font-size: {{ section.settings.h2_font_size }}px;
  margin-bottom: 10px;
  font-family: 'IM Fell English SC', serif;
}

.banner-text p {
  font-size: {{ section.settings.p_font_size }}px;
  margin-top: 0;
}

@media (max-width: 450px) {
.banner-with-text-on-right {
  display: flex;
  flex-direction: column;
}

.banner-with-text-on-right .banner-text {
  width: 100% !important;
  text-align: center;
  width: 100%!important;
  text-align: center !important;
  align-items: center !important;
  min-height: 45vh !important;
  padding-top: 35px;
}

.banner-with-text-on-right .banner-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 30px
}

.banner-image {
  width: 100%;
  height: 300px;
}

.banner-with-text-on-right .banner-image-container .overlay-image {
  position: absolute;
  bottom: 4%;
  left: 7%;
  width: 175px !important;
  height: 300px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity .5s
}

.banner-with-text-on-right .banner-with-text {
  text-align: center;
  flex-grow: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 48vh;
  align-items: center;
  padding-top: 30px;
}

.banner-with-text-on-right .banner-text h2 {
  font-size: 20px !important;
  margin-bottom: 10px;
  font-family: 'IM Fell English SC', serif;
}

.banner-with-text-on-right .banner-text p {
  font-size: 15px !important;
  margin-top: 0;
}
}
.item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
  
}

.item {
  margin: 0 10px;
  flex-basis: 15%;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .item {
    flex-basis: calc(100% / 4);
  }
}
.banner-with-text {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-text-only h2 {
  font-size: {{ section.settings.h2_font_size }}px;
  margin-bottom: 10px;
  font-family: 'IM Fell English SC', serif;
}

.banner-text-only p {
  font-size: {{ section.settings.p_font_size }}px;
  margin-top: 0;
}

@media (max-width: 450px) {
  .banner-text-only h2 {
    font-size: 20px !important;
    margin-bottom: 10px;
    font-family: 'IM Fell English SC', serif;
    font-weight: 300;
  }
  
  .banner-text-only p {
    font-size: 15px !important;
    margin-top: 0;
  }
}
.three-column-container {
  display: flex;
  justify-content: space-between;
  max-width: 85%;
  margin: 0 auto; /* To center the container horizontally */
}

.column {
  width: 33%;
  margin: 0 10px; /* Add margin to separate the columns */
}

.column img {
  width: 100%;
}

.column h3 {
  text-align: left;
}

.column p {
  text-align: justify;
}

/* Optional: Add media queries for responsive layout adjustments */
@media (max-width: 768px) {
  .three-column-container {
    flex-wrap: wrap; /* To allow columns to stack on smaller screens */
  }

  .column {
    width: 100%;
    margin-bottom: 20px; /* Add margin between stacked columns */
  }
}