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

.green { color:#0e778c;}
.blue { color:#0e778c;}
.blue2 { color:#19a2b0;}
.yell { color: #fdc131;}
.yell2 { color:#ffcd2f;}
.oran { color: #ec432e;}
.whi { color: #fff;}
.black { color: #000;}
.bold { font-weight:700;}

a {
	color: #19a2b0;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 1.7em;

}
a:link {
	color: #19a2b0;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
a:visited {
	color: #19a2b0;
	text-decoration: none;
}
a:hover {
		color: #ec432e;
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
}
a:active {
	color: #19a2b0;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.fa {
	color: #19a2b0;
	vertical-align: baseline;
}
.fa:hover {
	color: #ec432e;
	vertical-align: baseline;
}
.fontitle {
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
    color: #771a5e;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1.435em;
	letter-spacing: 0.5px;
	  }
.fontwhite
{
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
    color: #fff;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.435em;
	  }
.fontbrown
{
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
    color: #000;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.435em;
}
.food {
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	line-height: 1.435em;
	letter-spacing: 0.5px;
	font-style:normal;
	  }
.fontext {
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.435em;
}
.foot {
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
    color: #f5833b;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.435em;
}
.foodmenu {
   	font-size: 2em;
	line-height: 1.435em;
	font-family: 'Just Another Hand', cursive;
	letter-spacing: 0.5px;
	font-weight: 200;
 }
.foodmenu a:hover {font-weight: 200;}
.title { font-family: 'Montserrat', Calibri, Arial, sans-serif; font-size: 4.2vw; font-weight: 900;}
.title2 { font-family: 'Just Another Hand', cursive; font-size: 6vw;}
	  

@media screen and (max-width: 60em) {
.foot {
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
    color: #f5833b;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.435em;
}
.title { font-size: 30pt; }
.title2 { font-size: 48pt;}
}

@media screen and (max-width: 30.5em) { 
.foot {
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
    color: #f5833b;
	font-size: 1.15em;
	font-weight: 300;
	line-height: 1.435em;
}
.fontitle {
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
    color: #771a5e;
	font-size: 1.3em;
	font-weight: 900;
	line-height: 1.435em;
}
.fontwhite
{
  font-family: 'Montserrat', Calibri, Arial, sans-serif;
    color: #fff;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.435em;
}
}


