/** Shopify CDN: Minification failed

Line 188:0 Unexpected "}"

**/
/* Animation for the separator from old theme */
/* .separator::before {
  content: "";
  display: block;
  width:80px;
  height: 6px;
  margin-bottom: 20px;
  background-color: #c56f75;
  transition: width 0.5s ease-out;
  margin: 0 0 20px;
  animation-name: fadeInUp;
  animation-duration: 2s;
  anim
} 

.text-center .separator::before {
  margin: 0 auto 20px;
}


@media screen and (min-width:700px) {
.sm\:text-start .separator::before {
  margin: 0 0 20px;
  .separator::before {
    margin: 0 auto 20px;
  }
}
}

*/
/* The animation code */
/* @keyframes fadeInUp {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    width: 80px;
  }
}
 */


/* Headings */
h1, h2, h3, .h1, .h2, .h3 {
  line-height: 2.6rem;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, .h1, .h2, .h3 {
    line-height: 2.4rem;
}
}


/* Sloop Font */
.h1 {
  font-size: 6rem;
  line-height: 6.6rem;
  /* padding-top: 2rem; */
  text-transform: none;
  font-family: "sloop-script-one", sans-serif;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .h1 {
    font-size: 5.5rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 567px) and (max-width: 767px) {
  .h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}

@media screen and (max-width: 567px) {
  .h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }

}
/* Secondary section headings with Sloop */
.h2 strong {
  text-transform: none;
  font-family: "sloop-script-one", sans-serif;
  font-size: 5rem;
  /* padding-top: 2rem; */
  line-height: 5rem;
   letter-spacing: 0;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .h2 strong {
    font-size: 3.5rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .h2 strong {
    font-size: 2.6rem;
    line-height: 2.3rem;
  }
}

/* quote sections with Sloop */
.h3 em strong {

  font-family: "sloop-script-one", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: normal;
  /* padding-top: 2rem; */
  line-height: 3.5rem;
   letter-spacing: 0;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .h3 em strong {
    font-size: 2.5rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .h3 em strong {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
}


.shopify-section--rich-text .h2,
.image-with-text .h2,
.shopify-section--rich-text .h3,
.image-with-text .h3{
  color: #D48588!important; 
}

.button, .button--outline {
  padding: .5rem 1rem;
}

.button {
  font-weight: 600;
  border: 2px solid rgb(var(--button-background));
  font-size: .8rem;
  font-weight: bold;

}
.button--outline {
  border-color: rgb(var(--button-background)) !important;
}

@media screen and (max-width:567px) {
  .button {
    font-size: .6rem;
    
  }
}


.image-with-text>.prose {
    margin-block: 2rem 3rem;
}
@media screen and (min-width: 1450px) {
  .shopify-section--image-with-text div:not(.staff) image-with-text:not(.image-with-text--reverse) picture img {
    margin-right: auto;
  }
  .shopify-section--image-with-text div:not(.staff) image-with-text picture img {
    margin-left: auto;
  }
  .shopify-section--image-with-text div:not(.staff) .image-with-text img {
    height: 800px;
    object-fit: cover;
    width: 100%;
    object-position: center;
  }
    
  }
}

/* Staff */
@media screen and (1450px) {
  .staff image-with-text:not(.image-with-text--reverse) picture img {
    margin-right: unset;
  }
  .staff image-with-text picture img {
    margin-left: unset;
  }
  .staff .image-with-text img {
    height: auto!important;
    object-fit: unset!important;
    width: auto!important;
    object-position: center;
  }
  
} 
@media screen and (min-width: 786px) {
  .staff image-with-text {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
  }
  .staff image-with-text .prose {
    grid-column: 2 / span 3;
  }
}
@media screen and (max-width: 786px) {
  .staff image-with-text {
    margin-left: 5%;
    margin-right: 5%;
  }
  .staff image-with-text .prose {
    text-align: left;
  }
}