/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@400;800&family=Montserrat:wght@400;700&family=Patrick+Hand&display=swap');

a:link { color: #fff; text-decoration:none; }
a:visited { color: #fff }
a:active { color: #f37721; }

.oran { color: #df6631;}
.wine { color:#dd3545;}
.beige { color:#f6e4b0;}
.yell { color:#fbab1f;}
.whi { color:#fff;}
.black { color:#000;}
.bold { font-weight:800;}

.fa-facebook-square { color:#ab4220; font-size: 20pt; margin-bottom: 0.6%;}

.title { font-family: 'BioRhyme', sans-serif; font-size: 5vw; line-height: 4.2vw;}
.subtitle {
  font-family: 'Patrick Hand', serif; font-size: 19pt; letter-spacing:1px;}
.subtitle2 {
  font-family: 'BioRhyme', serif; font-size: 22pt; font-weight:800; }
.txt {
  font-family: 'Montserrat', sans-serif; font-size: 1.4vw; font-weight:400; letter-spacing:1pt;}
.dish { font-family: 'Montserrat', serif; font-size: 12pt; text-transform: uppercase; letter-spacing:2pt; font-weight:700; line-height:18pt;}  
.desc {
  font-family: 'Montserrat', sans-serif; font-size: 11pt; line-height: 15pt;}
.opt { font-family: 'Montserrat', sans-serif; font-size: 11pt; line-height: 15pt; width: 90%; display:block; margin: 1% 0 0 5%; font-weight:700;
}
.prc { font-family: 'Montserrat', serif; font-size: 12pt; text-transform: uppercase; letter-spacing:2pt; font-weight:400; line-height:18pt; color:#dd3545;}
#footer .txt {
  font-family: 'Montserrat', sans-serif; font-size: 9pt; font-weight:400; letter-spacing:0; line-height: 20pt;}
.map, .map a:link, .map a:active, .map a:visited { font-family: 'Montserrat', sans-serif; font-size: 7pt; letter-spacing:1pt; color:#f6e4b0;}
.map a:hover { color: #ab4220;}

.order:hover { cursor: pointer; color: #ab4220;}

@media screen and (max-width: 769px ) {
.title { font-size: 38pt; line-height: 40pt;}
.subtitle { font-size: 18pt; line-height:20pt;}
.dish { font-size: 12pt; } 
.price { font-size: 12pt; } 
.txt { font-size:3vw; line-height: 3.6vw;}
}
@media screen and (max-width: 581px ) {
.title { font-size: 24pt; line-height:26pt; font-weight: 800;}
.subtitle { font-size: 17pt; line-height: 20pt; }
.subtitle2 { font-size: 19pt; line-height: 23pt; }
.text { font-size:20pt;}
}