/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;600&family=Just+Another+Hand&family=Montserrat+Alternates:wght@300;700;900&display=swap');

.green { color:#0e778c;}
.blue { color:#0f4a73;}
.blue2 { color:#1a7abc;}
.yell { color: #fac01d;}
.yell2 { color:#ffcd2f;}
.oran { color: #df1928;}
.whi { color: #fff;}
.bro { color: #895b12;}
.black { color: #000;}
.bold { font-weight:700;}
.lig { font-weight:300;}

a {
	text-decoration: none;
}
.fa {
	color: #19a2b0;
	vertical-align: baseline;
}
.fa:hover {
	color: #ec432e;
	vertical-align: baseline;
}
.text {
    font-family: 'Barlow', Calibri, Arial, sans-serif;
    font-size: 1.6vw;
	font-weight: 300;
}
.text2 {
    font-family: 'Barlow', Calibri, Arial, sans-serif;
    font-size: 13pt; line-height: 17pt;
	font-weight: 300;
}
.sub {
    font-family: 'Barlow', Calibri, Arial, sans-serif;
    font-size: 1.6vw;
	font-weight: 600;
    letter-spacing: 1.5pt;
}
.title3 { font-family: 'Montserrat Alternates', cursive; font-size: 20pt; line-height: 26pt;}
.title3 a, .title3 a:link { color: #fac01d; font-weight: 700;}
.fontitle {
  font-family: 'Barlow', Calibri, Arial, sans-serif;
    color: #771a5e;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.435em;
	letter-spacing: 0.5px;
	  }
.desc {
    font-family: 'Barlow', Calibri, Arial, sans-serif;
    font-size: 11pt;
	font-weight: 300;
	line-height: 15pt;
}
.dish {
  font-family: 'Montserrat Alternates', Calibri, Arial, sans-serif;
	font-size: 12pt;
	font-weight: 600;
	line-height: 16pt;
	letter-spacing: 0.5px;
	font-style:normal;
	  }
.foot, .foot a,  .foot a:link {
    font-family: 'Barlow', Calibri, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	line-height: 15pt;
    letter-spacing: 1px;
    color: #fff;
}

.title { font-family: 'Montserrat Alternates', Calibri, Arial, sans-serif; font-size: 4.2vw; font-weight: 900; line-height: 4vw;}
.title2 { font-family: 'Just Another Hand', cursive; font-size: 6vw;line-height: 4vw;}
	  
@media screen and (max-width: 769px) {
.foot, .foot, .foot a,  .foot a:link { font-size: 8pt; line-height: 13pt;}
.title { font-size: 30pt; }
.title2 { font-size: 48pt;}
.title3 { font-size: 18pt; line-height: 22pt; }
.text { font-size: 13pt; line-height: 16pt;}
.text2 { font-size: 12pt; line-height: 16pt;}
.sub { font-size: 14pt; line-height: 16pt;}
}

@media screen and (max-width: 581px) { 
.text { font-size: 14pt; line-height: 18pt;}
.sub { font-size: 15pt; line-height: 19pt;}
.fontitle {
  font-family: 'Barlow', Calibri, Arial, sans-serif;
    color: #771a5e;
	font-size: 1.3em;
	font-weight: 900;
	line-height: 1.435em;
}
}


