/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Glegoo:wght@400;700&family=Jost:ital,wght@0,400;0,500;1,500&family=Montserrat+Alternates:wght@200;700&display=swap');

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


.yell { color:#f29100;}
.whi { color:#fff;}
.black { color: #131313;}
.oran { color: #c76d1b;}
.red { color: #c2361a;}
.bold { font-weight: 700;}
.ital { font-style: italic;}
.light { font-weight: 200;}
.fa-facebook-square { font-size: 22pt;}

.title { font-family: 'Jost', "sans-serif"; font-size:35pt; font-weight:700; line-height:35pt; text-shadow: 3px 3px 18px #000;
}
.title2 { font-family: 'Glegoo', "sans-serif"; font-size:35pt; line-height:35pt; }
.title3 { font-family: 'Montserrat Alternates', "sans-serif"; font-size:35pt; line-height:35pt; }

.sub { font-family: 'Jost', "sans-serif"; font-size:15pt; font-weight:300; line-height:18pt;}
.dish { font-family: 'Montserrat Alternates', "sans-serif"; font-weight: 700; font-size: 11pt; line-height:17pt; text-transform: uppercase; letter-spacing: 0.7px;}
.desc { font-family: 'Jost', "sans-serif"; font-size:11pt; font-weight: 400; line-height: 14pt;}
.opt { font-size:10pt; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;}

.text {
  font-family: 'Jost', sans-serif; font-weight:300; letter-spacing:1px; font-size: 17pt; line-height:18pt; text-transform:uppercase; text-shadow: 3px 3px 18px #000;}
.text a , .text a:active { font-weight:700; color:#fff;}

#footer2.text {
  font-family: 'Jost', sans-serif; font-size: 11pt; line-height:14pt;  text-shadow: none; text-transform: none; font-weight: 300; letter-spacing: 0;}
#footer2 a, #footer2 a:link, #footer2 a:active { font-family: 'Jost', sans-serif; font-size: 10pt; line-height:14pt; font-weight: 300; }
#footer2 a:hover { color:#f29100;}


#copy.text { font-family: 'Jost', sans-serif; font-size: 10pt; line-height:13pt;  text-shadow: none; text-transform: none; font-weight: 300; letter-spacing: 0;}
#copy a, #copy a:link, #copy a:active {  font-weight: 300; color:#f29100;}

@media screen and (max-width: 769px) {

.title {
  font-family: 'Jost', cursive;
	font-size: 35pt;
	line-height:40pt;}
}

@media screen and (max-width: 481px) {
.title {
	font-size: 25pt; line-height: 30pt; }
.title2 { font-family: 'Glegoo', "sans-serif"; font-size:30pt; line-height:30pt; }
.title3 { font-family: 'Montserrat Alternates', "sans-serif"; font-size:25pt; line-height:30pt; }
.sub { font-family: 'Jost', "sans-serif"; font-size:15pt; line-height:16pt;}
.dish { font-size: 10pt; line-height:16pt; letter-spacing: 0.7px;}
}


