html,
body {
	min-height: 100%;
	height: 100%;
}

/*#wrapper {
	display: table;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;  
}

#header {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 15%;
}

.home #logo,
.home #nav {
	display: block;
	text-align: center;
	width: 100%;
}

.home #logo {
	background: #404040;
	width: 750px;
	height: 146px;
	margin: 0 auto 30px;
}

#logo a {
	background: left top transparent url(/images/name.png) no-repeat;
	width: 750px;
	height: 146px;
	display: block;
	margin: 0 auto;
}

#logo a span {
	display: none;
}

.home #nav ul {
	display: table;
	width: 755px;
	margin: 0 auto;
}

.home #nav li {
	font-size: 28px;
	display: table-cell;
	width: 33%;
	padding: 0 20px;
}

.home #nav a {
	display: block;
}*/

.home #nav a,
.home #logo a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*#nav .work a:hover {
	color: #6074E4;
}

#nav .play a:hover {
	color: #8EB54A;
}

#nav .about a:hover {
c	olor: #ab09ff;
}*/

.home #logo {
	position: relative;
	overflow: hidden;
}

.home #logo .about img {
	width: 100%;
	height: auto;
}

.home #logo .play img {
	margin-top: -80px;
}


/*.home #logo span {
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: block;
	width: 750px;
	height: 146px;
	position: absolute;
	left: 0;
	top: 0;
}

.home #logo a {
	position: absolute;
	left: 0;
	top: 0;
}

.home #logo.work span.work,
.home #logo.play span.play,
.home #logo.about span.about {
	filter: alpha(opacity=100);
	opacity: 1;
}*/

.home #logo,
.home #nav {
display: block;
width: 100%;
}

.home #wrapper {
padding: 0;
display: table;
width: 100%;
height: 100%;
position: relative;
}

.home #header {
display: block;
}

.home #logo {
font-size: 80px;
text-align: center;
width: 100%;
display: block;
}

.home #nav {
position: absolute;
left: 0;
right: 0;
top:120px;
bottom: 0;

}

.home #nav ul {
position: relative;
height: 100%;
display: table;
width: 100%;
}

.home #nav li {
display: table-cell;
width: 33%;
text-align: center;
font-size: 60px;
}

.home #nav li a {
display: block;
width: 100%;
height: 100%;
color: #EBEBE6;
}

.home #nav li a .kern {
	letter-spacing: -.05em;
}

.home #nav .work a {
background: left top tomato url(/images/home/code.png) no-repeat;
background-size: cover;
}

.home #nav .work a:hover {
background-color: tomato;
}

.home #nav .play a {
background: center center orange url(/images/home/toast.png) no-repeat;
background-size: cover;
}

.home #nav .play a:hover {
background-color: orange;
}

.home #nav .about a {
background: right top #cc00cc url(/images/home/cat-lady-frozen-in-time-px.png) no-repeat;
background-size: cover;
}

.home #nav .about a:hover {
background-color:  #cc00cc;
}

.home #nav:hover a {
color: #fff;
background-color: #404040;
}

.home #nav li {
display: table-row;
width: 100%;
}

.home #nav li a {
display: table;
font-size: 60px;
font-size: 20vh;
}

.home #nav li a .label {
display: table-cell;
vertical-align: middle;
}

/* Sparkles */
.home .sparkles {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	position: absolute;
	right: 50%;
	top: 10px;
	left: auto;
}

.home .sparkles.right {
	margin-right: -230px;
}

.home .sparkles.left {
	margin-right: 230px;
}

.left .sparkle.a {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	transform: scale(1.8);
	top: 40px;
	left: -20px;
}

.left .sparkle.b {
	top: 5px;
	right: 50px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.left .sparkle.c {
	left: -60px;
	top: 60px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.left .sparkle.d {
	left: -100px;
	top: 30px;
}


@media (max-width: 767px) {
	.home #logo {
		font-size: 36px;
	}
	
	.home #nav {
		top: 50px;
	}
	
	.home #nav li a {
		font-size: 60px;
		font-size: 20vw;
	}
	
	.home .sparkles {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		transform: scale(0.5);
	}

	.home .sparkles.right {
		margin-right: -120px;
	}
	
	.home .sparkles.left {
		margin-right: 120px;
	}
}