/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background: #DEE4D7 url(Images/top\ mouf.png) no-repeat;
    background-size: contain;

}

#logo {
    width: 20%;
    margin: auto;
    justify-content: center;
    padding-top: 4.5%;
    padding-right: 0.5%;
}
a{
    color: #6A9363;
    text-decoration: none;
    
}
.navbar {
    display: none;
}
  
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px
  }
  
  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container li {
    list-style: none;
  }
  
  .navbar .nav-container a {
    text-decoration: none;
    color: #07350c;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
  }
  
  .navbar .nav-container a:hover{
      font-weight: bolder;
  }
  
  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
  }
  
  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }



nav {
    position: sticky;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: space-evenly;
	color: #6A9363;
    text-align: center;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
}

#howto {
    width: 100%;
    text-align: center;
    margin-right: 10%;
   
    
}
#howto h2 {
    padding-bottom: 10%;
}

#hero {
    width: 100%;
    padding-bottom: 5%;
}

h1 {
    color: #6A9363;
    text-align: center;
    font-family: Unbounded;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
}

h2 {
    color: #000;
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p{
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  
}

h3{
    color: #000;
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 50%;
}

h4{
    color: #F5F5F5;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

h5{
    color: #F5F5F5;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#head {
  padding-bottom: 7%;
}

img {
    width: 100%;
}


#column1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}
#words {
    width: 40%;
}
#pics {
    width: 40%;
}
#header1 {
    padding-bottom: 10px;
}
#words {
    text-align: right;

    font-size: 25px;
    padding-top: 10px;
   
}




#column2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}
#header2 {
    padding-bottom: 10px;

}
#wordz {
    text-align: left;
    font-size: 25px;
    padding-top: 10px;
    width: 40%;
}

#plates {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* display none */

#columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#iconz{
    width: 6%;
}
#minilogo {
    width: 25%;
    padding-left: 35%;
}

#left {
    text-align: center;
    justify-content: center;
}
#middle {
    color:#F5F5F5;
    text-align: center;
    width: 25%

}

h5{
    padding-bottom: 10%;
}

#head h1 {
    padding-top: 6%;
}

.logo {
    width: 20%;
}
.columns {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: -23vw;
}

.left {

    width: 30%;

    text-align: center;
}

.middle {

    width: 30%;
    text-align: center;
}

.right {
 
    width: 30%;

    text-align: center;
}
#footer {
    background: #DEE4D7 url(Images/bottom\ mouf.png) center bottom no-repeat;
    background-size: 100%;
    padding-top: 25vw;

}

@media screen and (max-width: 600px) {
    nav {
      display:none;
    }
    .navbar {
      display: block;
    }
  }
    h1 {
        font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 20px;
    }
    p{
        font-size: 14px;
    }
    #pics {
        width: 60%;
    }


}

@media screen {max-width: 400px;) {
    h1 {
        font-size:18px ;
        width: 100%;
    }
    .navbar {
        display: block;
      }

    h2 {
        font-size: 16px;
        font-weight: 200;
    }
}
    
}


#headz {
    margin-top: 6%;
}
#hero2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#header3 {
    text-align: left;
    margin-top: 5%;
}
#text {
    width: 30%;
    margin-left: .5%;
    padding: 6%;
    padding-top: 6%;
}
#heroimg {
    width: 45%;
    margin-left: 6%;
    padding-top: 8%;
}

#pplpic {
    margin-top: 7%;
}







/* where menu ccs starts */
ul {
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 2%;
    
}
#columnzz h2{
    padding-bottom: 4%;
}

#pageheader {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 10%;
}
#menuplate {
    width: 40%;
}

#columnzz {
   display: flex;
   flex-wrap: wrap;
}
#sammiches{
    background-color: #6a93636b;
    width: 100%;
    margin-top: 5%;
    padding-left: 10%;
    
}
#textleft {
    float: left;
    width: 28.7%;
    padding-top: 12%;
}

#textleft h1{
    text-align: left;
    margin-bottom: 5%;
}
    

#textmiddle {
    float: left;
    width: 27.66%;
    padding-top: 16%;
    padding-left: 6%;
}
#sammypics {
    float: right;
    width: 25%;
}


#saladz h1{
    text-align: right;
}

#saladz {
    width: 100%;
    display: flex;
}

#saladz img {
    justify-content: left;
    width: 30%;
    float: left;
}

#textmiddlez {
    width: 27%;
    float: right;
    padding-top: 2%;
    text-align: right;
    padding-right: 5%;
}

#textrightz {
    width: 27%;
    float: right;
    padding-top: 6.1%;
    padding-right: 6%;
    text-align: right;
}


#soupsnsides{
    background-color: #6a93633a;
    width: 100%;
    margin-top: 5%;
    padding-left: 10%;
}

#souppix {
    width: 30%;
    float: right;
}

#dezzetpiz{
    width: 30%;
    float: left;
}

#dezzertz h1{
   text-align: right; 
}
