*{
    margin: 0;
    padding: 0;
    border: 0;
}

html, body, header{
    height:100%;
}

       .header{
           height: 50px;
           width: 100%;
           margin: 0px auto;
           position: fixed;
           top: 0px;
		   z-index: 100;
}

       .container{
            width: 100%;
            margin: 70px auto;
            height: 2000px;
		   z-index: 100;
}

        .logo{
            float: left; 
            padding: 0;
			z-index: 100;
}

        nav{
            float: right;
			z-index: 100;
}
        
        nav ul{
            margin:0; 
            padding: 0; 
            list-style: none;
			z-index: 100;
}
        
        nav li{
            display: inline-block; 
            margin: 30px; 
            padding-top: 30px;
            position: relative;
			z-index: 100;
}
        
        nav a{
            color: #7b573e; 
            text-decoration: none; 
            text-transform: uppercase; 
            font-size: 20px;
			z-index: 100;
}
    
        nav a:hover{
            color:#5e1211;
			z-index: 100;
}
        
        nav a::before{
            content: ''; 
            display: block; 
            height: 5px;
            background-color: #5e1211; 
            position: absolute; 
            top: 0;
            width: 0;
            transition: all ease-in-out 250ms;
			z-index: 100;
}
        
        nav a:hover:before{
            width: 100%;
			z-index: 100;
}  

       #main{
           overflow: auto;
           padding-bottom: 100px;
           margin-top: 30%;
           margin-left: auto;
           margin-right: auto;
    }

body, html{
	height: 100%;
	margin: 0;
	front-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	color: #d7c5b7;
}

.pimg1, .pimg2, .pimg3{
	position: relative;
	opacity: .8;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	background-attachment: fixed;
}

.pimg1{
	background-image:url('images/basil-594168.jpg');
	min-height: 100%;
}

.pimg2{
	background-image:url('images/noodles-2733636.jpg');
	min-height: 400px;
}

.pimg3{
	background-image:url('images/italian-food-2157243.jpg');
	min-height: 400px;
}

.section{
	text-align: center;
	padding: 50px 80px;
}

.section-light{
	background-color: #543136;
	opacity: .6
}

.section-dark{
	background-color: #543136;
}

.ptext{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #d7c5b7;
	font-size: 80px;
	letter-spacing: 8px;
	text-transform: capitalize;
}

.ptext .border{
}