body {
    margin: 0;
    padding: 0;
}

#nav-hidden {
	display: none;
}

#wrapper {
    
    width: 1366px;
    height: 768px;
    background-image:url(../Images/Mozz&Tomato.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}

#nav {
    
    width: 1000px;
    float: right;
    
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    
}

li {
    float: left;
    color: white;
    font-size: 20px;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


li a:hover {
    background-color: darkgreen;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  	transform: translate3d(0, 0, 0);
 	backface-visibility: hidden;
  	perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*THIS IS THE LOGO */

#Logo {
    
    width: 250px;
    height: 80px;
    padding: 20px;
    
}


/*THIS IS THE APPETIZER AND SALAD MENU*/

#AppetizerTitle {
	
	color:white;
	text-align: center;
    font-family: sans-serif;
    font-size: 150px;
    margin-top: 60px;
    margin-left: 260px;
	width:800px;
	}



    
	
	
	/*PARALLAX ONE*/


.parallax1 {
    /* The image used */
    background-color:tomato;
   
    /* Set a specific height */
    min-height: 780px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/*Font Adjustments*/
	font-family: 'Open Sans', sans-serif;
	color:white;
    margin-top: 0px;
}


#title1 {

	text-align: center;	
    padding-top:0px;
    width: 1215px;
    padding-left: 150px;
    font-size: 25px;
    padding-bottom: 50px;
    text-decoration:underline;
	
	}



#BottomInfo {
    
    color: white;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    margin-top: 200px
}


#appItems1 {
    
    margin-top: 30px;
    align-self: 
    width:683px;
    height:600px;
    float: left;
    margin-left: 100px;
    
    
}

#salads {
    
    
    margin-top: 30px;
    align-self:
    width: 683px;
    height:600px;
    float: right;
    margin-right: 120px;
    
}


/*THIS IS THE SANDWICHES AND SALADS*/

#Background2 {
    
    width: 1366px;
    height: 800px;
    background-image:url(../Images/ItalianHero.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}





/*THIS IS THE SECOND PARALLAX*/



#SandwichesandWraps {
	
	color:white;
	text-align: center;
    font-family: sans-serif;
    font-size: 150px;
    padding-top: 250px;
    margin-left: 200px;
	width:800px;
	
}

.parallax2 {
    /* The image used */
    background-color:tomato;
   
    /* Set a specific height */
    min-height: 850px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/*Font Adjustments*/
	font-family: 'Open Sans', sans-serif;
	color:white;
    
}



#Wraps {
    
    margin-top: 30px;
    align-self: 
    width:683px;
    height:350px;
    float: left;
    margin-left: 30px; 
}


#ColdSubs {
    
    width: 400px;
    margin-top: 30px;
    text-align: left;
    height:800px;
    float: right;
    margin-right: 60px;
    
}



#HotSubs {
    
    width: 300px;
    margin-top: 30px;
    text-align: left;
    height:800px;
    float: right;
    margin-right: 70px;
    
}








/*THIS IS THE BURGERS*/

#Background3 {
    
    width: 1366px;
    height: 800px;
    background-image:url(../Images/burger.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}





/*THIS IS THE THIRD PARALLAX*/



#BurgerTitle {
	
	color:white;
	text-align: center;
    font-family: sans-serif;
    font-size: 150px;
    padding-top: 140px;
    margin-left: 150px;
	width:1000px;
	
}

.parallax3 {
    /* The image used */
    background-color:tomato;
   
    /* Set a specific height */
    min-height: 800px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/*Font Adjustments*/
	font-family: 'Open Sans', sans-serif;
	color:white;
    
    
}


#Burgers {
    
    margin-top: 30px;
    align-self: 
    width:800px;
    height:350px;
    float: left;
    margin-left: 320px; 
    height: 550px;
    font-size: 40px;
}


#burgerimage {
    
    width: 100px;
    height: 100px;
    margin-left: 580px
}

















/*THIS IS THE STROMBOLI*/

#Background4 {
    
    width: 1366px;
    height: 800px;
    background-image:url(../Images/stromboli.png);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}





/*THIS IS THE FOURTH PARALLAX*/



#stromboliTitle {
	
	color:white;
	text-align: center;
    font-family: sans-serif;
    font-size: 150px;
    padding-top: 140px;
    margin-left: 150px;
	width:1000px;
	
}

.parallax4 {
    /* The image used */
    background-color:tomato;
   
    /* Set a specific height */
    min-height: 900px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/*Font Adjustments*/
	font-family: 'Open Sans', sans-serif;
	color:white;
    
    
}


#Strombolis {
    
    margin-top: 30px;
    width:500px;
    height:350px;
    float: left;
    margin-left: 80px;
    height: 550px;
    font-size: 
}


#Calzones {
    
    margin-top: 30px;
    width:500px;
    height:350px;
    float: right;
    height: 550px;
    margin-right: 150px;
}
















/*THIS IS THE PASTA*/

#Background5 {
    
    width: 1366px;
    height: 800px;
    background-image:url(../Images/Pasta.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}





/*THIS IS THE FOURTH PARALLAX*/



#PastaTitle {
	
	color:white;
	text-align: center;
    font-family: sans-serif;
    font-size: 220px;
    padding-top: 220px;
    margin-left: 160px;
	width:1000px;
	
}

.parallax5 {
    /* The image used */
    background-color:tomato;
   
    /* Set a specific height */
    min-height: 950px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/*Font Adjustments*/
	font-family: 'Open Sans', sans-serif;
	color:white;
    
    
}


#Pasta {
    
    margin-top: 30px;
    width:300px;
    height:350px;
    float: left;
    margin-left: 200px;
    height: 550px;
    font-size: 
}



#Pasta2 {
    
    margin-top: 20px;
    width:300px;
    height:350px;
    float: right;
    margin-left: 80px;
    height: 550px;
    margin-right: 200px;
}






















/*THIS IS THE DINNERS TAB*/

#Background6 {
    
    width: 1366px;
    height: 800px;
    background-image:url(../Images/ChickenParm.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}





/*THIS IS THE SIXTH PARALLAX*/



#dinnerTitle {
	
	color:white;
	text-align: center;
    font-family: sans-serif;
    font-size: 250px;
    padding-top: 220px;
    margin-left: 80px;
	width:1000px;
	
}

.parallax6 {
    /* The image used */
    background-color:tomato;
   
    /* Set a specific height */
    min-height: 880px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/*Font Adjustments*/
	font-family: 'Open Sans', sans-serif;
	color:white;
    
    
}


#dinners {
    
    margin-top: 30px;
    width:500px;
    height:350px;
    float: left;
    margin-left: 500px;
    height: 550px;
    font-size: 25px
}

















/*THIS IS THE BEVERAGES TAB*/

#Background7 {
    
    width: 1366px;
    height: 800px;
    background-image:url(../Images/Soda.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}





/*THIS IS THE SEVENTH PARALLAX*/



#beverageTitle {
	
	color:white;
	text-align: center;
    font-family: sans-serif;
    font-size: 200px;
    padding-top: 280px;
    margin-left: 50px;
	width:1000px;
	
}

.parallax7 {
    /* The image used */
    background-color:tomato;
   
    /* Set a specific height */
    min-height: 550px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/*Font Adjustments*/
	font-family: 'Open Sans', sans-serif;
	color:white;
    
    
}


#beverages {
    
    
    width:300px;
    height:350px;
    float: left;
    margin-left: 560px;
    height: 550px;
    font-size: 25px
}



































/*THIS IS THE DESSERTS TAB*/

#Background8 {
    
    width: 1366px;
    height: 800px;
    background-image:url(../Images/Tirimisu.png);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}





/*THIS IS THE EIGTH PARALLAX*/



#dessertTitle {
	
	color:white;
	text-align: center;
    font-family: sans-serif;
    font-size: 200px;
    padding-top: 280px;
    margin-left: 110px;
	width:1000px;
	
}

.parallax8 {
    /* The image used */
    background-color:tomato;
   
    /* Set a specific height */
    min-height: 520px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	/*Font Adjustments*/
	font-family: 'Open Sans', sans-serif;
	color:white;
    
    
}


#desserts {
    
    
    width:300px;
    height:350px;
    float: left;
    margin-left: 560px;
    height: 550px;
    font-size: 25px
}



/*FOOTER*/
#footer {
    
    
    width: 1366px;
    height: 250px;
    background-color: darkgreen;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 14px;
    

}




/*THIS IS THE TABLET AND BEGINNING OF HABURGER STYLE NAVIGATION*/
@media (max-width:1201px) {
	
	#nav {
		display: none;
	}
	
	#nav-hidden {
		display: block;
	}
	/*NAVIGATION BEGINNING*/
a
{
  text-decoration: none;
  color: white;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: darkslateblue;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: white;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  height: 370px;
  background: none;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}



body
{
  margin: 0;
  padding: 0;
  
  /* make it look decent enough */
  color: white;
  font-family: "Avenir Next", "Avenir", sans-serif;
}

/*NAVIGATION ENDING*/
	
	img {
		display: none;
	}
	
	a:hover {
		color: green;
	}
	
	#AppetizerTitle {
		font-size: 60px;
	}
	
	#BottomInfo {
		font-size: 12px;
		text-align: left;
	}
	
	#SandwichesandWraps {
		font-size: 80px;
	}
	
	#BurgerTitle {
		font-size: 80px;
	}
	
	#stromboliTitle {
		font-size: 80px;
	}
	
	#PastaTitle {
		font-size: 80px;
	}
	
	#dinnerTitle {
		font-size: 80px;
	}
	
	#beverageTitle {
		font-size: 80px;
		width: 100px;
		padding-left: 350px;
	}
	
	#dessertTitle {
		font-size: 80px;
		padding-left: 100px;
		height: 200px;
	}
	
	#Background2 {
		height: 500px;
	}
	
	#Background3 {
		height: 500px;
	}
	
	#Background4 {
		height: 500px;
	}
	
	#Background5 {
		height: 500px;
	}
	
	#Background6 {
		height: 500px;
	}
	
	#Background7 {
		height: 500px;
	}
	
	#Background8 {
		height: 500px;
	}
	
	li {
		font-size: 14px;
	}
	
	#Appetizers1 {
		float: left;
	}
	
	#salads {
		float: left;
		margin-left: 300px;
	}
	
	
	#Wraps {
		float: left;
	}
	
	#HotSubs {
		float: left;
		height: 400px;
	}
	
	#ColdSubs {
		float: left;
	}
	
	ol {
		height: 400px;
	}
	
	#Burgers {
		font-size: 22px;
	}
	
	#Strombolis {
		float: left;
	}
	
	#Calzones {
		float: left;
		margin-left: 40px;
	}
	
	#Pasta {
		float: left;
	}
	
	#Pasta2 {
		float: left;
		margin-left: 40px;
	}
	
	#dinners {
		height: 400px;
		width: 400px;
	}
	
	#beverages {
		width: 200px;
		height: 500px;
	}
	
	#desserts {
		padding-right: 60px;
	}
	
	.parallax1 {
		height: 400px;
	}
}






/*THIS IS THE PHONE MEDIA QUERY*/
@media (max-width:1010px) {
	
	#AppetizerTitle {
		font-size: 40px;
	}
	
	#BottomInfo {
		font-size: 8px;
		text-align: left;
	}
	
	#SandwichesandWraps {
		font-size: 50px;
	}
	
	#BurgerTitle {
		font-size: 50px;
	}
	
	#stromboliTitle {
		font-size: 50px;
	}
	
	#PastaTitle {
		font-size: 50px;
	}
	
	#dinnerTitle {
		font-size: 50px;
		height: 100px;
		padding-right: 20px;
	}
	
	#beverageTitle {
		font-size: 50px;
		width: 100px;
		padding-left: 350px;
	}
	
	#dessertTitle {
		font-size: 50px;
		padding-left: 100px;
		height: 200px;
	}
	
	#Background2 {
		height: 500px;
	}
	
	#Background3 {
		height: 500px;
	}
	
	#Background4 {
		height: 500px;
	}
	
	#Background5 {
		height: 500px;
	}
	
	#Background6 {
		height: 500px;
	}
	
	#Background7 {
		height: 500px;
	}
	
	#Background8 {
		height: 500px;
	}
	
	li {
		font-size: 14px;
	}
	
	#Appetizers1 {
		float: left;
	}
	
	#salads {
		float: left;
		margin-left: 300px;
	}
	
	
	#Wraps {
		float: left;
	}
	
	#HotSubs {
		float: left;
		height: 400px;
		width: 200px;
	}
	
	#ColdSubs {
		float: left;
	}
	
	ol {
		height: 400px;
	}
	
	#Burgers {
		font-size: 22px;
	}
	
	#Strombolis {
		float: left;
	}
	
	#Calzones {
		float: left;
		margin-left: 40px;
		height: 300px;
		width: 300px;
	}
	
	#Pasta {
		float: left;
	}
	
	#Pasta2 {
		float: left;
		margin-left: 40px;
	}
	
	#dinners {
		height: 400px;
		width: 300px;
		margin-left: 200px
	}
	
	#beverages {
		width: 200px;
		height: 500px;
	}
	
	#desserts {
		padding-right: 60px;
	}
	
	strong {
		padding-right: 100px;
	}
	
	
}


@media (max-width:907px) {
	
	li {
		font-size: 10px;
	}
}


/*THIS IS THE PHONE MEDIA QUERY*/
/*@media (max-width:350px) {
	
	#wrapper {
		width: 100%;
	}
}*/




