h1 { text-align:center; }

/* images */
.image-container {
	width: 100%;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
}
.container img {
	max-width: 100%;
    height: auto;
}


/*bands */
body { background:#999; }

.main1 {
	margin-top: 5%;
	background: rgb(58,58,58);

background: -moz-linear-gradient(top,  rgba(58,58,58,1) 0%, rgba(0,0,0,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,58,58,1)), color-stop(100%,rgba(0,0,0,1)));

background: -webkit-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(0,0,0,1) 100%);

background: -o-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(0,0,0,1) 100%);

background: -ms-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(0,0,0,1) 100%);

background: linear-gradient(to bottom,  rgba(58,58,58,1) 0%,rgba(0,0,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000',GradientType=0 );

-webkit-box-shadow: 0px 10px 10px 0px #666;
box-shadow: 0px 10px 10px 0px #666;
}





/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
