@charset "utf-8";
/* CSS Document */

body { 
	background:#000 url(../img/bkgrnd.jpg) top fixed no-repeat;
}


h4{
	color:#FFF;
	margin-left:8px;
}

i{
	font-size:18px;
}

.buttonFace{
	font-size:22px;
}

.buttonFace i{
	font-size:22px;
}

.bottomspace{
	margin-bottom:20px;
}


.spotifyButton{
	background-color:#84BD00;
}

.spotifyButton:hover, .spotifyButton:focus {
	background-color: #659100;
}


/* Small Screen */
@media only screen and (max-width: 40em) { 

	body { 
		background:#000;
	}

}