/* CSS Document for Screens */
/*@import has to be the first line in the css file */

/*  Section - bands */

section.bands { padding-top: 20px; padding-bottom: 30px; color: #000; }



section.bands aside { width: 100%; float:left; margin-bottom:10px;}

section.bands aside .image { margin-right:20px}

section.bands .img { position:relative; border:1px solid #942709; width:100%}


section.bands article { 
	margin: 0 300px 0 0; 	 
}
section.bands img.bump { position:relative; border:1px solid #942709; float:right; margin:0 20px 10px 0; display:inline-block; clear:right;}
section.bands aside .image { margin-right:20px}



section.bands article a.text:hover { color: #f8990b; text-decoration: underline; }


/* Media Queries */

@media screen and (max-width:1000px) {
	
	/* Section - bands */
	
	

}

@media screen and (max-width:890px) {
	
	/* Section - bands */
	
}

@media screen and (max-width:760px) {
	


}

@media screen and (max-width:690px) {

	/* Section - bands */
	
}


@media screen and (max-width: 600px) {

section.bands article { clear:both; margin:0;}

	section.bands img.bump { display:none;}

	
}












