/*
      ___         ___                                       ___     
     /\  \       /\  \         _____                       /\  \    
    /::\  \     /::\  \       /::\  \                     /::\  \   
   /:/\:\__\   /:/\:\  \     /:/\:\  \                   /:/\:\  \  
  /:/ /:/  /  /:/ /::\  \   /:/ /::\__\   ___     ___   /:/  \:\  \ 
 /:/_/:/  /  /:/_/:/\:\__\ /:/_/:/\:|__| /\  \   /\__\ /:/__/ \:\__\
 \:\/:/  /   \:\/:/  \/__/ \:\/:/ /:/  / \:\  \ /:/  / \:\  \ /:/  /
  \::/__/     \::/__/       \::/_/:/  /   \:\  /:/  /   \:\  /:/  / 
   \:\  \      \:\  \        \:\/:/  /     \:\/:/  /     \:\/:/  /  
    \:\__\      \:\__\        \::/  /       \::/  /       \::/  /   
     \/__/       \/__/         \/__/         \/__/         \/__/    

*/



/* CSS RESET */




/* HERE IS THE BREAK POINT FOR SMARTPHONE*/

@media screen and (max-width: 479px) {
      header #restaurant-name,
      header nav, 
      header nav li {
            float: none;
            text-align: center;
            width: 100%;
      }

      header {
            padding-bottom: 20px;
      }





/* HERE IS THE BREAKPOINT FOR A TABLET */

@media screen and (min-width: 480px) and (max-width: 1365px) {


}

/*HERE IS THE BREAKPOINT FOR A LAPTOP/DESKTOP */

@media screen and (min-width: 1366px) and (max-width: 1919px) {


}
