.spotify-logo{
	padding: 6px 0px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.spotify-logo{
		max-width: 100px;
	}
	
}

.bluebox{
	height:205px;
	width:280px;
	background:#107CC0;
	border-radius:5px;
	position:absolute;
	right:15em;
	margin:0px auto;
	
	
}

.bluebox >h1{
	color:#FFF;
	padding-top:10px;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  height:50px;
  background-color: #93B749;
  color: white;
  padding: 15px 0;
  
}
.site-footer p {
  margin-top: 0px;
}
.site-footer a {
  color: white;
  text-align: center;
  
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}
		








