/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;700&family=Zilla+Slab:ital,wght@0,300;0,600;1,300&display=swap');

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


.yell { color:#e5c200;}
.whit { color:#fff;}
.black { color:#000;}
.bold { font-weight:600;}

.title {
  font-family: 'Zilla Slab', cursive;
	font-size: 9.5vw;
	font-weight:600; letter-spacing:5pt;
	line-height:10vw;
}

.subtitle {
  font-family: 'Zilla Slab', serif;
	font-size: 2.9vw; font-weight:300; text-transform: uppercase; letter-spacing: 3pt; }
.subtitle a, .subtitle a:hover {color:#fff;}
.section {
  font-family: 'Zilla Slab', cursive;
	font-size: 4em;
}

.subtitle-2 {
  font-family: 'Oxygen', sans-serif;
	font-size: 1.6em;}  
.tel {
  font-family: 'Oxygen', sans-serif;
	font-size: 14pt; line-height:20pt;}
.text {
  font-family: 'Zilla Slab', serif;
    color: #fff;
	font-size: 14pt; line-height:20pt;}
	
#copyright.text { font-size: 10pt;font-family: 'Oxygen', sans-serif;}

.dish {
	font-family: 'Zilla Slab', sans-serif;
	font-size: 1.3em;
	letter-spacing: 1pt;
	text-transform: uppercase;
	line-height: 1.6em;}

.descr {
	font-family: 'Oxygen', sans-serif;
	font-size: 1.25em; line-height: 1.35em;
	color:#414040;}
  
#menu.text
{
  font-family: 'Oxygen', sans-serif;
    color: #fff;
	font-size: 10pt;
	font-weight: 300;
	letter-spacing: 2pt;
	  }



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

.title {
	font-size: 12vw;
	line-height:12vw;
}
.subtitle {
	font-size: 3.5vw;
	  }
	}
@media screen and (max-width: 481px) {
.title {
	font-size: 65pt; line-height: 60pt;
}
.subtitle { font-size: 18pt; letter-spacing: 3pt; }
.text { font-size: 15pt; }  
.tel {	font-size: 16pt; line-height:20pt;}
#menu.text {
	font-size: 9.5pt;
	letter-spacing: 2pt;
	  }
.section
{
	font-size: 4em;
}
#copyright.text {font-size: 9pt; line-height: 11pt;}
}



