 :root{
    --Primary:red;
   --secondary:blue;
   --light:white;
   --dark:black;
   --text-lg: 30px;
   --text-md: 20px;
  --text-sm:16px;
}

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

.body{
  background-image: url(../images/amala247\ background\ red.jpg);
  
}

.food-menu{
  color: var(--light);
  font-size: 40px;
  font-family: 'lobster two';
  padding-top: 200px;

}


.display-style{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 150px;
   
    
}

.display-style h2{
font-size: 25px;
font-family: 'lobster two';

}

.display-style table tr :hover{
  background-color: #FFFFFF2D;
  
}

.swallow-list{
   color: var(--light);
   border: 2px solid var(--light);
   border-radius: 10px;
   width: 450px;
   height: 270px;
   padding: 14px;
   margin-left: 240px;
   margin-bottom: 18px;
   font-size: 15px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   
   
 }


.hide{
    visibility: hidden;
    opacity: 0.0;
}

.food-name a{
text-decoration: none;
color: var(--light)

}

.food-price{
    padding-left: 180px;
    color: var(--light)
}

.swallow-list td{
   padding-top: 5px;
}

/* BREAKFAST SECTION */

.breakfast-list{
  color: var(--light);
  border: 2px solid var(--light);
  border-radius: 10px;
  width: 450px;
  height: 270px;
  padding: 14px;
  margin-right: 135px;
  margin-bottom: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  
}

.breakfast-list td{
  padding-top: 5px;
}



/* MEAL SECTION */

.meal-list{
    color: var(--light);
    border: 2px solid var(--light);
    border-radius: 10px;
    width: 450px;
    height: 540px;
    padding: 18px;
    margin-left: 240px;
    margin-top: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }

  .meal-list td{
    padding-top: 10px;
  }

  /* SOUP SECTION */

  .soup-list{
    color: var(--light);
    border: 2px solid var(--light);
    border-radius: 10px;
    width: 450px;
    height: 540px;
    padding: 18px;
    margin-right: 135px;
    margin-top: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }

  .soup-list td{
    padding-top: 10px;
  }

  /* PROTEIN SECTION  */
  .protein-list{
    color: var(--light);
    border: 2px solid var(--light);
    border-radius: 10px;
    width: 450px;
    height: 540px;
    padding: 18px;
    margin-left: 240px;
    margin-top: 35px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  .protein-list td{
   padding-top: 21px;
  }

  /* SAUCE SECTION */
  .sauce-list{
    color: var(--light);
    border: 2px solid var(--light);
    border-radius: 10px;
    width: 450px;
    height: 540px;
    padding: 18px;
    margin-right: 135px;
    margin-top: 35px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }

  .sauce-list td{
    padding-top: 10px;
  }

  /* DRINK SECTION */
  .drink-list{
    color: var(--light);
    border: 2px solid var(--light);
    border-radius: 10px;
    width: 600px;
    height: 540px;
    padding: 18px;
   margin-left: 350px;
   padding-left: 100px;
   margin-top: 35px;
   margin-bottom: 100px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;

    
  }

  .drink-list td{
    padding-top: 21px;
  }
/* MEDIA QUERY */
  @media screen and (max-width:550px) {
    /* food-menu header */
    .food-menu{
      font-size: 25px;
      padding-top: 20px;
    }
    /* food-list */


   .display-style div{
    margin-left: -0px;
    margin: 10px;
    width: 500px;
   }
   .meal-list{
    height: 700px;
   }

   .protein-list{
    height: 600px;
   }

  }

  /* MEDIA QUERY */

  @media screen and (max-width:280px){
    .display-style h2{
      font-size: 10px;
       }

    .display-style td{
      font-size: 10px;
      
    }

    .food-price{
      padding-left: 80px;
      
      
    }
  }
  @media screen and (max-width:390px){
    .display-style h2{
      font-size: 20px;
       }

    .display-style td{
      font-size: 14px;
      
    }

    .display-style div{
      width: 400px;
      
    }
    
  }

  @media screen and (min-width:820px){
    .display-style div{
      
      width: 50%;
      margin: 0  
    }

    .meal-list{
      height: 700px;
    }
    .soup-list{
      height: 700px;
    }

    .protein-list{
      height: 700px;
    }

    .sauce-list{
      height: 700px;
    }
  }


  @media screen and (min-width:768px){
    .display-style div{
      
      width: 50%;
      margin: 0  
    }

    .meal-list{
      height: 700px;
    }
    .soup-list{
      height: 700px;
    }

    .protein-list{
      height: 700px;
    }

    .sauce-list{
      height: 700px;
    }
  }

  @media screen and (min-width:1024px){
    .navbarcontainer{
      font-size: 7.5px;
    }

    .footer-items h3{
      font-size: 14px !important;
    }

    .footer-items a img{
      width: 200px !important;
      margin-left: -50px !important;
    }

    .connect-us a{
      font-size: 11px !important;
      padding-top: 5px !important;
    }


  }