
/* Main */
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  padding-top: 200px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

body.home-page {
  padding-top: 0;
}

body.home-page nav {
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 100%);
}

body.home-page nav a {
    color: #fff
}

body.home-page nav a:hover {
    color: #fff;
    opacity: .9;
}


.main-container {
  background-color: #fff;
  box-shadow: 0 8px 7px rgba(0,0,0,0.5);
  font-family: "Work Sans", sans-serif;
  margin: 0 auto;
  max-width: 1680px;
  min-width: 390px;

}

:root {
  --primary-gradient: linear-gradient(rgba(0, 0, 255, 1), rgba(0, 0, 255, 1));
  --secondary-gradient: linear-gradient(332deg,rgba(2, 0, 36, 1) 0%, rgba(0, 0, 255, 1) 52%, rgba(0, 0, 0, 1) 100%);
  --primary-color: blue;
  --secondary-color: #6c757d;
  --accent-color: #28a745;
  --text-color: #333;
}

.title {
  text-shadow: 0px 1px 2px #222222c8;
}

.headers {
  color: rgb(0, 0, 0);
  font-size: clamp(2rem, 4vh, 2.2rem);
  margin: 0;
  text-align: center;
  text-shadow: 0 .20rem 0.20rem rgba(0, 0, 0, 0.33);
  padding: 20px;
  z-index: 1;
}

.page-header {
  background-color: var(--primary-color);
  color: #fff;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
}

.authors {
  color: #fff;
  position: relative;
  bottom: 0;
}

.authors-center {
  color: #fff;
  text-align: center;
}

.content {
  background-image: linear-gradient(332deg,rgba(2, 0, 36, 1) 0%, rgba(0, 0, 255, 1) 52%, rgba(0, 0, 0, 1) 100%);
  border-radius: 1rem;
  border: 4px solid #fff;
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  padding: 1rem;
  text-shadow: 1px 1px 11px #00000095;
  text-align: center;
  min-width: 300px
}

.content-dark-background {
  color: #D3D3D3;
  background-image: linear-gradient(332deg,rgba(2, 0, 36, 1) 0%, rgba(0, 0, 255, 1) 52%, rgba(0, 0, 0, 1) 100%);
  border-radius: 1rem;
  border: 4px solid #fff;
  font-size: 1.6rem;
  padding: 1rem;
  text-shadow: 1px 1px 11px #00000095;
  text-align: center;
  min-width: 300px;
  max-width: 800px;
  
}

/* --- CTA BUTTON STYLING - 3D EFFECT --- */
.cta-button {
  background-color: var(--primary-color);
  border: 2px solid gold;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  max-width: 400px;
  padding: 12px 25px;
  text-decoration: none;
  transform-style: preserve-3d;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.2s ease;
}

.cta-button:hover {
  opacity: 0.9;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
  transform: rotateX(5deg) rotateY(5deg) scale(1.05);
}

.cta-button:active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(0) scale(1);
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

#logo {
  background: var(--primary-gradient);
  border: 2px solid #fff;
  height: 100px;
  width: 100px;
}

img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  z-index: 0;
}

 

/***************************/
/* SANDRAS ALOE SECTION-- */

.aloe-container {
  width: 100%;
  height: auto;
  overflow: hidden;

}

#aloe-image {
  border-radius: 0;
  height: auto;
  min-width: 100%;
  object-fit: cover;
  margin: 0
}


/***************************/
/* SECTION ONE--INLINE */



/************************************/
/* --------SECTION 3 ------------------*/

.section-three-container {
  height: auto;
  width: 100%;
  margin: 1rem auto
}

.section-three-content {
  width: 80%;
  height: 600px;
  margin: 0 auto;
  padding: 10px;
  background-color: var(--primary-color);
  border-radius: 10px;
  box-shadow: 0 0 7px #2222225b;
}
.sandras-vitamins {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

/************************************/
/* --------SECTION 4 ------------------*/

.section-four-container {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.column {
  width: 100%;
}

.cafe-image {
  width: 100%
}

/************************************/
/* --------SECTION 5 ------------------*/

.section-five-container {

}

.section-five-content {
  align-items: center;
  background-image: linear-gradient(orange, yellow);
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: auto;
  margin: 0 auto;
  overflow: hidden;
  text-shadow: 2px 2px 7px #222;
}


/************************************/
/* --------SECTION 7 ------------------*/

/* Cafe Plate Lunch Rotater Section */

.section-seven-container {
  height: auto;
}
.rotater-container {

  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: pre-wrap;
}

.rotater-image-container {

  display: flex;
  height: 600px;
  max-width: 600px
}

#daily-plate {
  border: 1px solid #333;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover

  transition: all 0.5s ease-in-out;
}

#daily-plate:hover {
}

#messageOfDay {
  font-size: 1.4rem;
}

 .pot-pie {
    height: 500px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
   
  }

/************************************/
/* --------SECTION 8 ------------------*/

.titles {
  color: #fff;
}

.section-eight-content {
  height: auto;
  padding: 0px;
  align-items: center;
  display: flex;
  justify-content: center;

  overflow: hidden;
}

.card-container-eight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.card {
  background-color: rgb(0, 0, 0);
  padding: 10px;
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.335);
}

.card:hover {
  box-shadow: 0 2px 14px rgba(255, 254, 254, 0.874);
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 100%
  );
}

.card-titles {
  color: #000000;
  font-size: 1.4rem;
  text-shadow: 0 1px 1px #00000060;
}

.card-text-container {
  align-items: center;
  background: rgba(255, 255, 255, 0.81);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 70%;
  opacity: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.card:hover .card-text-container {
  opacity: 1;
}

.card-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.card-image-1 {
  background-image: url("/img/vitsupp.png");
}

.card-image-2 {
  background-image: url("/img/smotheredchickenplate.jpg");
}

.card-image-3 {
  background-image: url("/img/jarrellbrothersbutter.jpg");
}

/* --- Section 9 Health Topics --- */


.health-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
   padding: 1rem;
   max-width: 1200px;
    margin: 0 auto
}
   
.health-card {
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 
}

.health-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}


.health-card-image img {
  box-shadow: 0 2px 12px #22222266;
  border-radius: 0px;
  margin: 0px;
  max-width: none !important;
  height: 200px;
  width: 100%;
  object-fit: cover;
  display: block;
}
  

.health-card-content {
  padding: 25px;
}

.health-card-content h2 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 1.4rem;
}

.health-card-content p {
  color: #646464;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}


.health-custom-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.health-custom-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #444;
  font-size: 0.9rem;
}


.health-custom-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4CAF50;
  font-weight: bold;
}


.health-card-button {
  display: inline-block;
  text-decoration: none;
  background-color: blue;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s;
}

.health-card-button:hover {
  background-color: #0056b3;
}

.more-button {
  align-self: center;
  text-align: center;
  width: 40%
}


/* --- About Page Styles --- */

.page-header-container {
  display: flex;
  flex-direction: column;

  margin: 0 auto;
}

.page-header-container .page-header {
  background-color: blue;
  margin: 0;
  height: 20vh;
  place-content: center;
  width: 100%;
}

/* 1. Story Section Layout */
.story-section {
  align-items: center;
  display: flex;
  gap: 40px;
  margin: 2rem;
  padding: 20px 0px;
}

.story-text,
.story-image {
  flex: 1;
}

.story-text h2 {
  color: blue;
  margin-bottom: 15px;
}

.story-text p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}

.story-image img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(25, 0, 0, 0.315);
  height: auto;
  width: 100%;
}

/* 2. Local Section Layout */
.about-section {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 50px;
  padding: 2vw;
  text-align: left;
}

.about-cards {
  background-color: #ebebeb74;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  box-shadow: 0 0 5px #222222b1;
  flex: 1;
  padding: 50px;
}

.reasons {
  background-image:
    linear-gradient( #22222288, #000000), url("./img/produce feb 263.jpg");
  color: #fff;
  background-size: cover;
  background-position: 0%;
}

.reasons #about-card-headers {
  color: #fff
}

#usda-organic {
  height: 200px;
  width: 200px;
}

#about-card-headers {
  color: blue;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 25px;
}

.about-cards ul {
  list-style: none;
  padding: 0;
}

.about-cards ul li {
  padding: 5px 0;
}

/* 3. Stores Section Layout */
.stores-section h2 {
  color: blue;
  text-shadow: 0 0 3px #2222226f;
  margin-bottom: 40px;
  text-align: center;
}

.store-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.stores {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  max-width: 250px;
  text-align: center;
}

.stores img {
  border: 2px solid blue;
  border-radius: 50%;
  height: 150px;
  margin-bottom: 15px;
  object-fit: contain;
  width: 150px;
}

.stores h4 {
  color: blue;
  margin-bottom: 5px;
}

.stores .address {
  color: #222;
  font-style: italic;
}

/************************************/
/* --------MENU PAGE------------------*/


.page-header {
  padding: 20px;
  font-size: 3.4rem;
  text-shadow: 0 2px 4px #222;
  background-color: transparent;
}

.menus {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  width: 100%;
 
}

.menus img {
  height: auto;
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0px 0px 17px #01000085;
}


.lagniappe-images {
        display: grid;
        grid-template-columns: 1fr 1fr;

 }

.lagniappe-images img {
        margin: 20 auto
    }
/************************************/
/* --------FOOTER SECTION ------------------*/

footer {
  background-color: var(--primary-color);

  color: rgb(255, 255, 255);
  margin: 0px;
  padding: 10px;
  text-align: center;
}

#footer-header {
  padding: 20px;
}
.footer-column {
  flex: 1;
  list-style-type: none;
  margin-bottom: 30px;
  min-width: 250px;
}

ul {
  list-style: none;
}

a:link {
  text-decoration: none;
  color: white;
}

footer a:visited {
  color: rgb(255, 0, 0);
}

footer a:hover {
  color: red;
  text-decoration: underline;
}

/* a:active {
  color: red;
  text-decoration: underline;
} */

.copyright {
  font-size: 10px;
}

/*--- NAV Page Responsiveness --- */

@media (min-width: 1300px) {
  .navbar {
    max-width: 1400px;
  }
  .section-four-content-container {
    height: 800px;
  }
  .section-four-content-container::before {
    background-size: 800px;
  }

  .section-four-content-container::after {
    background-size: 800px;
  }

}

@media (max-width: 1050px) {
  
   /************************************/
  /* --------SECTION 4 ------------------*/
  .section-four-content-container {
    height: 800px;
  }
  .section-four-content-container::before {
    background-size: cover;
  }

  .section-four-content-container::after {
    background-size: cover;
  }
  
   /************************************/
  /* --------SECTION 8 ------------------*/

  
  .section-eight-container {
    height: 100vh;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .card {
    width: 100%;
    max-height: 400px;
    justify-content: space-around;
    mask-image: none;
  }

  .card:hover {
    mask-image: none;
  }

  .card-text-container {
    opacity: 1;
  }
  .card-img {
    background-position: center;
    background-size: cover;
  }
  .card-image-3 {
    background-position: 10% 40%;
  }
}

@media (max-width: 900px) {
  .story-section {
    flex-direction: column;
  }

  .story-image {
    order: -1;
  }
}

@media (max-width: 768px) {

 
  
    /************************************/
  /* --------SECTION 1 INLINE  ------------------*/

 


  /************************************/
  /* --------SECTION 2  ------------------*/

  .section-two-container {
    height: auto;
  }


  /************************************/
  /* --------SECTION 3 ------------------*/

  .section-three-content {
    padding: 0;
    background-color: none;
    width: 100%;
  }

  /************************************/
  /* --------SECTION 4. CAFE ------------------*/

  .section-four-content-container {
  }

  .section-four-content-container::before,
  .section-four-content-container::after {
    width: 100%;
  }

  .section-four-content-container::before {
    height: 50%;
  }

  .section-four-content-container::after {
    height: 50%;
    top: 50%;
  }

  .content-section p,
  .content-section h2 {
    padding: 8px;
  }

  /************************************/
  /* --------SECTION 5.  ------------------*/

  .section-five-content {
    flex-direction: column;
    max-width: 100%;
  }

/************************************/
  /* --------About ------------------*/

  .local-section {
    flex-direction: column;
    padding: 0px;
  }

  .about-cards {
    margin-bottom: 20px;
  }

  .page-header-container {
    margin: 20px;
    padding: 0px;
    font-size: 89%;
  }
  .store-grid {
    gap: 10px;
  }
  .stores {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .cta-button {
    font-size: 79%;
  }
  .headers {
    font-size: 1.6rem;
    white-space: normal;
    text-shadow: 0 .05rem 0.05rem rgba(0, 0, 0, 0.43);
  }

  .authors {
    font-size: 49%;
    position: relative;
    right: 0;
  }

  .authors-center {
    font-size: 49%;
  }

  h1 {
    font-size: 3vh;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
  }

  h3 {
    padding-top: 20px;
  }
  

  .content,
  .content-dark-background {
    font-size: 1.2rem;
  }
  
  

  /************************************/
  /* --------SECTION 1. ------------------*/
  .section-one-content {
    gap: 0
  }

  .content {
    font-size: 1em;
    top: 20%;
  }

/************************************/
  /* --------SECTION 2. ------------------*/


  /************************************/
  /* --------SECTION 3.  ------------------*/

  .section-three-container {
    height: auto;
    width: 100%;
  }

  .section-three-content {
    height: 400px;
    width: 100%;
    padding: 0;
  }

  .sandras-vitamins {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  /************************************/
  /* --------SECTION 4. ------------------*/

  .section-four-container {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0;
  }

   /************************************/
  /* --------SECTION 5. ------------------*/

  .section-five-content {
   }

  /************************************/
  /* --------SECTION 6. scroller ------------------*/

  .fixed-text {
    margin-left: 0px;
  }

  .scrollerBannerHeader {
    font-size: 1em;
  }
  .rolling-text {
    font-size: 1.4em;
    height: 50px;
    padding-bottom: 0px;
  }

/************************************/
  /* --------SECTION 7. CAFE Plate of Day------------------*/

  #messageOfDay {
    font-size: 1.2em;
  }

  #daily-plate {
    max-width: 100%;
    height: 450px

 }

 .rotater-image-container {
    height: auto
  }

  .section-seven-container .headers {
    padding-bottom: 0;
  }
  
  /************************************/
  /* --------SECTION 8. ------------------*/
  
  .section-eight-container {
    height: auto;
  }
  .section-eight-content {
    flex-direction: column;
  }
  .card-titles {
    font-size: 1em;
  }
  .card-text-container {
    font-size: 79%;
  }

  .card-image-1 {
    background-image: url("/img/vitmobile.png");
    image-rendering: crisp-edges;
  }

  .card-image-3 {
    background-position: 0% 30%;
    background-size: cover;
  }

  /************************************/
  /* --------FOOTER. ------------------*/

  .footer-column {
    min-width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .footer-column ul {
    display: inline-block;
    text-align: left;
  }
  .social-icons {
    margin-bottom: 20px;
  }

  /************************************/
  /* --------MENU PAGE. ------------------*/

  .page-header {
    font-size: 2.8em;
  }
  
  
  .menu-header p {
    font-size: 77%;
  }

 /************************************/
  /* --------ABOUT PAGE. ------------------*/
  .page-header-container {
    text-align: center;
  }

  .story-section {
    display: block;
    margin: 4px;
    margin-left: 0;
    padding: 0;
  }

  .about-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
  }
}

@media (prefers-color-scheme: dark) {
  .title {
    background-color: rgb(211, 25, 25);
    color: white;
    outline: 25px dashed black;
  }
}

@media only screen and (orientation: landscape) {
  .section {
    height: auto;
  }
  .about-container {
    height: auto;
  }

  .menu-container {
    height: auto;
  }
  .menu-header {
    height: 80vh;
  }
}
