/* Circular Content Carousel Style */
body{
	background-color: #f2f2f2 !important;
	-webkit-overflow-scrolling: touch;
}
.section {
	width: 80%;
	margin: 100px auto;
	text-align: center;
	/*max-width: 600px;*/
	font-family: "Arial", "elvetica", sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}
div.section li{
	margin: 50px 0;
	text-align: left;
}

.colorful span:nth-child(5n+1) { color: green; }
.colorful span:nth-child(5n+2) { color: orange; }
.colorful span:nth-child(5n+3) { color: red; }
.colorful span:nth-child(5n+4) { color: darkviolet; }
.colorful span:nth-child(5n) { color: blue; }


.section li a:hover{
	color:#808080;
}
