html, body
{ 
	background: #eee;
	color: #333;
	margin: 0; padding: 0; 
	width: 100%; height: 100%; 
	float: left;
	font-family: 'Lato', sans-serif;
}

.nevoa
{
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.nevoa canvas 
{ 
	width: 100%; height: 100%; 
	float: left; 
}

.site
{
	position: absolute;
	width: 400px;
	top: 80px;
	right: 120px;
	padding-bottom: 120px;
}

.inner
{
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.4);
}

/* ----- PAX PRIME ------ */
/*----------------------- */

.paxprime span
{
	width: 95%;
	float: left;
	margin: 10px 0 0px 2.5%;
	padding: 10px 0 10px 0;
	text-align: center;
	box-sizing: border-box;
	background: #ff2277;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 8px;
}
.paxprime span:hover
{
	background: #000;
	color: #ff2277;
}

/* ----- DESCRIPTION ------ */
/*------------------------- */

.description
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.description p
{ 
	padding: 20px 20px 0px 20px; 
	margin: 0; 
}

/* ----- TEAM ------ */
/*------------------ */

#team 
{
	width: 100%;
	padding: 20px;
	float: left; 
	box-sizing: border-box;
	display: none; 
}

#team a 
{
	position: relative;
	width: 90%;
	border-radius: 8px;
	margin-bottom: 15px;
	float: left;
	text-decoration: none;
	transition: padding 0.25s;
}
#team a:last-child { margin-bottom: 0; }

#team a img
{
	width: 15%;
	float: left;
}

#team a .name
{
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	width: 80%;
	margin-top: 2px;
	float: right;
}
#team a .position
{
	width: 80%;
	margin-top: 2px;
	float: right;
	color: #777;
}

#team a:hover { padding-left: 10%; }


/* ----- NAV LINKS ------ */
/*----------------------- */

.links
{
	width: 100%;
	float: left;
}

.links a
{
	float: left;
	width: 25%;
	padding: 10px 0px 14px 0px;
	box-sizing: border-box;
	background: #eee;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: center;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
.links a:hover { color: #000; background: #fff; }
.links a:last-child { border-right: 0; }

/* ----- FOOTER ------ */
/*-------------------- */

.footer
{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	float: left;
	color: #ff2277;
	font-weight: bold;
}

/* ----- MOBILE ------ */
/*-------------------- */

@media(max-width: 800px) {

	.nevoa
	{
		position: absolute;
	}

	.logo
	{
		margin-left: calc(50% - 200px);
	}

	.site
	{
		width: 100%;
		top: 100%;
		top: calc(100% - 80px);
		left: 0;
		padding-bottom: 0;
	}

	.footer
	{
		background: #000;
		padding: 60px 0 60px 0;
	}

}
