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

@font-face {
    font-family: 'Entyporegular';
    src: url('fonts/entypo.eot');
    src: url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo.woff') format('woff'),
         url('fonts/entypo.ttf') format('truetype'),
         url('fonts/entypo.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

.gold { color:#a27d41;}
.yell { color: #f6b02d;}
.blue { color: #054e63;}
.blue2 { color: #87aba9;}
.red { color: #b4462c;}
.whi { color:#fff;}
.black { color: #071f2c;}
.bold { font-weight: 700;}
.fa-facebook-f { font-size: 18pt; color:#a27d41;}
.fa-pepper-hot { color: #b4462c;}
.fa-seedling { color:#87aba9;}
.fa-map-pin { color:#b4462c;}


.title { font-family: 'Yrsa', serif; font-size: 4vw; line-height: 3.2vw; font-weight: 700;}
.ital { font-family: 'Yrsa', serif; font-size: 4vw; line-height: 3.8vw; font-weight: 300; font-style: italic; }
.sub { font-family: 'Yrsa', serif; font-size: 15pt; line-height: 14pt; font-weight: 300; font-style: italic; }
.sub2 { font-family: 'Yrsa', serif; font-size: 2.6vw; line-height: 3vw; font-weight: 300;}
.sub2 a { color: #054e63;}

.text {
  font-family: 'Yrsa', serif; font-weight:300; font-size: 16pt; line-height:21pt;}
.text a , .text a:active { color:#efe3d5;}

.footer .text { font-family: 'Yrsa', serif; font-size: 12pt; text-transform: uppercase; letter-spacing: 2pt; font-weight: 500;}
.footer .tel { font-family: 'Yrsa', serif; font-size: 14pt; font-weight: 300;}
.footer a, .footer a:visited { color: #054e63;}
.footer a:hover { color: #a27d41;}

.sitemap, .sitemap a, .sitemap a:active { font-family: 'Yrsa', serif; font-size: 9pt; text-transform: uppercase; letter-spacing: 2pt; font-weight: 500; color: #75adac; line-height: 16pt;}
.sitemap a:hover { color: #fff;}

.copy { font-family: 'Jost', sans-serif; font-size: 9pt; font-weight: 300;}
.copy a, .copy a:active { color: #a27d41; font-weight: 300;}
.copy a:hover { color: #fff;}

.desc { font-family: 'Jost', sans-serif; font-size: 11pt; font-weight: 400; line-height: 14pt; color: #071f2c;margin-left: 3%;}
.dish { font-family: 'Yrsa', serif; font-size: 14pt; font-weight: 600; line-height: 15pt; letter-spacing: 0.4px; color: #071f2c; display: block; margin-top: 2.5%;}
.opt { display: block; margin-left: 5%;font-family: 'Jost', sans-serif; font-size: 10pt; font-weight: 500; text-transform: uppercase;}

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

.title {
	font-family: 'Yrsa', serif;
	font-size: 32pt;
	line-height:34pt; }
.ital {
	font-size: 34pt; line-height: 34pt; }
.sub {
	font-size: 14pt; line-height: 17pt; }
.sub2 {
	font-size: 22pt; line-height: 32pt; }
.dish { font-size: 14pt; line-height: 18pt; margin-top: 1%;}
	
.footer .text { font-size: 11pt;}
.footer .tel { font-size: 13pt;}
}

@media screen and (max-width: 481px) {
.title {
	font-size: 30pt; line-height: 30pt;
	}
.sitemap { font-size: 8pt;}
.dish { font-size: 11pt; line-height: 15pt;}
}


