/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Poppins:ital,wght@0,300;0,500;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: #1b1b1b; text-decoration:none; }
a:visited { color: #1b1b1b;}
a:active { color: #f37721; }

.fa-wine-glass { font-size: 13pt; vertical-align: middle; margin-right: 2px;}
.fa-wine-bottle { font-size: 13pt; vertical-align: middle; margin: 0 2px 0 6px;}
.fa-square-facebook { font-size: 24pt; line-height: 25pt;margin-top: 6px; color:#d22329;}
.fa-square-facebook:hover { color: #fff; transition: 0.5s ease; font-size: 26pt;}

.whi { color:#fff;}
.bei { color:#eeeae0;}
.red { color:#d22329;}
.black { color: #1b1b1b;}
.yell { color: #f99d1e;}
.bold { font-weight: 500; font-style: normal;}
.ita { font-style: italic;}
.lig { font-weight: 300; font-style: normal;}
.fa-location-dot { color: #d22329;}

.title { font-family: 'Poppins', cursive; font-size: 50pt; line-height:45pt;}
.sub { font-family: 'Poppins', sans-serif; font-size: 12pt; line-height: 17pt; font-weight: 700;}
.sub2 { font-family: 'Poppins', sans-serif; font-size: 12pt; line-height: 17pt; font-style: italic;}
.txt { font-family: 'Poppins', sans-serif; font-size: 15pt; line-height:19pt;}
.dish { font-family: 'Poppins', sans-serif; font-size: 11pt; line-height:19pt; font-weight: 700;}
.prc { font-weight: 500;}
.desc { font-family: 'Poppins', sans-serif; font-size: 10pt; line-height:14pt; font-weight: 300; display: block; font-style: italic; margin: -0.8% 0 1% 4%;}

.copy, #copy { font-family: 'Poppins', sans-serif; font-size: 8pt; line-height:12pt; font-weight: 400;}
.copy a, #copy a { color: #fff; font-weight: 400;}
.copy a:hover, #copy a:hover { color: #f99d1e;}

footer .txt { font-family: 'Poppins', sans-serif; font-size: 9pt; line-height:14pt;}
footer .txt a { color: #fff;}
footer .txt a:hover { color: #d22329;}


@media screen and (max-width: 581px) {
    .dish { font-size: 12pt; line-height:20pt;}
    .desc { font-size: 11pt; line-height:15pt;}

}



