body {
  padding-top: 56px; /* Adjust the padding based on your navbar height */
	    font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';

  background-color: #f8eaef;
}
div {
  background-color: red;
}

.custom-style {
    background-color: #f2f2f2; /* Change to desired background color */
    color: red; /* Change to desired text color */
    /* Add any other custom styles */
}

.post-container {
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
}
.custom-background, textarea {
  background-color: #dc98ad;
}
#platDuJourCarousel .carousel-control-prev, #platDuJourCarousel .carousel-control-next {
  color: red !important;
}
.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#category-scroll {
  overflow-x: auto;
  white-space: nowrap;
}
.category {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  background-color: #ddd;
  border-radius: 8px;
  cursor: pointer;
}
.category.active {
  background-color: #007bff;
  color: #fff;
}
.product {
  margin-bottom: 30px;
}
#category-scroll.fixed {
  /* Set styles for the fixed position */
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 900;
  overflow-x: auto;
  white-space: nowrap;
}
.category-content {
  margin-top: 50px; /* Adjust the margin-top based on the height of #category-scroll */
}
/* Add this style to fix the navbar at the top */
.navbar.fixed {
  border: 1px dashed black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.catbold {
  background-color: black;
  font-weight: bold;
  padding: 10px;
}
.product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding: 0px;
}
.product-name {
  flex: 1;
}
.product-divider {
  border-right: 1px dotted #000;
  height: 100%;
  margin: 0 10px;
}
.product-price {
  flex: 1;
  text-align: right;
}
#map {
  height: 400px;
  width: 100%;
}
.contact-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}