body
{
	overflow: hidden;
	font-family: "Tahoma";
	color: #6F6E67;
	background-color: #484B54;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
}

p
{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 10px;
	font-size: 30px;
}

[class^='meow'] > a
{
	position: absolute;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

[class^='meow'] > p
{
	position: relative;
	top: 10px;
	vertical-align: middle;
	text-align: center;
}

#bgimg
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	position: fixed;
	background-image: url("castle.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	/*filter: blur(3px) contrast(105%) saturate(110%);*/
}

#container
{
	width: 100%;
	display: table;
}

span
{
	width: inherit;
	height: inherit;
	line-height: 100px;
	font-size: 30px;
	color: #FFFFFF;
}

#cell
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

[class^='sqr']
{
	position: relative;
	top: 0px;
	width: 300px;
	height: 100px;
	margin: 50px 1% 0% 1%;
	background-color: #191B21;
	display: inline-block;
	font-size: 16px;
	box-shadow: 0px 4px 6px #000000;
}

/*===============Buttons==============*/

[class^='meow']:hover
{
	background-color: #32343B !important;	
}

[class^='meow']
{
	position: absolute;
	width: 300px;
	height: 90px;
	background-color: #484B54;
	visibility: hidden;
	animation-name: ;
	animation-duration: 0.5s;
	animation-play-state: paused;
}

@keyframes enter
{
	0%
	{
		opacity: 0;
		visibility: hidden;
		background-color: #191B21;
	}

	50%
	{
		background-color: #484B54;
	}

	100%
	{
		opacity: 1;
		visibility: inherit;
		background-color: #191B21;
	}
}

[class^='sqr']:hover [class^='meow']
{
	animation-name: enter;
	animation-play-state: running;
	animation-fill-mode: forwards;
}

/*==================Text==============*/


span
{
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.sqr:hover span
{
	opacity: 100;
}

/*==================Initial Div==============*/

[class^='sqr']
{
	transition-property: width, height, margin, transform;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}

[class^='sqr']:hover
{
	width: 300px;
	height: 702px;
	margin: 50px 1% 0% 1%;;
	transform: translate( 0px, 0px );
	box-shadow: 0px 4px 6px #000000;
}
.sqr1:hover
{
	height: 405px;
}
.sqr4:hover
{
	height: 405px;
}

/*==================Div 1==============*/

.meow1
{
	top: 108px;
	left: 0px;
	animation-delay: .3s;
}

/*==================Div 2==============*/

.meow2
{
	top: 207px;
	left: 0px;
	animation-delay: .4s;
}

/*==================Div 3==============*/

.meow3
{
	top: 306px;
	left: 0px;
	animation-delay: .5s;
}

/*==================Div 4==============*/

.meow4
{
	top: 405px;
	left: 0px;
	animation-delay: .6s;
}

/*==================Div 5==============*/


.meow5
{
	top: 504px;
	left: 0px;
	animation-delay: .7s;
}

/*==================Div 6==============*/


.meow6
{
	top: 603px;
	left: 0px;
	animation-delay: .8s;
}

/*==================Div 7==============*/


.meow7
{
	top: 702px;
	left: 0px;
	animation-delay: .9s;
}

/*==================Div 8==============*/


.meow8
{
	top: 801px;
	left: 0px;
	animation-delay: 1.0s;
}

/*==================Div 9==============*/


.meow9
{
	top: 900px;
	left: 0px;
	animation-delay: 1.1s;
}