* {box-sizing: border-box;
    font-family: "Roboto", sans-serif;
margin: 0; }

header li{display: inline-block;
width:  4%;
}

header>ul {padding: 0;}

header {text-align: center;}

#logo {width: 20%;
padding-top: 15px;
vertical-align: middle;}

#logo img{width:66.81px;
    height: 79,38px;}

#sec01 {height: 78vh;
background-image: url(header-bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;

}

.texto {
    position: absolute;
    top: 105%;
    left:20%;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 8px;
    font-size: 50px;
}

.texto2 {
     position: absolute;
    top: 125%;
    left:20%;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
}


.texto3 {
     position: absolute;
    top: 90%;
    left:50%;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    background: #faf5f0;
    padding: 120px 0px;
    text-align: center;
    width: 30%;
    height: 105%;
    line-height: 50px;
}

.appetizer {

    height: 9%;
    font-size: 20px;
}

.maincourse {

    height: 9%;
    font-size: 20px;
}

.drinks{

    height: 9%;
    font-size: 20px;
}

