/* AUTO-GENERATED via DevTools Coverage → scoped to .page-index */

/* ---- indexpage.css (used) ---- */
.page-index.index-page::before {
  content: "";
  background-image: url('/images/enterPageImages/myboxbackdraw.png');
  background-size: 600px auto; /* shrink it */
  background-repeat: repeat;
  background-position: center;
  opacity: 0.15;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.page-index body.index-page .main-container,
.page-index body.index-page section.centerCol,
.page-index body.index-page section.leftCol,
.page-index body.index-page section.rightCol {
  background-color: transparent !important;
}
.page-index body.index-page .recipe {
    border: 1px solid #2f2b1e;
    background-color: #c3bba2;
    flex: 0 48%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 8px;
}
.page-index body.index-page .blog-item {
  display: flex;
  flex-direction: column; /* 🔁 stack image and text vertically */
  align-items: center;
  margin-bottom: 16px;
  text-align: center; /* optional: centers the text */
  max-width: 160px;
  padding: 8px;
}
.page-index body.index-page .blog-thumbnail {
  width: 100%;
  max-width: 120px; /* constrain width */
  height: auto;
  border-radius: 6px;
  margin-bottom: 8px;
}
.page-index body.index-page .blog-content h4 {
  margin: 0 0 4px;
  font-size: 1rem;
  color: #a14d00;
}
.page-index body.index-page .blog-date {
  font-size: 0.85rem;
  color: #644e3b;
}
.page-index body.index-page .blog-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-align: left;
}
.page-index body.index-page .blog-link img.blog-thumbnail {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 0.5em auto;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.page-index body.index-page .title-button {
  background-color: #d2b9ab;;
  border: 2px;
  padding: 6px 10px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'Rockwell', serif;
  color: #4e3629;
  transition: background-color 0.2s ease;
  text-align: center;
}
.page-index body.index-page .title-button:hover {
  background-color: #e4b792;
}
.page-index body.index-page #full-blog-view {
  max-width: 700px;
  margin: 24px auto;
  padding: 24px;
  background-color: #fffaf5;
  border: 1px solid #d5c2a1;
  border-radius: 10px;
  font-family: 'Rockwell', serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  line-height: 1.6;
  color: #432;
}
.page-index body.index-page .blog-detail h2 {
  margin-top: 0;
  font-size: 1.75rem;
  color: #5e3e2f;
  text-align: center;
}
.page-index body.index-page .blog-detail .blog-date {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1em;
}
.page-index body.index-page .blog-detail .blog-image img {
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: 0 auto 1em auto;
}
.page-index body.index-page .blog-detail .blog-body {
  font-size: 1.05rem;
  padding: 0 8px;
}
.page-index body.index-page .blog-detail .closeout-buttons {
  text-align: center;
  margin-top: 2em;
}
.page-index body.index-page .blog-detail .close-button {
  background-color: #f5d1b0;
  font-family: 'Rockwell', serif;
  font-weight: bold;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.page-index body.index-page .blog-detail .close-button:hover {
  background-color: #eec09c;
}
.page-index body.index-page #full-blog-view .blog-detail {
  max-width: 700px;
  margin: 2rem auto;
  background-color: #fffaf7;
  border: 2px solid #d1bfa3;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-family: 'Rockwell', serif;
}
.page-index body.index-page .blog-header {
  position: relative;
  text-align: center;
}
.page-index body.index-page .blog-header h2 {
  font-size: 2rem;
  color: #5e3b1d;
  margin-bottom: 0.5rem;
}
.page-index body.index-page .blog-header .close-box {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #5e3b1d;
  background: none;
  border: none;
}
.page-index body.index-page .blog-date {
  color: #7a6652;
  font-style: italic;
  margin-bottom: 1rem;
}
.page-index body.index-page .blog-body {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #453b32;
}
.page-index body.index-page .slide-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 800px;
  margin: 0;
  background-color: #f5efe6; 
  border-radius: 2rem;
  border: 4px solid #8B3A3A;  
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.85) translateX(100%);
  transform-origin: center center;
  transition: all 0.8s ease-in-out;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 0;
}
.page-index body.index-page .slide-card.visible-slide {
  transform: scale(0.85) translateX(0);
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.page-index body.index-page .slide-card-inner {
  background-color: #f5efe6; 
  border: 4px solid #8B3A3A;  
  border-radius: 2rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.page-index body.index-page .vertical-card {
  flex-direction: row;
}
.page-index body.index-page .slide-image {
  width: 100%;
  max-height: 200px;
  object-fit: contain;         /* 🔧 maintain aspect ratio */
  border-radius: 1.25rem;
  border: 2px solid #888;
}
.page-index body.index-page .slide-text {
  text-align: center;
  font-family: "Rockwell", serif;
  color: #4b2e2e;
  font-size: 1.05rem;
  line-height: 1.4;
  padding: 0 1rem;
}
.page-index body.index-page .slide-text h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.page-index body.index-page .slide-text p {
  font-size: 1.05rem;
  margin: 0.5rem 0;
}
.page-index body.index-page .slide-text .tagline {
  font-style: italic;
  font-weight: 600;
  color: #555;
}
.page-index body.index-page .slide-card-inner.vertical-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 2rem;
  gap: 2rem;
}
.page-index body.index-page .slide-image-stack {
  width: 100%;
  position: relative;
  overflow: visible;           /* 🔧 allow captions to show */
  max-height: none;            /* 🔧 remove cutoff */
}
.page-index body.index-page .slide-image-stack img {
  width: 100%;
  border-radius: 1.5rem;
  border: 2px solid #999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.page-index body.index-page .slide-step-label {
  font-family: "Rockwell", serif;
  font-size: 1rem;
  background-color: #fff5e5;
  border: 2px solid #8B3A3A;
  color: #5a2c2c;
  padding: 0.3rem 0.8rem;
  border-radius: 10px;
  text-align: center;
  max-width: 90%;
}
.page-index body.index-page .slide-left-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 2; /* 💡 Allow more space */
  min-width: 300px;
  max-width: 500px;
  gap: 1.5rem;
}
.page-index body.index-page .slide-right-final {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1; /* 💡 Allow it to be smaller */
  min-width: 280px;
  max-width: 400px;
  gap: 1rem;
  padding-top: 1rem;
  height: 100%;
}
.page-index body.index-page .slide-right-final img {
 
  max-height: 675px;
  width: 300px;
  height: auto;
  border-radius: 1.5rem;
  border: 2px solid #aaa;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  display: block;
}
.page-index body.index-page .slide-right-final .slide-step-label {
  margin-top: 0.5rem;
  font-family: "Rockwell", serif;
  font-size: 1rem;
  background-color: #fff5e5;
  border: 2px solid #8B3A3A;
  color: #5a2c2c;
  padding: 0.3rem 0.8rem;
  border-radius: 10px;
  text-align: center;
  max-width: 90%;
}
.page-index body.index-page .slide-featured-image {
  flex: 1;
  position: relative;
  min-width: 300px;
  max-width: 400px;
}
.page-index body.index-page .slide-featured-image img {
  width: 100%;
  border-radius: 1.5rem;
  border: 2px solid #8B3A3A;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.page-index body.index-page .slide-copy-block {
  flex: 1;
  max-width: 400px;
  font-family: "Rockwell", "Serifa", "Roboto Slab", serif;
  color: #4b2e2e;
  text-align: left;
}
.page-index body.index-page .slide-copy-block h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.page-index body.index-page .slide-copy-block p {
  font-size: 1.05rem;
  margin: 0.5rem 0;
}
.page-index body.index-page .slide-copy-block .tagline {
  font-style: italic;
  font-weight: 600;
  color: #7a3b3b;
}
.page-index body.index-page .slide-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 800px;
  overflow: hidden;
}
.page-index body.index-page #slideshow-placeholder.fade-in {
  animation: fadeIn 0.6s ease-in-out;
}
.page-index body.index-page #slideshow-placeholder {
  padding-bottom: 2rem; /* or whatever margin you want below slides */
}
.page-index body.index-page .slide-card-inner.vertical-copy-layout {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  gap: 1rem;
  flex-wrap: nowrap;
}
.page-index body.index-page .large-feature-image img {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
  border-radius: 1.5rem;
  border: 2px solid #8B3A3A;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.page-index body.index-page .slide-copy-block {
  text-align: center;
  max-width: 700px;
  padding: 0 1rem;
}
.page-index body.index-page .slideshow-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: -3rem;
}
.page-index body.index-page .slideshow-controls button {
  font-size: 1.8rem;
  background-color: #f5efe6;
  border: 2px solid #8B3A3A;
  color: #4b2e2e;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  cursor: pointer;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: background-color 0.2s ease;
}
.page-index body.index-page .slideshow-controls button:hover {
  background-color: #f1d8c4;
}
.page-index body.index-page .slide-logo-icon {
  height: 1.8em;
  vertical-align: middle;
}
.page-index body.index-page .video-demo-wrapper {
  text-align: center;
}
.page-index body.index-page #video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1300px;
  height: 760px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  padding: 10px;
  text-align: center;
}
.page-index body.index-page #video-modal iframe {
  width: 1280px;
  height: 720px;
  border: none;
  display: block;
  margin: 0 auto;
}
.page-index body.index-page .close-video-modal {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 2rem;
  color: #533;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.page-index body.index-page .slide-left-stack .slide-step-label {
  align-self: center;
}
.page-index body.index-page .slide-image-stack, .page-index .large-feature-image, .page-index .slide-featured-image {
  display: flex;
  flex-direction: column;
  align-items: center; /* 👈 This is what centers the label */
}
.page-index body.index-page .slide-5-feature-image {
  width: 650px;
  max-width: 90vw;
  margin: 0 auto;
}
.page-index body.index-page .slide-5-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.page-index body.index-page .slide-tech-logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 1rem;
}
.page-index body.index-page .slide-tech-logo-row img {
  max-height: 70px;
  height: auto;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));
}
.page-index body.index-page .slide-tech-logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 1rem;
}
.page-index body.index-page .slide-tech-logo-row img {
  max-height: 70px;
  height: auto;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));
}
.page-index #slideshow-placeholder.fade-in {
  animation: fadeInSlide 0.6s ease-in-out;
}
.page-index body.index-page .slideshow-controls button {
  font-family: "Rockwell", "Georgia", serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4b2e2e;
  background-color: #f5efe6;
  border: 2px solid #8B3A3A;
  padding: 0.6rem 1.2rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ---- main.css (used) ---- */
.page-index * {
    box-sizing: border-box;
}
.page-index .main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1280px;
    margin: 0 auto;
}
.page-index div#mediaQueryMessage {
    display: none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.page-index .custom-alert-box {
  background: #fffdf7;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  max-width: 700px;
  max-height: 90vh;      /* <== keep content within screen */
  overflow-y: auto;      /* <== allow scroll within alert box */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  font-family: 'Rockwell', serif;
}
.page-index section {
    padding: 10px;
}
.page-index a:focus {
    outline: 2px dashed #1a73e8;
}
.page-index section.leftCol {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: flex-start; 
    width: 200px; 

}
.page-index section.leftCol a {
    width: 100%; 
    display: flex;
    justify-content: center; 
}
.page-index section.leftCol img {
    max-width: 100%; 
    height: auto;
}
.page-index #site-image-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
.page-index #site-image {
    /*max-width: 800px;*/
    width: 100%;
    height: auto;
  }
.page-index .navigation ul {
    list-style-type: none;
    width: 200px; 
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; 
    align-items: center; 
}
.page-index .navigation li {
    width: 100%; 
    padding: 8px;
    margin-bottom: 4px;
    text-align: center; 
}
.page-index .navigation a {
    text-decoration: none;
}
.page-index #homepagecontent, .page-index .slideshow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-index .blog-highlights {
    width: 200px;  
    margin-top: 20px;   
    padding: 10px;  
    box-sizing: border-box;  
}
.page-index .blog-highlights h3 {
    text-align: center;  
    margin-bottom: 15px;  
}
.page-index .blog-item {
    margin-bottom: 10px;  
}
.page-index .blog-item h4 {
    margin: 0 0 5px 0;  
}
.page-index .blog-item p {
    font-size: 0.9em;  
    margin: 0 0 10px 0; 
}
.page-index .featured-recipes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-right: 10px;
}
.page-index .recipe {
    flex: 0 48%; 
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px; 
}
.page-index .recipe img {
    width: 100%; 
    height: auto;
}
.page-index .recipe h3, .page-index .recipe p, .page-index .recipe a {
    margin: 10px 0; 
}
.page-index .recipe a {
    text-decoration: none;
    font-weight: bold;
    display: block; 
    outline: none; 
}
.page-index .site-footer {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto; 
    display: flex;
    flex-direction: column; 
    align-items: center; 
}
.page-index .site-footer nav ul {
    list-style: none;
    padding: 0;
    margin: 0; 
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}
.page-index .site-footer nav ul li {
    padding: 0 15px;
}
.page-index .site-footer nav ul li a {
    color: #634535;
    text-decoration: none;
    font-weight: bold;
}
@media all and (min-width: 800px) {
section.leftCol {
        width: 200px;       /* 🔧 enforce fixed width */
        flex: 0 0 200px;    /* 🔧 lock it in layout */
    }
  }
.page-index section.centerCol {
        flex: 1;
        max-width: 100%;
    }
.page-index .recipe-detail {
    border: 1px solid #d9a760;
    background-color: #fefcf8;
    padding: 20px;
    margin-top: 20px;
    font-family: "Rockwell", "Courier Bold", monospace;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
.page-index .recipe-detail .close-box {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    background-color: #fdf6ee;
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}
.page-index .recipe-detail .close-box:hover {
    background-color: #e8c99e;
}
.page-index .recipe-detail {
  position: relative;
}
.page-index .recipe-header h2 {
    margin-top: 0;
    color: #aa7529;
}
.page-index .recipe-category {
    font-style: italic;
    color: #634535;
}
.page-index .recipe-image-container {
    text-align: center;
    margin-bottom: 20px;
}
.page-index .recipe-image-container img {
    max-width: 500px;
    width: 100%;
    height: auto;
    border: 2px solid #d9a760;
    border-radius: 10px;
}
.page-index .recipe-description {
    font-size: 16px;
    margin-bottom: 20px;
    color: #81591f;
}
.page-index .recipe-ingredients ul,
.page-index .recipe-instructions ul {
    padding-left: 20px;
    color: #634535;
}
.page-index .recipe-ingredients li
 {
   line-height: 1;
}
.page-index .closeout-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.page-index .close-button {
    background-color: #e8c99e;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-family: "Rockwell", monospace;
}
.page-index .close-button:hover {
    background-color: #edd5b2;
}
.page-index .recipe-ingredients ul {
    font-family: monospace;
    white-space: pre-wrap;
    font-size: 18px; /* or try 20px for more punch */
    line-height: .5;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-index .recipe-instructions ul {
    font-family: "Rockwell", "Courier Bold", monospace;
    white-space: pre-wrap;
    font-size: 18px; /* or try 20px for more punch */
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    display: table-row;
  }
.page-index .recipe-instruction-line {
  text-indent: -2em;
  padding-left: 2em;
  margin: 0.5em 0;
  white-space: pre-wrap;
  line-height: 1.5;
}
.page-index .step-label {
  font-weight: bold;
}
.page-index .centerCol {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-index .centerCol {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media all and (min-width: 800px) {
.page-index section.leftCol {
        width: 300px;
        flex: 0 0 200px;
    }
  }
.page-index section.centerCol {
        flex: 1;
        max-width: 100%;
    }
.page-index .leftCol img {
    max-width: 120px; 
    height: auto;
}
.page-index .ingredient-header:hover,
.page-index .ingredient-header.selected {
  background-color: #806550; /* slightly lighter brown */
}
.page-index .quantity-unit {
  display: inline-block;
  width: 6em; /* Adjust to match your quantity column size */
  vertical-align: top;
}
.page-index .ingredient-name {
  display: inline-block;
  max-width: 100%; /* Or whatever you need */
  vertical-align: top;
  white-space: normal;
}
.page-index .recipe-detail .quantity-unit {
  display: inline-block;
  width: 8em;           /* Extra space to avoid wrapping */
  vertical-align: top;
  padding-right: 1em;   /* Adds breathing room from ingredient name */
}
.page-index .recipe-detail .ingredient-name {
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  max-width: 80%;
}
.page-index .recipe-detail .ingredient-header {
  background-color: #644e3b;   /* Deep brown */
  color: #ffffff;              /* White text */
  font-family: "Rockwell", monospace;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 8px 0 4px 0;
  line-height: 1.4;
}

@keyframes rainbowShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* ---- stylesheet.css (used) ---- */
.page-index .main-container {
  background-color: #ede3dd;
}
.page-index h1,
.page-index h2,
.page-index h3,
.page-index h4 {
  color: #aa7529;
  text-align: center;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-index a {
  color: #d9a760;
}
.page-index a:hover {
  color: #aa7529;
}
.page-index .site-footer {
  background-color: #becbd0;
  color: #634535;
}
.page-index .navigation li {
  background-color: #b3866f;
}
.page-index .navigation li a {
  color: #634535;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-index .navigation li:hover,
.page-index .navigation li:hover a {
  background-color: #c19d8a;
}
.page-index .navigation li:hover a,
.page-index .navigation li:hover a a {
  color: #fff;
}
.page-index .navigation li:nth-child(1),
.page-index .navigation li:nth-child(3),
.page-index .navigation li:nth-child(5)  {
  background-color: #e0b77d;
}
.page-index .navigation li:nth-child(2),
.page-index .navigation li:nth-child(4) {
  background-color: #b3866f;
  
}
.page-index .blog-highlights {
  border: 1px solid #d9a760;
  background-color: #d2b9ab;
}
.page-index .blog-highlights h3,
.page-index .blog-highlights .blog-item h4,
.page-index .blog-highlights .recipe h3 {
  color: #634535;
}
.page-index .recipe {
  border: 1px solid #2f2b1e;
  background-color: #c3bba2;
}
.page-index .recipe img {
  width: 100%;
  height: auto;
}
.page-index .recipe h3,
.page-index .recipe p,
.page-index .recipe a {
  margin: 10px 0;
}
.page-index .recipe a {
  color: #81591f;
}
.page-index .recipe-entry,
.page-index .closeout-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}
.page-index .closeout-buttons {
  flex-direction: row;
  justify-content: center;
}
.page-index .closeout-buttons button {
  margin: 0 10px;
  padding: 10px;
}

