.titolo {
	text-align: center;
	margin-top: 2%;
	width: 100%;
	right: auto;
	left: auto;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color: white;
	font-family: garamond;
	font-size: 150%;
}
.prevpage{
	padding:  1.5%;
	
}
.nextpage {
	padding: 1.5%;
}

.box_immagine{
	height: auto;
	margin-left: 2%;
	margin-top:  5%;
	border-radius: 5%;
	text-align: center;
	width:50%;
}
img.Curiosità {
	width: 100%;
	border-radius: 5%;
		height: auto;
	border: 1.5px solid greenyellow;

}
.spazio {
	display: flex;
	
}
.descrizione {
	border-radius: 15px 15px 15px 15px;
  border: 1.5px solid greenyellow;
  background-color: #111;
  margin-top: 2%;
  margin-left: 5%;
  margin-right: 2%;
  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;
  
}
.sezione{
	margin-top: 2%;
  text-align: center;
  width: auto;
  padding-right: 3%;
  padding-left: 3%; 
  padding-top:1%;
  font-family: Garamond;
  font-size: 130%;
}

.titolo_curiosità {
  font-family: Garamond;
  font-size: 250%;
  text-align: center;
  width: 100%;
  color: white;
  padding-right: 3%;
  padding-left: 3%; 
  padding-top:3%;
  
}

.sezione_curiosità {
  font-family: Garamond;
  font-size: 140%;
  text-align: center;
  width: auto;
  color: white;
  padding-right: 3%;
  padding-left: 3%; 
  padding-top:1%;
  padding-bottom: 1%;
}
ul.Curiosità{
	width: 100%;
}
li.Curiosità{
  width: 25%;
  text-align: center;
}
.border.border-dark.video{
	display:flex;
    width: 100%;
    height: 100%;
    margin: 5px;
 }

.border.border-dark.esempi{
	display:flex;
    width: 100%;
    height: 100%;
    margin: 5px;
 }

.panel.panel-default{
  margin-right: 1%;
  margin-left: 1%;
  font-weight: 700;
}

.carousel-indicators li {
    width: 100px;
    height: 3px;
    
}
/*
.carousel-indicators {
    bottom: 100px;
}
*/

.carousel-control-prev{
  width: 4%;
  background-image: url(../../../Media/Immagini/Layout/bg.png);
  border: 1px solid greenyellow;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.7;
  height: 80%;
}

.carousel-control-next{
  width: 4%;
  background-image: url(../../../Media/Immagini/Layout/bg.png);
  border: 1px solid greenyellow;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.7;
  height: 80%;
  
}

.carousel-control-prev:hover{ filter: brightness(120%);}

.carousel-control-next:hover{ filter: brightness(120%);}

.carousel {
	height: 250px;
}

.carousel-item {
	padding-top: 3%;
	margin-bottom: 1%;
}