.cover{
	background-image: url("../img/cover.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	background-position: top;
}
.title{
	font-family: 'Poppins', Arial, sans-serif;
	line-height: 1em;
	font-size: 3em;
}
.section-2{
	padding: 60px 120px;
}
.section-image{
	background-image: url("../img/section-image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 430px;
	background-position: top;
}
.subtitle{
	font-family: 'Yesteryear', Arial, sans-serif;
	font-size: 2em;
}
.pi-section-base-2{
	background-color: #f89f73;
}
.pi-img-ambiti{
	max-width: 120px;
	text-align: center;
}
/*Timeline*/
.pi-timeline-date {
    width: 500px;
}
.pi-timeline-item-date span:last-child {
    font-size: 16px;
}
@media (min-width: 960px) {
	.pi-timeline-item-left {
    text-align: right;
	}
}
@media (max-width: 320px) {
.pi-row-lg .pi-row-block-logo img {
    max-height: 48px;
}
.pi-header-rows-fixed .pi-row-reduced img, .pi-header-row-fixed .pi-row-reduced img {
    max-height: 48px;
}
}
@media (max-width: 420px) {
.pi-row-lg .pi-row-block-logo img {
	max-height: 70px;
}
.title {
    font-size: 2.8em;
}
.section-2 {
    padding: 40px 60px;
}
h1, .h1 {
    font-size: 2.2em;
}
}
@media (max-width: 960px) {
.section-2 {
    padding: 40px 55px;
}
}