p {
    font-family: "Patrick Hand", cursive;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .25rem; 
    font-size: 1.25rem;

  }

body{
  background-color: #ffcac3;
}

.logo-centered{
  width: 25rem;
  height: 25rem;
  padding: 1.5rem;
}

  .newsletter-form{
    background-color: #ffcac3;
    padding: 3rem;
    color: #825252;
  }
  h1, h2, h3{
    font-family: "Berkshire Swash", cursive;
    
    font-style: normal;
  }

  logo-header{
    text-align: center;
    
  }

  header{
    text-align: center;
    background-color: #ffffff;
    border-bottom: 25px solid transparent;
    border-image: url(whitelace.png) 17 round;
    background-clip: padding-box;
    border-image-outset: 0px ;
    margin-top: -1.25rem;
    min-height: 8rem;
    padding: 3rem;
  }

  h1{
    font-family: "Berkshire Swash", cursive;
    font-size: 2.5rem;
    color: #551a25;
    
    letter-spacing: .1rem;
    margin-bottom: .5rem;
  }

  h4{
    font-family: "Patrick Hand", cursive;
    font-size: 1.5rem;
    color: #825252;
    font-weight: 600;
    letter-spacing: .5rem;
  }
  .navbar{
    font-family: "Patrick Hand", cursive;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .25rem; 
    font-size: 1rem;
    color: #551a25;
    border-bottom: 25px solid transparent;
    border-image: url(whitelace.png) 17 round;
    
    background-color: #ffffff;
    background-clip: padding-box;
    border-image-outset: 0px ;
    margin-top: -1.25rem;
    text-align: center;
    padding: 2rem;
    text-transform: lowercase;
    overflow: hidden;
  }

  .index-pre {
    
    color: #825252;
    
  }
  
  .catering  , .about-us {
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-image: url(whitelace.png) 17 round;
    background-color: #ffffff;
    background-clip: padding-box;
    border-image-outset: 0px ;
    margin-top: 1rem;
    min-height: 8rem;
    text-align: left;
    padding: 3rem;
    
    
   
  }

  .catalog , .socials {
  
    background-clip: padding-box;
    border-image-outset: 0px ;
    margin: 4rem;
    min-height: 8rem;
    text-align: center;
    padding: 4rem;
    
  }

  
.btn-custom-color {
  background-color: #551a25; /* Your desired background color */
  border-color: #551a25; /* Match border color for consistency */
  color: #ffffff; /* Text color for contrast */
  font-family: "Patrick Hand", cursive;
  text-transform: lowercase;
  letter-spacing: 0.1rem;
}

/* For hover and active states (important for user experience) */
.btn-custom-color:hover {
  background-color: #3e0b15;
  border-color: #3e0b15;
}

.btn-custom-color:active {
  background-color: #825252 !important; /* Use !important if needed to override Bootstrap's active state */
  border-color: #825252 !important;
}
  

  .nav-item a{
    color: #825252;
  }


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

  .navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}
.navbar-logo-centered .navbar-nav .nav-link{
    padding: .5em 1em;
}
.navbar img{
width: 80px;
}
.nav-item{
    padding-left: 1rem;
    padding-right: 1rem;
}



body {
  margin: 0;
  
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h2,
h3 {
  
  margin: 1rem 0;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 40px;
}



body {
  font-family: 'Poor Story', cursive;
  background-color: #fff1ed;
  /* Use the site's pink background to match the earlier setting */
  
}

.wrapper {
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}
.polaroid {
  background: #fff;
  width: 80%;
  padding: 1rem;
  box-shadow: 100% rgba(0,0,0,0.2);
  
}
.polaroid > img{
  max-width: 100%;
  height: auto;
}
.caption {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2em;
}
.item {
  width: 30%;
  display: inline-block;
  margin-top: 2rem;
  
}
.item-logo{
  width: 20%;
  display: inline-block;
  margin-top: 2rem;


}
.item .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 100% rgba(0,0,0,0.4);
}
.item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 100% rgba(0,0,0,0.4);
}
.item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 1em rgba(0,0,0,0.3);
}
.item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}
.item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 1em rgba(0,0,0,0.3);
}
.item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}
.item:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow:80% rgba(0,0,0,0.2);
  transition: all 0.35s;
}

.desktop-only {
  display: none !important;
}
.content {
  text-align: center;
  padding: 4rem 2rem;
}

@media (max-width: 1023px) {
  .image-wrapper {
    height: 100vw;
    overflow: hidden;
    max-height: 500px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 60px;
  }
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: flex !important;
  }

  .vertical-slider > * {
    width: 50%;
  }
  .sticky {
    position: sticky;
    top: 0;
    height: 100%;
    max-height: 100vh;
  }
  nav{
    z-index: 1;
  }
  .absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .content-wrapper {
    min-height: 100vh;
    opacity: 0.2;
    transition: opacity 0.5s ease-out;
  }
  .content-wrapper.in-view {
    opacity: 1;
    transition: opacity 0.5s ease-out;
  }
  .content {
    padding: 5rem 2rem;
  }
  .image-wrapper .mask-outer {
    transform: translateY(100%);
    overflow: hidden;
    transition: transform 0.5s ease-out 0.5s;
  }
  .image-wrapper .mask-inner {
    transform: translateY(-100%);
    transition: transform 0.5s ease-out 0.5s;
  }
  .image-wrapper.show .mask-outer {
    transform: translateY(0);
    transition: transform 0.5s ease-out 0.5s;
  }
  .image-wrapper.show .mask-inner {
    transform: translateY(0);
    transition: transform 0.5s ease-out 0.5s;
  }
}



.header h1 {
  color: #551a25;
}
  footer{
    font-family: "Patrick Hand", cursive;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .25rem;  
    font-size: 1.rem;
  }

  footer .footer-logo{
    width: 8rem;
    text-align: center;
    height: 8rem;
  }
  
  footer h5{
    color: #fff1ed;
  }
  footer a{
    color: #fdc6ae;

  }
  footer a:hover {
    color: #e08b80;
  }

  /* Ensure consistent footer layout and spacing across pages */
  footer .container {
    max-width: 1200px;
  }

  footer .row {
    align-items: flex-start;
  }

  footer .list-unstyled.mb-0 {
    padding-left: 0;
    margin: 0;
  }

  footer .list-unstyled.mb-0 li {
    margin-bottom: 0.5rem;
  }

  /* Make social links (svg or text) aligned with a small gap */
  footer .list-unstyled.mb-0 a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
  }

  /* Footer responsiveness */
  @media (max-width: 576px) {
    footer .footer-logo { width: 6rem; height: 6rem; }
    footer { text-align: center; }
    footer .col-lg-3 { margin-bottom: 1rem; }
  }
  
  .calendar-section{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .calendar body {
    font-family: Arial, sans-serif;
    background-color: #f4f6f9;
    display: flex;
    justify-content: center;
    align-items: center !important;
    height: 100vh;
    
  }
  .calendar {
    width: 350px;
  margin-top: 100px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .calendar-header button {
    background-color: transparent;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
  }
  #month-year {
    font-size: 1.2em;
    font-weight: bold;
  }
  .calendar-weekdays, .calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .calendar-weekdays div, .calendar-dates div {
    text-align: center;
    padding: 10px;
  }
  .calendar-weekdays {
    background-color: #eaeef3;
  }
  .calendar-weekdays div {
    font-weight: bold;
  }
  .calendar-dates div {
    border-bottom: 1px solid #eaeef3;
    cursor: pointer;
  }
  .calendar-dates div:hover {
    background-color: #ecb2ba;
  }
  

  .current-date {
    background-color: #e08b80;
    color: #fff;
    border-radius: 50%;
  }
  @media (max-width: 400px) {
    .calendar {
      width: 100%;
      margin: 0 10px;
    }
  }

  .container-pop{
    width: 100%;
    background-color: #e08b80;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    justify-content: center;
    padding: 1rem;
    font-family: "Patrick Hand", cursive;

    
  }
  .container-pop h4{
    color: #eaeef3;
  }
  

  
    

*,
*::before,
*::after {
  box-sizing: border-box;
}

.products .main {
  max-width: 1200px;
  margin: 0 auto;
}

.products .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr; /* make rows equal height so cards stretch uniformly */
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}

.products .cards_item {
  /* make each grid cell a flex container so inner .card can stretch to full height */
  display: flex;
  padding: 0.5rem;
  align-items: stretch;
}

:root {
  --product-img-height: clamp(140px, 20vw, 260px);
}

.products .card {
  /* stretch to fill the grid cell and keep consistent layout */
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.25rem;
  overflow: hidden;
}

.products .card_image {
  width: 100%;
  height: var(--product-img-height);
  overflow: hidden;
  flex: 0 0 auto;
}

.products .card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.description {
  font-family: 'Poor Story', cursive;
  font-size: 1rem;
  letter-spacing: .1rem;
  color: #825252;
  margin: 2rem 0;
  padding: 1.5rem;
}
.des
.products .card_content {
  /* allow content area to take remaining space */
  padding: 1rem 1.25rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 576px) {
  :root { --product-img-height: 160px; }
}

/* Make products cards visually match the about section cards */
.products .cards_item {
  /* keep layout but add the same drop shadow as about cards */
  display: flex;
  padding: 1rem;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.products .card {
  background-color: white;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 30px;
  background: repeating-linear-gradient(#0000 0 calc(1.2rem - 1px),#fdc6ae 0 1.2rem) right bottom /100% 100%,linear-gradient(#fdc6ae 0 0) 30px 0/2px 100% #fff;
  background-repeat: no-repeat;
  line-height: 1rem;
}

.about p {
  font-family: 'Poor Story', cursive;
  font-size: 1rem;
  letter-spacing: .1rem;
  color: #825252;
  margin: 1rem ;
  padding: 1.5rem;
}

.about h4 {
  font-family: 'Berkshire Swash', cursive;
  font-size: 2rem;
  color: #551a25;
  margin: 1rem ;
  padding: 1.5rem;
}

.about .cards_item {
  filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}


.about{
  margin: 1rem 4rem;
}

.about .card {
  background-color: white;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 30px;
  background: repeating-linear-gradient(#0000 0 calc(1.2rem - 1px),#fdc6ae 0 1.2rem) right bottom /100% 100%,linear-gradient(#fdc6ae 0 0) 30px 0/2px 100% #fff;
  background-repeat: no-repeat;
  line-height: 1rem;
  
}

:root {
  --pink: #ecb2ba;
  --pink-dark: #c6939a;
  --tape-gray: #dbd8be;
  --tape-edge-gray: #b7b49d;
  --transparent: rgba(255, 255, 255, 0);
}


button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  
  background-color: #ffffff;
  border: 25px solid transparent;
  border-image: url(whitelace.png) 17 round;
  background-clip: padding-box;
  border-image-outset: 0px ;
  margin-top: -1.25rem;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

form {
  padding: 37.5px;
  margin: 50px 0;
}

h2 {
  color: #551a25;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
 
  
}

.underline {
  border-bottom: solid 2px #474544;
  margin: -0.512em auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  text-transform: lowercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
}

.name {
	float: left;
	width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;

}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: lowercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }

  
}

.ship-container{
  background-color: #ffffff;
  background-color: #ffffff;
  border: 25px solid transparent;
  border-image: url(whitelace.png) 17 round;
  background-clip: padding-box;
  border-image-outset: 0px ;
  margin-top: -1.5rem;
  max-width: 768px;
  margin: 60px auto;
  position: relative;
  padding: 3rem;

}


.catering-form h2 {
  text-align: center;
}

.catering-form{
  text-align: center;
  padding-top: 2rem;
  border-radius: 8px;
  margin-left: 10rem;
  margin-right: 10rem;
}

.order-button{
  text-align: center;
  
  border-radius: 8px;
  /* center the order button container responsively */
  margin: 2rem auto;
}