li.sezioneFAQ{
	width: 50%;
	text-align: center;
}

ul.menu{

	width: 100%;
}


.FAQ{
	background-color: #111;
	color: white;
	margin: 20px;
	padding: 10px;
    border-radius: 15px 15px 15px 15px;
    border: 1.5px solid greenyellow;
	font-family: Garamond;
	height: 400px;

}
.descrizione {
	border-radius: 15px 15px 15px 15px;
  width: 100%;
  font-family: Segoe UI;
  color: white;
  font-size: 120%;
  line-height: 1.4em;
  padding: 2%;
  float: left;
  text-align: center;
  min-height: 400px;
  
}


.carousel-indicators li {
    width: 100px;
    height: 3px;
    
}
.carousel-indicators {
    bottom: 100px;
}
/*.carousel-control-prev{
  bottom: 45%;
	height: 80%;
}

.carousel-control-next{
  bottom: 45%;
	min-height: 80%;
}*/
.carousel {
	height: 350px;
}
.carousel-control-prev{
  width: 2%;
  background-image: url(../../../Media/Immagini/Layout/bg.png);
  border: 1px solid greenyellow;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.7;
  height: 60%;
}

.carousel-control-next{
  width: 2%;
  background-image: url(../../../Media/Immagini/Layout/bg.png);
  border: 1px solid greenyellow;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.7;
  height: 60%;
  
}

.carousel-control-prev:hover{ filter: brightness(120%);}

.carousel-control-next:hover{ filter: brightness(120%);}



.carousel-item {
	padding-top: 3%;
	margin-bottom: 1%;
}


.titolo{
font-family: Garamond;
text-align: center;
display: inline-block;
width: 100%;
right: auto;
left: auto;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: white;
border-radius: 10px 10px 0px 0px;
font-size: 80%;
margin-top: 2%;
}

