/*
 * style
 */

.above-the-fold {
	background: radial-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url('../img/boccioincompagnia.jpg');
	background-position: center;
	background-size: cover;
	height:80%;
	color:white;
	/*titoli*/
	font-family: 'Acme', sans-serif;

	
	

}
.description:before{
	background: linear-gradient(to right,#7e4a35 33%,#cab577 66%,#4f3222 100%);
	width:100%;
	height:10px;
	content:'';
}

a#linkbianco {
color:white;
text-decoration: none;
font-size: 2rem;
}

button>a {
color:white;
text-decoration:none;
}

button>a:hover {
color:black;
}



.highlight {
font-size:1.8rem;
}

h1 {
	font-size:3rem;
}

h3 {
min-height:80px;
display:flex;
align-items:center;
    font-family: 'Acme', sans-serif;
font-weight: bold;
font-size: 1.8rem;
justify-content:center;
}

h5 {
  

    font-family: 'Bilbo', cursive;
	font-size: 1.8rem;
}

p {
font-family: 'Bilbo', cursive;
	font-size: 1.5rem;
}
h2 {
/*titoli*/
	 font-family: 'Acme', sans-serif;

font-size: 2rem;
}
