body {
	background: #000;
	padding-top: 0;
	color: #fff;
}
.container {
	margin-top: 10px;
}
#head {
	text-align: center;
}
.text {
	margin-bottom: 30px;
	text-align: center;
}

#main {
	
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	box-shadow: 0 0 15px #000;
}
@media (min-width: 768px) {
	.text {
		margin-top: 10px;
		
	}
}
@media (max-width: 767px) {
	ul.thumbnails {
		text-align: center;
	}
	
}
h2.lead {
	font-size: 50px;
	line-height: 80px;
}

ul.thumbnails img {
	opacity: .8;
	transition: opacity 600ms;
}
ul.thumbnails img:hover {
	opacity: 1;
}
