body {
  font-family: 'Lato', sans-serif;
  margin: auto;
  max-width: 1280px;
  font-size: 16px;
}

/*The below is for the home page full page menu*/
.navMenu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navMenu a {
  font-family: 'Style Script', cursive;
  color: #2A3816;
  display: block;
  padding:30px;
  text-decoration: none;
  font-size: 48px; 
  text-transform: initial;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.navMenu a:hover {
  color: #425822;
}





/*The below is for the pages nav bar menu*/

/* Add a background color to the top navigation */
.navbar {
  background-color: #2A3816;
  border-radius: 2px;
  overflow: hidden;
  padding: 5px;
  text-align: center;
}

/* Style the links inside the navigation bar */
.navbar a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  float: left; 
  display: block;
}

/* Change the color of links on hover */
.navbar a:hover {
  color: #ffffff;
  background-color: #425822;
}

/* Add an active class to highlight the current page */
.navbar a.active {
  background-color: #526E2A;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens NEED TO TEST*/
.navbar .icon {
  display: none;
}

div.foods {
  padding: 2em; /*This is causing text to stay on one line*/
}

div.menu-items {
  line-height: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.dot {
  height: 5px;
  width: 5px;
  background-color: #2A3816;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

div.background-menu {
  position:fixed;
  bottom:0px;
  left:50%;
  margin-left: -300px;
  z-index: -1;
}

div.background-meat {
  position:fixed;
  bottom:0px;
  left:50%;
  margin-left: -320px;
  z-index: -1;
}

div.background-veg {
  position:fixed;
  bottom:0px;
  right:0px;
  z-index: -1;
}

div.background-veg-top {
  position:fixed;
  top:0px;
  right:0px;
  z-index: -1;
}

div.background-children {
  position:fixed;
  top:0px;
  left:50%;
  margin-left: -300px;
  z-index: -1;
}


img {
  max-width: 100%;
}

div.return-menu{
  position:fixed;
  bottom:0;
  left:50%;
  transform: translate(-50%, -50%);
}

h1 {
  text-align: center;
  font-family: 'Style Script', cursive;
  font-size: 90px;
  margin-bottom: 5px; 
}

h2 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px; 
}

h3 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px; 
}

p {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px; 
}

/*Tablet font size*/
@media (max-width: 849px) {
  h1 {
    font-size: 80px;
  } 

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  } 

  p {
    font-size: 16px;
  }

}

/*Mobile font size*/
@media (max-width: 549px) {
  h1 {
    font-size: 80px;
  } 

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  } 

  p {
    font-size: 16px;
  }

  div.background-menu {
    position:fixed;
    bottom:0px;
    left:0px;
    margin-left:auto;
    z-index: -1;
  }
  
  div.background-meat {
    position:fixed;
    bottom:0px;
    left:0px;
    margin-left:auto;
    z-index: -1;
  }
  
  div.background-veg {
    position:fixed;
    bottom:0px;
    right:0px;
    z-index: -1;
  }
  
  div.background-veg-top {
    position:fixed;
    top:0px;
    right:0px;
    z-index: -1;
  }

  div.background-children {
    position:fixed;
    top:0px;
    left:0px;
    margin-left:auto;
    z-index: -1;
  }
}

a.text {
  color: #2A3816;
  font-family: 'Lato', sans-serif;
  font-size: 14px; 
  color: #2A3816;
}

