
*{
    box-sizing: border-box;
    margin: 0;
    font-family: "Roboto", sans-serif;
}



ul{
    padding: 0;
}

header li {
    display: inline-block;
    width: 5%;
    vertical-align: middle;
}

header{
    position: fixed;
    width: 100%;
    padding-top: 14px;
    text-align: center;
    position: sticky;
    background-color: white;
}

#section01{
    height: 78vh;
    background-image: url(header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dourado{
    color: rgba(151, 123, 10, 0.87);
}

#logo{
    width: 20%;
    vertical-align: middle;
    padding: 1%;
    width: 66.81px;
    height: 79.38px;
}

.header{
    position: fixed;
    text-align: center;
    position: sticky;
    background-color: white;
    height: 100px;
    padding-top: 14px;
}

.nome{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: white;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 10.8px;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
    font-family: "playfair";
}

#txb{
    font-family: "Roboto", sans-serif;
    font-size: small;
}

    
.booktable{
    background: url(book-table-bg.png) no-repeat center;
    right: 0;
    position: fixed;
    top: 52.5%;
     min-height: 180px;
    transform: translateY(-50%);
    width: 92px;}

    .booktable p a {
        color: white;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
    }

    .booktable p {
        -webkit-transform: rotate(270deg) translate(-82px, 16px);
        -moz-transform: rotate(270deg) translate(-82px, 16px);
        -ms-transform: rotate(270deg) translate(-82px, 16px);
        -o-transform: rotate(270deg) translate(-82px, 16px);
        transform: rotate(270deg) translate(-82px, 16px);
    }

    
   .viewmenu{
    background: url(view-menu-bg.png) no-repeat center;
    left: 0;
    position: fixed;
    top: 52.5%;
    min-height: 180px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 92px;
   }

   .viewmenu p {
   
    -moz-transform: rotate(90deg) translate(90px, 16px);
    -ms-transform: rotate(90deg) translate(90px, 16px);
    -o-transform: rotate(90deg) translate(90px, 16px);
    transform: rotate(90deg) translate(90px, 16px);

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
   }

   .viewmenu p a {
    color: black;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
   
   
   
   p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.godown{
    position: relative;
    margin-top: -52px;
    z-index: 222222;
    text-align: center;
}

.godown .godownimg {
    cursor: pointer;
    -webkit-animation: go-up-down 2.5s infinite 0s;
    -moz-animation: go-up-down 2.5s infinite 0s;
    -o-animation: go-up-down 2.5s infinite 0s;
    animation: go-up-down 2.5s infinite 0s;
}
   