.icon{
	background:#a1dad2;
	color:white;
	font-size: 2em;
	font-family:Century Schoolbook;
	width:100px;
	height:30px;
	float:right;
	padding: 10px;
	margin-right: 0px;
	transition: background 1s ease 0.5s,
			font-size 1s ease,
			color 1s ease,
			width 1s ease,
			border-radius 1s ease,
			transform 0.5s ease;
}

.icon:hover{
		background:#a1dad2;
		font-size: 2em;
		color:white;
		width: 200px;
		height: 800px;
	}