html, body {
    margin: 0;
    height: 100%;
}

body {
    background-image: url(../img/gm-background.jpg);
}
.content {
	width: 525px;
    margin: 0px auto;
    padding-top: 130px;
}
.superfly-logo {
	
	float: right;
	margin:10px;
}
.superfly-logo:hover {

}

/*GROW*/
.superfly-logo img {
  height: 34px;
  width: 57px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.superfly-logo img:hover {
  width: 67px;
  height: 44px;
}

.logo img {
	display: block;
}

.footer {
	margin-top: 35px;
}

.social ul{

	list-style-type: none;
	margin: 0;
    padding: 0;	
}

.social li {
	float: left;
	padding-right: 15px;
}

.social li a {
	display: block;
	height: 48px;
	width: 53px;
	
}

.social .facebook {
	background: url('../img/facebook-sprite.png');	
	box-shadow: 5px 5px 15px #44377f;
}

.social .twitter {
	background: url('../img/twitter-sprite.png');	
}

.social .instagram {
	background: url('../img/instagram-sprite.png');	
}

.social .google-plus {
	background: url('../img/google-plus-sprite.png');	
}

.social .youtube {
	background: url('../img/youtube-sprite.png');	
}

.social .facebook:hover {
	background: url('../img/facebook-sprite.png') 0 -48px;	
}

.social .twitter:hover {
	background: url('../img/twitter-sprite.png') 0 -48px;	
}

.social .instagram:hover {
	background: url('../img/instagram-sprite.png') 0 -48px;	
}

.social .google-plus:hover {
	background: url('../img/google-plus-sprite.png') 0 -48px;	
}

.social .youtube:hover {
	background: url('../img/youtube-sprite.png') 0 -48px;	
}

.email {
	float: right;
	margin-top: -25px;
}

.email-button {

	background: url('../img/sign-up-sprite.png');
	width:166px;
	height: 105px;
	display: block;
		
	
}

.email-button:hover {
	
		background: url('../img/sign-up-sprite.png') 0 -105px;;
}