@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/GOTHIC.TTF')  format('truetype');
	font-style:normal;
	font-weight:normal;
}
@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/GOTHICB.TTF')  format('truetype');
	font-style:normal;
	font-weight:bold;
}
@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/GOTHICBI.TTF')  format('truetype');
	font-style:italic;
	font-weight:bold;
}
@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/GOTHICI.TTF')  format('truetype');
	font-style:italic;
	font-weight:normal;
}
@font-face {
	font-family: 'Wiesbaden Swing';
	src: url('fonts/WIESBADENSWINGLTSTD-ROMAN.OTF') format('opentype');
	font-style:normal;
	font-weight:normal;
}
body {
	font-family: 'Century Gothic';
	background-image: url(https://barsanjacopino.it/wp-content/uploads/2020/04/paper_bg.png);
    background-repeat: repeat;
}
.header-grosso {
	background-color: #000;
	opacity: 1;
	margin: 0px;
}
.header-grosso:not([size]) {
	height: 6px;
}
.header-stretto {
	background-color: #000;
	opacity: 1;
	margin: 2px 0px 0px 0px;
}
.header-stretto:not([size]) {
	height: 2px;
}
.titoli h1 {
	font-size: calc(1.375rem + 4.5vw);
    font-weight: bold;
	margin: 0px;
}
.titoli hr {
	background-color: #000;
	opacity: 1;
	margin: 0px;
}
.titoli hr:not([size]) {
	height: 2px;
}
.menu-item div:nth-child(-n + 2) {
	font-size: 1.4rem;
}
.menu-item div:nth-child(3) {
	font-family: 'Wiesbaden Swing';	
	font-size: 2rem;
	line-height: 1rem;
}
.menu-item {
	margin-top: 16px;	
}
.menu-item-vini {
	font-size: 1.4rem;	
	margin-top: 12px;	
}
.menu-item-subtitle div:nth-child(2) {
	font-weight: bold;	
	font-size: 1.4rem;
}
.menu-item-subtitle {
	margin-top: 48px;	
}
.print_cocktail {
	background-image: url('../img/sfondo-cocktail.png');
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: 50% 50%;
}
.print_vini {
	background-image: url('../img/sfondo-vini.png');
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: 50% 50%;
}
.print_caffetteria {
	background-image: url('../img/sfondo-caffetteria.png');
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: 50% 50%;
}
.print_bevande {
	background-image: url('../img/sfondo-bevande.png');
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: 50% 50%;
}
.print_brioche {
	background-image: url('../img/sfondo-brioche.png');
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: 50% 50%;
}
.print_salati {
	background-image: url('../img/sfondo-salati.png');
	background-repeat: no-repeat;
	background-size: 50vw auto;
	background-position: 50% 50%;
}