<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cover{
	margin-top: 40px;
	margin-bottom: 40px;
}
.cover .description{
	font-size: 0.8rem;
}
.cover .credit{
	font-size: 0.8rem;
	font-style: italic;
}
/* VIAGGI */
.cover-viaggi{
	margin: 0px !important;
}
.cover-viaggi .cover-image{
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cover-viaggi .cover-content{
	width: 100%;
	padding: 50px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}
.cover-viaggi .toptitle{
	font-size: 0.8rem;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-offset: 3px;
	margin-bottom: 5px;
}
.cover-viaggi .title h1, .cover-viaggi .title{
	font-size: 2.2rem;
	line-height: 130%;
}
.cover-viaggi .subtitle h2, .cover-viaggi .subtitle{
	font-size: 1.3rem;
	line-height: 140%;
	width: 90%;
	margin-top: 20px;
}


.cover-viaggi .credit{
	padding: 10px 20px;
	font-style: normal;
	font-size: 0.9rem;
}

@media(min-width: 768px){
	.cover-viaggi .cover-content{
		padding: 100px;
		max-width: 900px;
	}
	.cover-viaggi .title h1, .cover-viaggi .title{
		font-size: 2.8rem;
	}
}

/* BOLD */
.container-bold-cover{
	padding: 0px;
}
.cover-bold{
	margin: 0px !important;
}
.cover-bold .cover-image{
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cover-bold .cover-content{
	width: 100%;
	padding: 50px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
}
.cover-bold .toptitle{
	font-size: 0.8rem;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-offset: 3px;
	margin-bottom: 5px;
}

.cover-bold .title h1, .cover-bold .title{
	font-size: 2.2rem;
	line-height: 130%;
}
.cover-bold .subtitle h2, .cover-bold .subtitle{
	font-size: 1.3rem;
	line-height: 140%;
	width: 90%;
	margin-top: 20px;
}

.cover-bold .credit{
	padding: 10px 20px;
	font-style: normal;
	font-size: 0.9rem;
}

@media(min-width: 768px){
	.cover-bold .cover-content{
		padding: 100px;
		max-width: 900px;
	}
	.cover-bold .title h1, .cover-bold .title{
		font-size: 2.8rem;
	}
}

.sidebar .cover{
	width: calc(100% - 600px);
}

.sidebar .cover::before{
	width: calc(100% - 600px);
}</pre></body></html>