body {
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.6em;
	font-family: 'Playfair Display', serif;
}

h3 {
	font-size: 1.25rem;
}

ul li {
	margin-bottom: 0.5em;
}

a,
a:hover {
	color: #77353d;
}

img {
	width: 100%;
}

table {
	background-color: #fff;
}

.logo {
	width: 100%;
}

.FISAR-logo {
	position: absolute;
	top: 0;
	right: 10px;
	text-align: center;
}

.FISAR-logo img {
	width: 52px;
}

.hamburger-icon {
	fill: #fff;
	width: 30px;
}

.wrapper {
	height: 100vh;
}

.loghi-appartenenza {
	height: 80px;
	width: auto;
}

.menu-bar {
	background: #77353d;
	position: relative;
	flex: 0 0 270px;
}

.menu-bar a {
	color: #fff;
	font-size: 0.9em;
}

.nav-link {
	padding: .5rem .6rem;
}

.nav-link:hover {
	background: rgba(0,0,0,0.2);
	color: #fff;
}

.nav-link.active {
	background: rgba(0,0,0,0.2);
}

.dropdown-menu {
	background-color: #5f2a31;
}

#hamburger {
	display: none;
	position: absolute;
	top: 85px;
	z-index: 9;
	background-color: #77353d;
	width: 100%;
}

#hamburger p {
	margin-bottom: 0.6em;
}

#hamburger a {
	color: #fff;
	padding: 0.6em;
	font-size: 0.9em;
	cursor: pointer;
}

#hamburger a {
	text-decoration: none;
}

#hamburger .dropdown a:hover {
	background: rgba(0,0,0,0.2);
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	color: #fff;
}

.content {
	background: #f2f2f2;
	min-height: 100vh;
	position: relative;
	flex: 1;
}

.content a {
	font-weight: bold;
	text-decoration: underline;
}

.content-wrapper {
	max-width: 1100px;
}

.mappa-column {
	columns: 3 280px;
    column-gap: 20px;
    list-style: none;
    padding: 0;
}

.mappa-column li {
	margin: 0;
    padding: 8px 0;
    line-height: 1.2;
}

.img-col {
	flex: 0 0 120px;
	text-align: center;
}

.img-piccola {
	/* width: auto; */
	width: 120px;
}

.text-col {
	flex: 1;
}

.azienda-logo {
	flex: 1;
	background: #fff;
}

.azienda-logo img {
	/* max-width: 300px; */
	width: auto;
}

.azienda-descrizione {
	flex: 2;
}

.azienda-agricola {
	margin: 1px;
	flex: 0 0 248px;
	text-align: center;
}

.azienda-agricola img {
	width: auto;
}

.bottiglie {
	max-width: 200px;
	width: auto; /* da levare se si vogliono le bottiglie tutte della stessa dimensione */
}

.bicchiere {
	max-width: 30px;
}

.icone-vino {
	flex: 0 0 80px;
}

.qualita-vino {
	flex: 1;
}

.vini-abbinamento {
	flex: 0 0 450px;
	padding: 0 20px 20px 0;
}

.expanding-panel {
	position: relative;
}

.expanding-panel::after {
	content: "+";
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	line-height: 1;
	top: 0;
	right: 0;
	position: absolute;
}

.expanding-panel[aria-expanded="true"]::after {
	content: "-";
}

.card {
	border: 0;
}

.accordion > .card > .card-header {
	background: #77353d;
	margin-bottom: 1px;
}

.btn-link {
	color: #fff;
}

.btn-link:hover {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.logo {
		width: 120px;
	}
}