@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Zilla+Slab:wght@300;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap');

.bla { color:#000;}
.whi { color:#fff;}
.blue { color:#038d91;}
.yell { color:#fabd02;}
.oran { color:#db4811;}
.bold { font-weight: 600;}
.red { color:#ee2e3b;}

a { text-decoration:none; color:inherit;}
a:visited { text-decoration:none; color:inherit;}

.under { font-family: 'Zilla Slab', serif; font-size: 40pt; letter-spacing:1px; line-height: 35pt;}
.menu {font-family: 'Zilla Slab', serif; font-size: 12pt; letter-spacing: 2pt; }
.cont { font-family: 'Zilla Slab', serif; font-size: 18pt; letter-spacing:1px;}
.copy {font-family: 'Zilla Slab', cursive; font-size: 10pt; letter-spacing: 0pt; font-weight:600;}
#foot2.menu , #foot2.menu a { font-size: 10pt;font-weight:600;}
#foot2.menu a:hover {color:#038d91;}
#foot2 .copy a {color:#db4811;}

.title {font-family: 'Zilla Slab', serif; font-size: 9vw; position: absolute; text-align: center; margin-top:8%;  width: 100%;}
.title2 {font-family: 'Caveat Brush', cursive; font-size: 45pt;  text-align: center; line-height:43pt;}
.sub { font-family: 'Roboto Condensed', cursive; font-size: 14pt; line-height: 16pt;font-weight:700; letter-spacing:1pt;}
.text { font-family: 'Roboto Condensed', cursive; font-size: 12pt; line-height: 16pt;font-weight:300;}
.dish { font-family: 'Zilla Slab', cursive; font-size: 12pt; text-align: 16pt; font-weight:600; display:block; margin-top: 3%; letter-spacing: 1pt; text-transform:uppercase;}
#section-menu1 .prc  { color:#038d91;}
#section-menu2 .prc  { color:#db4811;}


@media only screen and (max-width: 481px) {
.title {font-size: 14vw; margin-top:4%;}
.title2 { font-size: 35pt;}
.dish { font-size:13pt; line-height:17pt;}
.text { font-size: 13pt; line-height:17pt;}
.under { font-family: 'Zilla Slab', serif; font-size: 30pt; letter-spacing:1px; line-height: 28pt;}
.menu {font-family: 'Zilla Slab', cursive; font-size: 20pt; letter-spacing: 0;}
.cont { font-family: 'Zilla Slab', serif; font-size: 15pt; letter-spacing:1px;}
}