/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Gudea:wght@400;700&family=Hepta+Slab:wght@300;800&display=swap');

a:link { text-decoration:none;}

.whi { color:#fff;}
.pink { color:#d90f4f;}
.blue { color:#07a1b6;}
.oran { color:#ea5d16;}
.brown { color: #5f3b11;}
.bold { font-weight:700;}

.title { font-family: 'Hepta Slab', serif; font-size:35pt; font-weight:800; line-height:35pt;
}
.subtitle { font-family: 'Hepta Slab', serif; font-size:18pt; font-weight:300; line-height:22pt; }
.dish {
  font-family: 'Gudea', sans-serif; font-weight:700; font-size: 14pt; line-height:19pt; letter-spacing:1px;}
.desc {
  font-family: 'Gudea', sans-serif; font-weight:400; font-size: 13pt; line-height:18pt; }
.text {
  font-family: 'Gudea', sans-serif; font-weight:400; font-size: 13pt; line-height:18pt;}
#adress.footer, #adress.footer a:link , #adress.footer a:active , #adress.footer a:visited  {
  font-family: 'Gudea', sans-serif; font-size: 12pt; line-height:17pt; letter-spacing: 1px; color: #5f3a11;}
#adress.footer a:hover { color:#07a1b6;}
#copy.footer { font-family: 'Gudea', sans-serif; font-size: 10pt; line-height:14pt;}
#copy.footer a , #copy.footer a:link , #copy.footer a:active , #copy.footer a:visited  { font-family: 'Gudea', sans-serif; font-size: 10pt; line-height:14pt; color: #353d3c;}


@media screen and (max-width: 769px) {
.title {
	font-size: 35pt;
	line-height:40pt;}

	}
@media screen and (max-width: 481px) {
.title {
	font-size: 25pt; line-height: 30pt; }
#copy.footer a , #copy.footer a:link , #copy.footer a:active  { font-size: 8pt; line-height:14pt;}
}



