*{
    box-sizing: border-box;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

header li {
    display: inline-block;
    width: 4.5%;
}

#home{
    color: tan;
    text-decoration: none;
}

.header{
    color: black;
    text-decoration: none;
}

.header:hover {
    color: tan;
    transition: 0.15s;
}

ul {
    padding: 0%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px;
    letter-spacing: 2px;
}

header {
    text-align: center;
    background-color: white;
    position: sticky;
    top: 0;
    padding: 6px, 0px, 6px, 0px;
    z-index: 1;
}

#logo {
    width: 21%;
    vertical-align: middle;
    padding: 10px;
    position: sticky;
}

#logo img {
    width: 66.81px;
    height: 79.88px;

}


#rooftop {
    background-image: url(header-bg.png);
    height: 78vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#ViewMenu {
    background-image: url(view-menu-bg.png);
    position: fixed;
    height: 180px;
    width: 92px;
    left: 0.5px;
    top: 44%;
}

#BookaTable {
    background-image: url(book-table-bg.png);
    position: fixed;
    height: 180px;
    width: 92px;
    right: 0.5px;
    top: 44%;
}

#tituloroof {
    text-align: center;
    color: rgb(255, 255, 255);
    box-sizing: fair;
    margin: 0;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 10.8px;
}

#tituloroof h1 {
    font-family: "Playfair Display", serif;
    font-size: 72px;
    margin-bottom: 20px;
}


hr {
    height: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    box-sizing: content-box;
}

#aFine {
    width: 445px;
    height: 38.59px;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin: 0px 0px 16px;
    padding: 8px 0px 0px;
    text-align: center;
    text-transform: uppercase;
}
#secaoroof {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#esquerda {
    display: inline-block;
    width: 49%;
}
.lorem {
    font: "Roboto", sans-serif;
    font-size: 15px;
    margin-bottom: 50px;
    color: rgb(102, 102, 102);
    height: 198px;
}
#esquerda h1 {
    
    font-size: 48px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    font-weight: lighter;
    margin: 0px 0px 20px;
}

#direita {
    display: inline-block;
    background: #FAF5F0;
    padding-top: 150px;
    list-style-type: none;
    height: 1175px;
    width: 47%;
    vertical-align: middle;
}
.section1 {
    
    width: 75%;
    height: 1140px;
    margin: auto;
    
}
#direita h3 {
    font-size: 21px;
    font-family: "Playfair Display", serif;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 100;
}

#viewmenu{
    rotate: 90deg;
    font-size: 13px;
    position: relative;
    top: 50%;
}

#book{
    rotate: 270deg;
    color: #FAF5F0;
    font-size: 13px;
    position: relative;
    top: 46%;
}

#book:hover{
    transform: rotate(90deg);
    color: black;
    transition: 0.25s;
}

#viewmenu:hover{
    transform: rotate(-90deg);
    color: tan;
    transition: 0.25s;
}

.prato{
    text-align: center;
    margin: 10px;
}

.desc{
    text-align: center;
    color: rgb(102, 102, 102);
}
.titulop{
    margin: 50px;
}

.cardapio{
    margin: 40px;
}

.fotos_pratos {
    width: 60%;
    margin: auto;
 }
 
 .img1 {
    display: inline-block;
    position: relative;
    top: -170px;
    left: 50px;
    overflow: hidden;
 }
 
 .img2 {
    display: inline-block;
    position: relative;
    top: -30px;
    left: 75px;
    overflow: hidden;
 }
 
 .img3 {
    display: inline-block;
    position: relative;
    top: -170px;
    left: 150px;
    overflow: hidden;
 }
 
 .img4 {
    display: inline-block;
    position: relative;
    left: 175px;
    overflow: hidden;
 }
 
 .img1:hover img {
    transform: scale(1.3);
    filter: brightness(30%)
 }
 
 .img2:hover img {
    transform: scale(1.3);
    filter: brightness(30%)
 }
 
 .img3:hover img {
    transform: scale(1.3);
    filter: brightness(30%)
 }
 
 .img4:hover img {
    transform: scale(1.3);
    filter: brightness(30%)
 }

 #fullmenu{
    color: white;
    background-color: #ad9966;
    padding: 15px 30px;
    border: 1px solid #ad9966;
    letter-spacing: 2px;
    border-radius: 0px;
    text-decoration: none;
 }

  #fullmenu:hover{
    color: #ad9966;
    background-color: white;
    transition: 0.75s;
 }

 .reservae{
    display: inline-block;
    width: 49%;
    background: #faf5f0;
 }

 .reservad{
    display: inline-block;
    width: 45%;
    position: relative;
    left: 5%;
    margin-top: 200px;
 }

 .titulos{
    font-size: 48px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    font-weight: lighter;
    margin-bottom: 20px;
    
 }

 .reserve{
    padding: 120px 50px 240px;
    position: relative;
    left: 10%;
 }

 #enviar{
    background: black;
    color: white;
    width: 200px;
    height: 50px;
    letter-spacing: 2px;
    position: relative;
    left: 75%;
 }

 #enviar:hover{
    border: 1px solid #ad9966;
    background: white;
    color: #ad9966;
    
 }

 #nome{
    position: relative;
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
 }
 #data{
    position: relative;
    width: 49.5%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
 }

  #hora{
    position: relative;
    width: 50%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
 }

   #convidados{
    position: relative;
    width: 49.5%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
 }


   #Budget{
    position: relative;
    width: 50%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
 }

#nomecont{
    position: relative;
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
}

#email{
    position: relative;
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
}


#telefone{
    position: relative;
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
}

#Mensagem{
    position: relative;
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
}

#chef-esquerda{
    position: relative;
    left: 10%;
    display: inline-block;
    vertical-align: middle;
}

#chef-direita{
    position: relative;
    left: 20%;
    display: inline-block;
    background-image: url(chefs-quotes.jpg);
    height: 778px;
    width: 540px;
    vertical-align: middle;
}

#carrossel{
    background-image: url(callaction-bg.jpg);
    height: 450px;
    width: 99%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    left: 11.6%;
    margin-top: 100px;
}