html,body{
	height:100%;
}

body{
	font-family:"Georgia";
	overflow:hidden;
	margin:0;
}

a{
	text-decoration:none;
	color:black;
}

.left{
	display:inline-block;
	font-size:2em;
	padding-left:20px;
}

.no_drag *{
	user-drag: none; 
    -webkit-user-drag: none;
}

img{
	height:auto;
	width:100%;
}

.social{
	float:right;
	bottom:0;
}

.social > div{ 
	width:200px;
	height:200px;
	padding:20px;
	transition: all .2s ease-in-out; 
}

.social > div:hover { 
	transform: scale(1.1); 
}