/* ABOUT PAGE STYLES
************************************************************/
section.aboutDave	{
	background: white;
	background-image: url('../assets/images/black-and-white-grunge-background-realistic-texture-vector-1400w.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

section.aboutDave p	{
	background: rgba(255,255,255,0.5);
}

section.guitars {
	height: 50vh;
	background-image: url('../assets/images/guitars.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	filter: contrast(1);
	filter: saturate(1.3);
}