/* 
This is the section css for
100 Years of Jazz 
*/

#home-page{
	float: left;
	width: 100%;
	display: block;
}
#home-page img:first-of-type{
	width: 100%;
}
.centerH2{
	text-align: center;
}

@media screen and (min-width: 768px) {
	#home-page{
		padding: 0% 10%;
	}
}