/* debug frames */
/* p { border: 1px dashed #000; } */
/* div { border: 1px dashed #636; } */

:root {
    --bg-color: #162;
    --bg-image: url(static/bg/3-25.png);
    --menu-bg: #0004;
    --palette1: #ed9;
    --palette2: #a52;
    --palette3: #532;
    --palette4: #000;
    background: #000;
}

html {
    background-image: url(static/bg/1.png);
}
body {
    /* background-image: url(static/bg/3-25.png); */
    color: var(--palette1);
    /* font-family: "Love Ya Like A Sister", cursive; */
    /* font-family: "Sancreek", serif; */
    /*font-family: "Saira Condensed", sans-serif; */
    /* font-family: "Ojuju", sans-serif; */
    font-family: "Noto Serif sans-serif";
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

nav {
    background-color: var(--palette1);
    color: var(--palette4);
}

nav a {
    color: var(--palette2);
    font-family: "Love Ya Like A Sister", serif;
    font-size: 2em;
    font-variation-settings: "wdth" 100;
    margin-left: 50px;
    text-decoration: none;
}

ul.contact {
    display: inline-block;
    width: 24%;
    position: relative;
    top:.5em;
}

.menu-image1 {
    background-image: url(img/big_yash1_trans_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: saturate(0.5) brightness(2);
    width: 20%;
    min-height: 12em;
    display: inline-block;
    position: relative;
    top:.5em;
}
.menu-items {
    display: inline-block;
    width:50%;
    position: relative;
    top:.5em;
}

h1 {
    font-family: "Sancreek", serif;
    font-weight: 300;
}
h2 {
    font-family: "Love Ya Like A Sister", cursive;
    font-weight: 600;
}
.dish-type-description {
    font-size: 150%;
}
.ojuju-<uniquifier> {
  font-family: "Ojuju", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-<uniquifier> {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

div.spacer {
    height: 3ch;
}

.dish-item {
    width: 40ch;
    height: auto;
    display: inline-block;
    vertical-align: top;
    background-color: var(--palette1);
    color: var(--palette3);
    font-size: 125%;
    padding: 0.3ch;
    margin: 0.3ch;
    margin-bottom: 3ch;
}
.dish-item img {
    border: 1px solid var(--palette4);
}
.dish-item .main-image {
    width: 100%;
    height: auto;
    float: left;
}
.dish-item .other-image {
    width: 40%;
    height: auto;
    float: left;
}


@media screen and (max-width: 60ex) {
.dish-item {
    width: 100%;
}
.dish-item .main-image {
    width: 98%;
}
.dish-item .other-image {
    width: 40%;
}
