*{
    box-sizing:border-box;
    margin: 0;
    padding :0;
}
body{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(img.food);
    background-size: cover;
    background-repeat: no-repeat;


}
header{
    font-family:'Lato',serif;
    background-color:rgb(189, 190, 77);

}
nav{
    width:100%;
    height:50px;
    color:black;
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
    padding:0 15px;
    font-family:'monoscope','serif';
}
.home{
    display:inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.home a {
    color: #fff;
    text-decoration: none;
    margin-top: 50px;
    font-size: 18px;
    margin-left: 25px;
    transition: color 0.3s;
}
.home a:active{

    background-color: #222;
    color: #fff;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;

}
.home a:hover{
    width:50%;
	background-color:rgba(0, 0, 0, 0.205);
}
.home i{
     font-size: 25px;
    vertical-align:middle;
}
.logo{
    font-size:3em;
    font-family:'Lato',serif;
    padding-top:70px;
}
.p1{
    font-family:'monoscope',serif;
    font-size:25px;
    line-height: 40px;
}
.float-right{
    padding-right: 100px;
    margin-top: 25px;
    font-family:'monoscope',sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section{
    padding:50px;
    border-bottom:1px ;
    overflow:hidden;


}
.main-part{
    margin-top: 300px;
    height:350px;
    width:100%;
    background-color: transparent;
    color: white;
}

footer {
    background-color:rgb(189, 190, 77);
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
