body {
	background-color: #E68E5B;
	background-image: url("./image/background2.jpg");
	background-repeat: repeat;
	font-size: 35px;
}

h1 {
	text-align: center;
	font-size: 65px;
}

img {
	width: 100%;
	height: auto;
}

#b0, #b1, #b2, #b3, #b4{
	width: 200px;
	height: 75px;
	border:none;
	position: relative;
}
		
#indice1 , #indice2 , #indice3 , #indice4 , #indice5 , #solution {
	border: none;
	height: 0;
	//max-height: 0;
	overflow: hidden;
	/*-webkit-transition: max-height 1s; 
	-moz-transition: max-height 1s;
	-ms-transition: max-height 1s;
	-o-transition: max-height 1s; 
	transition: max-height 1s;
	transition: border 1s;*/
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
	transition: all 1s;
	// "height: 0" not work with css transitions
}
		
#indice1:target{
	//max-height: 900px;
	height: 350px;
	border: 1px solid black;
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
	transition: all 1s;
}
		
#indice2:target {
	//max-height: 900px;
	height: 350px;
	border: 1px solid black;
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
	transition: all 1s;
}

#indice3:target{
	//max-height: 900px;
	height: 350px;
	border: 1px solid black;
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
	transition: all 1s;
}

#indice4:target{
	//max-height: 900px;
	height: 350px;
	border: 1px solid black;
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
	transition: all 1s;
}

#indice5:target{
	//max-height: 900px;
	height: 350px;
	border: 1px solid black;
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
	transition: all 1s;
}
		
#solution:target {
	//max-height: 900px;
	height: 350px;
	border: 1px solid black;
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
	transition: all 1s;
}