body {
  overflow-x: hidden;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}
.foodScrty {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;

}

.topnav h1 {
  font-size: 2.6rem;
}
/* for italic and bold */
.itBold {
  font-style: italic;
  font-weight: bold;
}

/* Banner */

.banner h1 {
  font-weight: 700;
  font-size: 3rem;
  padding-left: 2rem;
}
.banner h4 {
  font-weight: 500;
  font-size: 1.5rem;
  padding-left: 2rem;
  margin-top: 0;
}
.banner h6{
  padding-left: 2rem;
  font-weight: 400;
  font-size: 1rem;
}
.mob {
  width: 100vw;
}
/* Common */
.item-img {
  height: 40vh;
}
.item-img-two {
  width: 50vw;
  height: auto;
}
.text{
  line-height: 2.5rem !important;
  font-size: 1.2rem;
  
}
.text-one {
    width: 40vw;
    line-height: 2.5rem !important;
    font-size: 1.2rem;
}
.text-two {
    width: 30vw;
    line-height: 2rem !important;
    margin: 0;
}


.item-one {
  padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
    align-items: center;
    gap: 2rem;
}
.item-two{
    padding-left: 2rem;
    padding-top: 1rem ;
    display: flex;
    flex-direction: row;
    justify-content:space-between !important;
    gap: 3rem !important;
}
.item-three {
  padding: 0rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item-ref {
    padding-left: 2rem;
}
.cost-per-meal {
  margin-left: 8rem;
}

.subhead {
  background-color:#EEE;
  margin-left: 2rem;
  margin-top: 5rem;
  padding: .7rem 0rem .7rem .3rem;
  font-size: 1.6rem;
}
.subhead-two {
  margin-left: 2rem;
}
.text-two{
    line-height: 1.7rem !important;
}

/* references */

.link-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
      gap: 10px 20px; /* row gap / column gap */
      list-style: none;
      counter-reset: linkCounter; /* reset counter */
      padding: 0;
      margin: 0;
      background-color: #e2e3de;
    }

.link-grid li {
      counter-increment: linkCounter; /* increase counter */
    }

.link-grid li a {
      display: block;
      padding: 8px 12px;
      text-decoration: none;
      border-radius: 6px;
      color: #333;
      transition: background 0.2s;
    }

.link-grid li a::before {
      content: counter(linkCounter) ". "; /* numbering */
      font-weight: bold;
      color: #f5b97f;
    }

.link-grid li a:hover {
      background: #EE8B29;
    }


.nav.icon {
    height: auto;
    width: 80px;
    display: flex;
}

.footer-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #041E42;
    margin-top: 0rem;
    color: white;
    text-align: center;

}

.footer-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;

}
.footer-link li {
    list-style-type: none;
}
.footer-link li a {
    text-decoration: none;
    color: white;  
}
.footer-link li a:hover {
    text-decoration: underline gold;
}
.footer-social ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.7rem;
    padding: 0;
    margin-top: 2rem;
}

.footer-social img {
    width: 20px;
    height: auto;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-radius: 4px;
    background-color: white;
}
.footer-social ul li{
    list-style-type: none;   
}
.footer-social img:hover{
    filter: blur(.5px);
}
/* Tab */
@media screen and (min-width: 40em) and (max-width: 1256px){

    .topnav h1 {
        font-size: 2.3rem !important;
    }

    }

/* Phone */
@media (width < 40em) {
  .banner h1 {
    font-size: 1.2rem;
    padding: 0;
    text-align: center;
  }
  .topnav {
  gap: 0.9rem !important;
  padding: .5rem 0rem .5rem .6rem !important;
}
.nav.icon {
    height: auto;
    width: 60px;
    display: flex;
}
    .banner h4 {
    font-size: 1rem;
    padding-left: 1rem;
  }
  .banner h6 {
    margin-bottom: 0rem;
    padding-left: 1rem;
  }
  .subhead {
    margin-left: 5px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .subhead-two {
  margin-left: 1rem;
}

    .mob {
    width: 100vw;
    height: 40vh;
    padding: 0;
  }
  .text{
  line-height: 2rem!important;
  font-size: 1rem;
  margin-left: 5px;
  margin-right: 5px;
  
}
.item-img {
  width: 100vw;
  height: auto;
}
  .item-img2 {
    width: 100vw;
    height: 280px;
  }

.item-img-two {
  width: 96vw;
  height: auto;
}
.cost-per-meal {
  margin: 0;
  width: 100vw;
}

  .item-one, .item-two{
    flex-direction: column;
    padding-left: .3rem;
    padding-right: .3rem;
    padding-bottom: .5rem;
  }
  .item-three {
  padding: 0rem;
}

  .footer-link {
    gap: 1rem;
 }

.text-one, .text-two {
    width: 96vw;
    padding: 0px 5px 0px 5px;
    line-height: 2rem!important;
    font-size: 1rem;
}
.link-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 0px; /* row gap / column gap */
}
.link-grid li a {
  padding: 6px 5px;
  font-size: small;
}
.item-ref {
  padding: 0;
}

 }


/* navBar */


.topnav {
  display: flex;
  align-items: center;
  background-color:#041E42 ;
  gap: 3rem;
  padding: .8rem 0rem .8rem 1.4rem;
  position: sticky;
  top: 0;
  z-index: 9999;
}

@media (width <= 65em) {
  .topnav {
      padding-block: 1rem;
  }}
.topnav h1 {
  margin: 0;
  color: white;
  padding: 0.8rem 0rem;
}
@media (width <= 65em) {
  .topnav h1 {
      font-size: 1.2rem;
  }}

/* Default is for mobile */
.responsive-heading .desktop {
  display: none;
}

/* Show desktop heading on larger screens */
@media (min-width: 768px) {
  .responsive-heading .mobile {
    display: none;
  }
  .responsive-heading .desktop {
    display: inline;
  }
}

/* Tableau css issues */
