.bar{
	background:white;
	z-index: auto;
	opacity: 0;
	color:white;
	font-size: 0em;
	font-family:Century Schoolbook;
	width:1251px;
	height:0px;
	float:left;
	padding: 10px;
	margin-right: 0px;
	transition: background 1s ease 0.5s,
			font-size 1s ease,
			color 1s ease,
			height 1s ease,
			border-radius 1s ease,
			transform 0.5s ease;
}

.bar:hover{
		background:white;
		opacity: .5;
		font-size: 2em;
		color:gray;
		width: 1251px;
		height: 30px;
	}
/*
	color:#f06b8c; */