

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  padding-bottom: 0;
  background-color: #fff;
  overflow-x: hidden;
  max-width: 1600px;
  min-width: 300px;
  border: 2px solid #222;
}

.headers {
  color: #fff;
  text-shadow: 2px 4px 4px black;
  font-size: 2rem;
  background-image: linear-gradient(135deg, #064226 0%, green 100%);
  padding: 20px;
  animation: fade-in linear both;
  animation-timeline: view();
  animation-range: entry 10% cover 40%;
}

.sub-headers {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}

.hero-header {
  background-image: none;
}

h1 {
  color: #fff;
  font-size: 4vh;
  text-align: center;
  text-shadow: 2px 2px 4px black;
  padding-top: 10%;
  white-space: nowrap;
}

h3 {
  font-size: 1.4rem;
}

.section {
  animation: fade-in linear both;
  animation-timeline: view();
  animation-range: entry 40% cover 20%;
}

hr {
  border: 0;
  height: 2px;
  background: #333;
  width: 50%;
  margin: 20px auto; /* Adds vertical space and centers it */
}


.cta-button {
  /* Appearance */
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  font-weight: bold;

  /* Transition for hover effect */
  transition: background-color 0.3s ease;
}

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

/* --- Navbar Container --- */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 2px 12px 4px 12px rgba(211, 5, 5, 0);
  padding: 0 10px;
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* --- Logo Styling --- */
.logo {
  background-size: contain;
  background-image: url(../media/bjslogo.jpeg);
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 2px solid black;
  box-shadow: 0px 1px 3px #222;
}

/* --- Navigation Links --- */
.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li a {
  text-decoration: none;
  color: #555;
  padding: 20px 15px;
  display: block;
  font-size: 1rem;
  transition:
    color 0.3s,
    background-color 0.3s;
}

.nav-links li a:hover:not(.cta) {
  color: #007bff;
  background-color: #f0f0f0;

  transition: background-color 0.2s ease-in-out;
}

/* --- Hamburger Icon (Hidden on Desktop) --- */
.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
}

.main-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;

  background-image:
    linear-gradient(rgba(0, 0, 0, 0.218), rgba(0, 0, 0, 0.265)),
    url("./media/Shrimp1.jpg");

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.greeter {
  background-image: linear-gradient(135deg, #064226 0%, green 100%);
  border-radius: 20px;
  box-shadow: 4px 4px 20px #222;
  padding: 20px;
}

.greeter a {
  color: #fff;
}

.content {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
  font-size: 1.5vh;
}

#phoneButton {
  font-size: 2vh;
  border: 2px solid #fff;
  border-radius: 22px;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
}

#phoneButton:hover {
  background-color: black;
}

/* doordash sec two */

.delivery {
  position: relative;
  max-width: 1400px;
   background-image: url("./media/DoorDashLogo.png"), linear-gradient( #2222225a, #2222224a), url("./media/shrimpdelivery.jpg");
  background-repeat: no-repeat;
  height: 50vh;
  background-position: center center;
  background-size: 40%, cover, cover;
  margin: 0 auto;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#delivery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-top: 50px;
  padding: 12px;
}

#delivery-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* section three plate lunches */

.plate-lunch-container {
  display: flex;
  background-color: ghost-white;
  height: 50vh;
  align-items: center;
  text-align: center;
  justify-content: center;
}
/* --- 1. The Main Card Container --- */
.responsive-card {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
}

/* --- 2. Image Placeholder Styling --- */
.card-image-placeholder {
  flex: 0 0 50%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  background-image: url("./media/bjsplatejanuary.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* --- 3. Content Area Styling --- */
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 30px;
}

.card-content h3 {
  font-size: 1.6rem;
  color: #000000;
  margin-top: 0;
  padding-bottom: 10px;
}

.card-content p {
  color: #000;
}

.plate-lunches {
  position: relative;
  display: flex;
  flex-wrap: wrap;     
  justify-content: center; 
  gap: 1rem;
  background-image: linear-gradient( #22222282, #222222c4), url('https://scontent-hou1-1.xx.fbcdn.net/v/t39.30808-6/305050887_518150333645121_3047993255048079570_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=1d70fc&_nc_ohc=E7Qc6DR1EC0Q7kNvwH371b9&_nc_oc=AdpHlsG0ByZqbVAFjEXBq-qZfvi53CYfmAKKD_h07Ub38QlAy7q-bHi2q9Ea9g0RIa4&_nc_zt=23&_nc_ht=scontent-hou1-1.xx&_nc_gid=k66ICNnaDr3c8mVG7Xy4uQ&_nc_ss=7b2a8&oh=00_Af6sqlhv7CKnJLYDhtD9RT4NFIHJWO76veC8-rEbIyIfPw&oe=6A0550B1');
 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem
 
}

.plate-images {
  flex: 0 1 calc(33.333% - 1rem); 
  min-width: 350px; 
  height: 400px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 7px #222;
  border-radius: 1rem
}

/* Section Four Catering */

.catering {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feature-card {
  width: 100%;
  height: 30vh;
  padding: 10px;
  margin: 0;

  /* Appearance */
  background-color: #ffffff;
  background-image: url("./media/cateringtrays.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;

  /* Transition for hover effect */
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
}

/* Paragraph Text Styling */
.feature-card h3 {
  background-color: green;
  color: #ffffff;
  font-size: 14pt;
  line-height: 1.6;
  margin: 3%;
  padding: 3%;
  text-shadow: 0 2px 5px #000;
}

/* menu page */

#logo {
  height: 200px;
  width: auto;
  display: block;
  margin: 0 auto;
}

#menuBanner a {
  color: #fff;
}

#menu {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 2px 8px black;
  border-radius: 5px;
}

#menuPage {
  color: #fff;
  background-color: #000;
  padding: 10px;
}
footer {
  text-align: center;
  background-image: linear-gradient(135deg, #064226 0%, green 100%);
  color: rgb(255, 255, 255);
  padding: 10px;
  margin-top: 0px;
  justify-content: center;
  flex: 1;
}

.footer-header {
  padding: 20px;
  line-height: 1;
}

footer .sub-headers {
  margin-bottom: 20px;
}
.footer-column {
  flex: 1; /* Distribute space equally */
  min-width: 250px;
  margin-bottom: 10px;
  list-style-type: none;
}

ul {
  list-style: none;
}

a:link {
  text-decoration: none;
  color: #fff;
}

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

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

.copyright {
  font-size: 10px;
}

@media (min-width: 1200px) {
  .headers {
    font-size: 3.4rem;
  }
}

@media (max-width: 1000px) {
  .body {
    margin: 0 auto;
    max-width: 1000px;
  }
}

@media only screen and (max-width: 952px) {
  .delivery {
    background-attachment: scroll;
    background-size: 70%, cover, cover;
  }
}

@media only screen and (max-width: 768px) {
  .hamburger {
    display: block; /* Show the hamburger icon */
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    text-align: center;
    width: 100%;
  }

  .nav-links li a {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .nav-links li:last-child a {
    border-bottom: none;
  }

  .cta-button {
    margin: 10px auto;
    width: 60%;
    text-align: center;
  }

  .greeter {
    position: relative;
    margin: 20% 0;
    padding: 5% 5%;
  }
  .responsive-card {
    height: 400px;
  }
  .card-content p {
    font-size: 16pt;
  }
}
@media only screen and (max-width: 680px) {
  .headers {
    font-size: 1.4em;
  }

  .sub-headers {
    font-size: 1em;
  }

  .main-banner {
    background-attachment: scroll;
    height: 90vh;
    background-size: cover;
  }
  .greeter {
    transform: translate(-0%, -7%);
  }

  h1 {
    font-size: 5vh;
    text-align: center;
    align-items: center;
    top: 0%;
    left: 20%;
  }

  p {
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
  }

  .delivery {
    background-attachment: scroll;
    height: 40vh;
    background-size: 60%, cover, cover;
  }

  .btn {
    margin-top: 0%;
  }
  .plate-lunch-container {
    height: 600px;
  }
  .responsive-card {
    flex-direction: column;
    margin: 15px;
    height: 500px;
  }

  .card-image-placeholder {
    flex: 1 1 auto;
    height: 3vh;
  }

  .card-content p {
    font-size: 1em;
  }
  .feature-card {
    height: 500px;
  }
  .feature-card h3 {
    font-size: 1rem;
  }
}

@media (orientation: landscape) {
  .section {
    height: 500px;
    animation: none;
  }
  .headers {
    animation: none;
  }
  .feature-card {
    height: 100%;
    background-size: cover;
  }
}
