body {
  margin: 0;
  background-color: white;
}
#sandrasHero {
  position: relative;
  background-color: blue;
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("sandras\ transparent\ bg.png"), url("https://images.editor.website/uploads/b/4bc34853677fc1bf3c6899c7d396dd26eaba889bcd8a5e24584c5a5902e02ff5/Screenshot%202025-09-12%20at%209.42.51%E2%80%AFAM_1757692587.png?width=400&optimize=medium");
  background-size: contain, cover;
  background-repeat: no-repeat;
  background-position: 45% ;
  
  margin-bottom: 0px;
}



h1 {
  font-size: 2vh;
  text-align: center;
  color: white;
  margin-top: 20px;
  padding-top: 20%;
  padding-left: 40px;
}

h1:hover {
  opacity: 0.8;
}

#contact {
  font-size: 2vh;
  color: rgb(255, 255, 255);
  position: relative;

 }


#shopButton {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 5%;
  left: 20%;
  background-color: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, top, #3498db, #2980b9);
  border-radius: 28px;
  color: white;
  font-size: 2vh;
  padding: 10px 20px 10px 20px;
  box-shadow: 1px 1px 7px white;
}

#shopButton:hover {
  cursor: pointer;
  border-color: green;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #2980b9);
  background-image: -moz-linear-gradient(top, #3cb0fd, #2980b9);
  background-image: -ms-linear-gradient(top, #3cb0fd, #2980b9);
  background-image: -o-linear-gradient(top, #3cb0fd, #2980b9);
  background-image: linear-gradient(to bottom, top, #3cb0fd, #2980b9);
}

#menuButton {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 5%;
  right: 15%;
  background-color: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, top, #3498db, #2980b9);
  border-radius: 28px;
  color: white;
  font-size: 2vh;
  padding: 10px 20px 10px 20px;
  box-shadow: 1px 1px 7px white;
}

#menuButton:hover {
  cursor: pointer;
  border-color: green;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #2980b9);
  background-image: -moz-linear-gradient(top, #3cb0fd, #2980b9);
  background-image: -ms-linear-gradient(top, #3cb0fd, #2980b9);
  background-image: -o-linear-gradient(top, #3cb0fd, #2980b9);
  background-image: linear-gradient(to bottom, top, #3cb0fd, #2980b9);
}

#cafeBanner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-attachment: scroll;
  animation: slide 7s linear 1;
}

#cafe {
  font-size: 20vw;
  position: absolute;
  color: white;
  padding-bottom: 25%;
  text-shadow: 2px 2px 3px black;
}

h3 {
  position: absolute;
  bottom: 40px;
  left: 25%;
  display: block;
  color: white;
  font-size: 5vw;
  text-shadow: 1px 1px 11px black;
}

#plateLunch {
  height: auto;
  width: 100%;
}


 /* Cafe Plate Lunch Rotater Section */
#rotater-container {
   background-color: blue;
   height: 500px;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}
  #rotater {
        width: 900px;
        align-items: center;
        justify-content: center;
        margin: 20px auto;
        padding: 10px; /* Adds space around the entire content */
        border: 4px solid #2b10d9;
        text-align: center; /* Centers the text and image */
        background-color: #ffffff;
      }

      #daily-plate {
        /* Ensures the image fits well within the container */
        width: 40%;
        height: 300px;

        /* Adds space (a margin) around the image itself, separating it from the text */
        margin: 15px 0;
        border: 2px solid #333; /* Optional: A nice border around the picture */
        box-shadow: 2px 2px 12px;
        transition: all .5s ease-in-out;
      }

      #daily-plate:hover {
        border-radius: 20px;
        transform: scale(1.1);
      }

      #messageOfDay {
        font-size: 20pt;
       
        text-shadow: 1px 1px 3px ;
      }

    

#delivery {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 200px;
}

#online {
  background-color: blue;
  border: 2px solid black;
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 7px black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: clamp(54pt, 6vh, 87pt); 
  z-index: 1000;
  padding: 10px;
}

#delivering {
  height: auto;
  width: 100%;
  margin-top: 0%;
  animation: slide 5s linear 3s 1;
}


@keyframes slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1100px)

{
  #contact {
    top: 77px
    
  }
}

@media only screen and (max-width: 480px) {
  body {
    margin: 0;
  }
  #sandrasHero {
    position: relative;
    align-items: center;
    text-align: left;
    padding-top: -10px;
    height: 600px;
    background-position: -10px 0px;
  }

  h1 {
    position: relative;
    font-size: 3vw;
    margin: 0 auto;

    width: 100%;
  }

  #contact {
    font-size: 5vw;
    margin-left: -30px;
    top: 0px
  }

  h3 {
    padding-top: 20px;
  }

  #shopButton {
    left: 10%;
    bottom: 82px;
  }

  #menuButton {
    padding-right: 15px;
    right: 10%;
    bottom: 82px;
    white-space: nowrap;
    align-content: center;
    text-align: center;
  }

  #delivery {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #online {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 7vh;
    left: 50%;

    margin: 0 auto;
  }

  #delivering {
    margin-top: 0%;
  }


  #daily-plate {
    width: 300px;
  }
 