/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Stint+Ultra+Expanded&family=Ultra&display=swap');

a:link { text-decoration:none;}

.whi { color: #fff; }
.bei { color: #ddd2b7; }
.bla { color: #261a0e; }
.oran { color: #f37e30;}
.yell { color: #f9ac31;}
.blue { color: #3d8d8a;}
.bold {	font-weight: 800; }
.light {font-weight: 400; }

.fa-solid { color: #ddd2b7; font-size: 14pt; }
a .fa-brands { color: #fff;}
a .fa-brands:hover { color: #ddd2b7;}

.text {font-family: 'Montserrat', sans-serif;}
.title-sec {font-family: 'Ultra', serif; font-size: 5.6vw;}
.title { font-family: 'Stint Ultra Expanded', sans-serif; font-size: 4.4vw; font-weight:800; line-height:4.5vw;}
.sub { font-family: 'Montserrat', sans-serif; font-size: 14pt; font-weight:500; line-height:18pt;}
.dish { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12pt; line-height:20pt; letter-spacing: 1px; text-transform: uppercase;}
.price { font-family: 'Montserrat', sans-serif; font-weight: 500;}
.desc { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 11pt; line-height:15pt; display: block; margin-left: 20px; margin-bottom: 3px;}
.opt { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 12pt; line-height:16pt;}

#menu a:link, #menu a:active, #menu a:visited { color: #ddd2b7; font-family: 'Montserrat', serif; font-weight:700; font-size: 10pt; letter-spacing: 1pt; margin-right: 10px;}
#menu a:hover { color: #de6d12; }
#menu a .active { color: #de6d12; }

#foot-1.text { font-family: 'Montserrat', serif; font-size: 11pt; font-weight: 500; line-height: 15pt; }
#foot-1 .site, #foot-1 a:link, #foot-1 a:visited { font-family: 'Montserrat', serif; font-size: 9pt; font-weight: 400; letter-spacing: 1px; color: #261a0e; line-height: 15pt; color: #261a0e;}
#copy.text { font-family: 'Montserrat', serif; font-size: 8pt; font-weight: 400; color: #ddd2b7;}

@media only screen and (max-width: 481px) {
.title { font-size: 26pt; line-height: 29pt; }
.title-sec { font-size: 40pt;}
.dish { font-size: 11pt; line-height:17pt;}
}