#logo {
  margin:0 auto;
  padding-top:150px;
  width: 600px;
  text-align:center;
}

img:hover {
  background:#623272;
}

#twitter {
	background: url("/images/twitter.png") no-repeat;
}

/*
#vk {
	background: url("/images/1482988332_VK-64.png") no-repeat;
}
*/

#facebook {
	background: url("/images/facebook.png") no-repeat;
}

#instagram {
	background: url("/images/instagram.png") no-repeat;
}


#social {
	position:absolute;
	bottom:40px;
	right:80px;
}

.social {
	width:128px;
	height:128px;
	float:left;
	margin:10px;
}


@media screen and (max-width: 1000px)  {

  #logo {
    margin-top: 30%;
  }

  #social {
    position: initial;
    text-align: center;
    width: 444px;
    margin: 0 auto;
    margin-top: 200px;
  }

}
