@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap');
html, body {
    padding: 0;
    margin:0;
    width:100%;
    height:100%;
    font-size:0;
    font-family: 'Comfortaa', cursive;
    color:#000;
    font-weight: 400;
    text-align:center
}
body {
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
h1 {
    font-size:27px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}
.links a {
    display:block;
    width:100%;
    font-size:27px;
    text-transform: uppercase;
    color:#fff;
    height:50px;
    line-height:50px;
    background-color:#602e15;
    text-decoration:none;
    border-bottom:1px solid #fff;
}
img.logo {
    height: 50px;
    width: auto;
    display:inline-block;
}
.header_logo {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #602e15;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.menu_list {
    font-size:16px;
    padding-left: 10px;
    padding-right: 10px;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    width: 100%;
    display: block;
}
.menu_list > ul {
    margin-bottom: 50px;
}
.category {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.position {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.position > img {
    width: 100px;
    border-radius: 15px;
}
.position > div {
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
}
.position > * {
    margin-bottom: 5px;
}
.p_name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
.p_weight_price {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.home_nav {
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home_nav a.home_logo {
    width: 100%;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 10px 0px #000 inset;
}
.home_nav a.home_logo img {
    height: 80px;
}
.home_kuhnya, .home_bar, .home_pizza, .home_banket {
    height: calc(26vh - 30px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/kuhnya_back.jpg);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    width: 100%;
    color:#fff;
    text-decoration: none;
}
.banket_nav .home_kuhnya, .banket_nav .home_bar {
    height: calc(48vh - 30px);
}
.home_bar {
    background-image: url(../images/bar_back.jpg);
}
.home_pizza {
    background-image: url(../images/pizza_back.jpg);
}
.home_banket {
    background-image: url(../images/banket_back.jpg);
}
.home_kuhnya:before, .home_bar::before, .home_pizza::before, .home_banket::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.home_kuhnya span, .home_bar span, .home_pizza span, .home_banket span{
    z-index: 2;
    position: relative;
}