* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none; 
}

/* === Base Layout and Theme === */
body {
  font-family: 'Segoe UI', sans-serif;background-color: rgb(34, 34, 34);
  color: #333;
}

.pageWrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin:0 auto;
  background-color: #fff;
  padding: 0 0 50px 0;
  box-shadow: 0px 5px 3px 3   px rgba(0,0,0,.4);
}

/* HEADER SECTION - CONSISTS OF NAVBAR ONLY */
header {
  width: 1080px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.334);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.navbar {
  position: fixed;
  top: 0;

  width: 1080px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.334);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  /* margin-bottom: 80px; */
  z-index: 1000;
}

.logo {
  font-weight: bold;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.navbar .logo a{
  text-decoration: none;
  color: #333;
}

nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

.order-button {
  background-color: red;
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 999px; /* pill shape */
  text-decoration: none;
  font-weight: bold;
}

/* HERO SECTION - IMMEDIATELY FOLLOWS HEADER/NAV */
#hero, #hero2, #hero3, #hero4 {
  display: flex;
  align-items: center;
  justify-content: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
  width: 1080px;
  overflow: hidden;
  /* padding-top: 80px; */
  /* margin:80px 0 0 0; */
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.306);
}

.filterBG {
display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.163);
  height: 80vh;
  width: 100vw;
  padding-right: 2rem;
  /* width: fit-content; */
  /* padding: 0;
  margin: 0; */
}

#hero {
  background-image: url("images/houseDrawing.png");
}

#hero2 {
  background-image: url("images/checkoutDrawingClean.png");
  background-size: 90vw;
  overflow: hidden;
  background-position: bottom-right;
}

#hero3 {
      height: 50vh;
  background-image: url("images/cafeteria1B.jpeg");
    background-size: 100vw;
  overflow: hidden;
  /* background-position: bottom-left; */
}

#hero4 {

  background-image: url("images/nontmTaco6.jpg");
    background-size: 80vw;
  overflow: hidden;
  /* background-position: bottom-left; */
}


/* .banner{
    color: #333;
    background-color: rgb(255, 225, 0);
    width: 100vw;
    text-align: center;
    margin-bottom: 1rem;
} */

.hero-text {
  background-color: rgb(32, 114, 9);
  padding:2rem;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* font-size: 90%;; */
  /* border: 3px solid white; */
  border-radius: 25px;;
  margin-right: 50px;;
  height: auto;
  width: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.436);
}

.hero-image {
  /* width: 700px; */
    height: 50vh;
  margin:0;
}

.hero-image2 {
  width: 40vw;;
  height: auto;
  margin:0;
}

.hero-image3 {
  width: 30vw;
  /* height: auto; */
  margin:0;
}

main {
  width: 60vw;
  background-color: white;
  padding: 20px;
  margin:1rem 0 0 0;
  
}

.banner{
    color: #333;
    background-color: rgb(255, 225, 0);
    text-align: center;
    margin:0 auto;
    margin-bottom: 1rem;
    /* width: 60vw; */
}

.banner a {
  color: #333;
  text-decoration: none;
}
/* === Sections === */
section {
  padding: 2rem;
}

#about{
  margin:0 auto;
  padding: 0 auto;
}

/* === Gallery (About Us) === */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  /* margin-top: 1rem; */
  margin:1rem auto;
}

.gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

#soloLogo {
  /* border:2px solid red; */
  text-align: center;
  margin:0 auto;
}

#soloLogo img {
  /* border: 2px solid blue; */
  width: 50%;
  height: 300px;
  margin:0 auto;
}

/* === Menu (The Cafeteria) === */
#menu {
  margin-top: 0;
  margin-bottom:1rem;
  padding:1rem 2rem;
  background-color: #980800;
  border-radius: 25px;
  display:flex;
  flex-direction: column;
}

#menu h2{
  align-self: center;
  text-decoration: underline;
  color: rgb(255, 243, 194);
    text-shadow: 2px 2px 2px rgb(7, 7, 7);
}

#menu ul{
  list-style: none;
}
/* #menu .spacer{
    padding-top:.5rem;
    visibility: hidden;
} */

#menu ul li {
  font-size: 1rem;
  font-weight:400;
  color:rgb(255, 255, 255);
}
#menu .lineHeader {
  font-weight: bold;
  font-size: 1.3rem;
  color: rgb(255, 243, 194);
  text-shadow: 1px 1px 2px rgb(7, 7, 7);
}

#menu .menuNotes {
    color: black;
    font-weight: bold;
  }

  #location {
    visibility: hidden;
  }
#location2 {
  margin-right:10px;
  background-color: #141414;
  border-radius: 30px;
  color: cornsilk;
padding: 2rem;
      height:60vh;
      width: 50%;
}

.details {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: fit-content; */
          height:60vh;
          gap:20px;
}
/* === Article Links (About Us) === */
.articles a {
  display: block;
  margin: 0.5rem 0;
  color: #c0392b;
  text-decoration: none;
}

.articles a:hover {
  text-decoration: underline;
}

/* === Footer === */
footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
}

  .hours-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    background-color: #fff5aa;
    padding: 2rem;
  border-radius: 30px;
  height:60vh;
    width: 50%;
  }

  .hours-container ul {
      list-style: none;
      padding-top: .5rem;;
  }
  #orderForm{
    border:2px solid black;
    border-radius: 25px;
  }

    #business-status {
    font-weight: bold;
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
  .open {
    color: rgb(0, 170, 0);
  }
  .closed {
    color: red;
  }

/* ####################################### */
/* === MEDIA QUERIES (MOBILE PHONE) === */
@media (max-width: 768px) {
    .pageWrapper, main, header, section, .footerMsg{
        width: 100vw;;
        margin:0;
        padding: 0;
    }

.hero-text {
  border-radius:0;
}
    .footerMsg{
        width: 90vw;;
        margin:0 auto;
        padding: 1rem;
    }


    #about, .aboutIntro, .community {
      width: 90vw;
      margin: 0 auto;
      padding: 1rem 0;
    }
    .navbar {
        width: 100vw;;
    }
    
    .logo {
    font-size: .8rem;
    width:20vw;
    }
    .navbar nav ul {
        display: flex;
        font-size: .7rem;;
    }

  .hero-image2 {
    width: 50vw;
  }

  .hero-text{
    margin:0;
    width: 50vw;
  }

  .hero-text h1 {
    padding-top: 10px;;
    line-height: 1.6rem;;
  }

  #hero, #hero2, #hero3, #hero4 {
    height: 30vh;
    width: 100vw;
    overflow: hidden;
  /* padding-top: 80px; */
    background-size: cover;
    padding: 0;
    margin-bottom: 10px;
  }

  nav ul {
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    gap: 0.4rem;
  }

  .order-button {
    padding: 0.4rem 0.5rem;
    font-size: 0.8rem;
  }

  .gallery{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    padding:0 auto;
    margin:0 auto;
    margin-bottom: 1rem;;
  }

  .gallery img {
    object-fit: cover;
    transition: none;
  }

  .gallery img:hover {
    transform:none;
  }

  .gallery .galleryLogo {
    height:250px;
  }
  .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100vw;
    height: auto;
    margin:0;
    padding: 0;
  }

   #location2, .hours-container, #contact, #orderForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:90vw;
    height: auto;
    margin:0 auto;
    padding: 1rem;
  }

  #menu {
    display: flex;
    flex-direction: column;
    width:90vw;
    height: auto;
    margin:0 auto;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  #orderForm {
    margin-bottom: 1rem;;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .pageWrapper, main, header, section, .footerMsg{
      width: 100vw;;
      margin:0;
      padding: 0;
  }

  .hero-text {
    border-radius:0;
  }

  .footerMsg{
      width: 90vw;;
      margin:0 auto;
      padding: 1rem;
  }


  #about, .aboutIntro, .community {
    width: 90vw;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .navbar {
      width: 100vw;;
  }
    
    .logo {
    font-size: 1rem;
    width:20vw;
    }
    .navbar nav ul {
        display: flex;
        font-size: .9rem;;
    }

  .hero-image2 {
    width: 50vw;
  }

  .hero-text{
    margin:0;
    width: 50vw;
  }

  .hero-text h1 {
    padding-top: 10px;;
    line-height: 1.6rem;;
  }

  #hero, #hero2, #hero3, #hero4 {
    height: 30vh;
    width: 100vw;
    overflow: hidden;
  /* padding-top: 80px; */
    background-size: cover;
    padding: 0;
    margin-bottom: 10px;
  }

  nav ul {
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    gap: 0.4rem;
  }

  .order-button {
    padding: 0.4rem 0.5rem;
    font-size: 0.8rem;
  }

  .gallery{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90vw;
    padding:0 auto;
    margin:0 auto;
    margin-bottom: 1rem;;
  }

  .gallery img {
    object-fit: cover;
    transition: none;
    height:300px;
  }

  .gallery img:hover {
    transform:none;
  }

  .gallery .galleryLogo {
    height:auto;
  }
  .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100vw;
    height: auto;
    margin:0;
    padding: 0;
  }

   #location2, .hours-container, #contact, #orderForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:90vw;
    height: auto;
    margin:0 auto;
    padding: 1rem;
  }

  #menu {
    display: flex;
    flex-direction: column;
    width:90vw;
    height: auto;
    margin:0 auto;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  #orderForm {
    margin-bottom: 1rem;;
  }
}



