body {
	background-image:url("../img/musicbckg.jpg") ;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.col-sm-4 {
	background-color: rgba(211,211,211,.5);
	background-color: hotPink;
	color:black;
	}
#m {
	background-color: rgba(211,211,211,.5);
	}
img { width:350px;}