.cover {
  min-height: 80vh;
  background-image: url(../img/cover.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 3em;
  line-height: 1.2em;
  text-transform: uppercase !important;
  color: #b9925e;
}
.cover-title-2 {
  font-size: 2em;
  line-height: 1.2em;
  color: #b9925e;
}
.cover-subtitle {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  color: #b9925e !important;
}
.title {
  font-family: 'Libre Baskerville', serif;
  font-weight: 6700;
}
.pi-text-base-2 {
  color: #455b77 !important;
}
.btn-full-width {
  width: 100%;
  text-align: center;
}
.cover-ambiti {
  min-height: 65vh;
  background-image: url(../img/ambiti.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 960px) {}
@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 {
    padding-top: 5px;
  }
  .pi-header-rows-fixed .pi-row-reduced img, .pi-header-row-fixed .pi-row-reduced img {
    max-height: 55px;
  }
	.cover {
  background-image: url("../img/cover-xs-2.jpg");
  min-height: 80vh;
  background-position: left;
}
.cover-title {
  font-family: 'Oranienbaum', serif;
  font-size: 1.5em;
}
	.cover-title-2 {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #FFFFFF;
}
	
	
	
	.cover-subtitle {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1.3em;
  line-height: 1em;
   color: #FFFFFF !important;
}
	
	.pi-row-lg .pi-row-block-logo img {
  max-height: 60px;
}
}