/* <style> /* tag to trick dreamweaver to syntax highlight */

/*home slider */
	#sequence .big-banner{
		background-size: cover;
		background-position: center;
	}
@media only screen and (max-width: 600px){
		#slider-banner #sequence {
			height: 250px !important;
		}
	}
	@media screen and (max-width: 700px){
		#page #slider-banner #sequence {
			height: 300px !important;
		}
	}
	
	@media only screen and (max-width: 500px){
		#slider-banner #sequence {
			height: 200px !important;
		}
	}
/*home slider*/
/* SIDEBAR */
.sidebar_links{
	background-color: #3b0256;
	border-color: #3b0256;
}
.sidebar_links:hover{
	color: #3b0256;
}
.sidebar aside{
	border-color: #3b0256;
}
/* SIDEBAR */	

