/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.arancione{
	color:#FE5000;
}
.bianco{
	color:#fff;
}
.bg-porpora{
	background-color:#681411;
}
.centrale{
	text-align:center;
}
.pt0{
	padding-top:0!important;
}
.pb0{
	padding-bottom:0!important;
}


.box-centrale {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  text-align: center;
}

h1.arancione.centrale {
  margin: 0;
}
/*
@media screen and (min-width: 601px) {
	h1.arancione.centrale {
	  padding-top:5%;
	}
}
*/

.nav {
  display: flex;
	width: 100%;
  justify-content: space-around;
	flex-wrap: wrap
}

.nav-item a{
	color:#FE5000;
	transition:300ms;
}

.nav-item a:hover{
	color:#d64300;
	transition:300ms;
}

.nav-item h2 {
  margin: 0;
  transition: color 0.3s;
	color: #FE5000;
}

.nav-item h2:hover {
  cursor: pointer;
}

p.centrale {
  font-weight: 700;
  margin: 20px 0;
}

.w-image{
	text-align:right;
	width: 100%;
}

img {
  width: 200px;
max-width:100%;
  height: auto;
}

.btn-link{
	font-size: calc(24px + 1.5vw);
	font-weight:700;
	font-family:inherit;
}

.back-home {
  position: absolute;
  top: -50px;
  right: 0;
}

.back-home img{
	width:60px;
	max-width:100%;
}

.head{
	display: flex;
  width: 100%;
  justify-content: space-between;
}

.head h1{
	padding-top:0;
}

.nav-item img{
	width: 120px;
  max-width: 100%;
}

@media screen and (max-width: 600px) {
	.l-section.full_height {
	  min-height: 100dvh;
	}
	.box-centrale {
	height: 80vh;
	}
	.nav {
		display: block;
	}
	.nav-item {
	  padding: 20px;
	  border-bottom: 1px solid #873F1E;
	}
	.nav-item:last-child{
		border-bottom: none;
	}
	img {
		width: 160px;
	}
	.head {
		display: block;
	}
	.nav-item img {
  		width: 80px;
	}
}