html, body
{
	width: 100%;
	height: 100%;
	background: #eee;
	line-height: 1.6em;
	color: #222;
	font-family: 'Lato', sans-serif;
	word-spacing: 0.08em;
	padding: 0;
	margin: 0;
}

.wrapper
{
	position: relative;
	width: 800px;
	margin: 0px auto;
}

.bg
{
	position: fixed;
	width: 100%;
	height: 100%;
	float: left;
	background: url("../images/banner_bg.jpg") top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

a { color: #2266ff; text-decoration: none; }
a:hover { color: #000; }

h1 {
	font-size: 1.4em; 
	text-transform: uppercase; 
	letter-spacing: 0.10em; 
	color: #222; 
	font-weight: bold; 
}

/* -------------------------- */
/* ----- #FLOATY stuff ------ */
/* -------------------------- */

@keyframes floaty_a {
	0%		{ margin-top: 0; }
	50%		{ margin-top: 64px; }
	100%	{ margin-top: 0; }
}
@keyframes floaty_b {
	0%		{ margin-top: 32px; }
	50%		{ margin-top: 0px; }
	100%	{ margin-top: 32px; }
}

.floaty
{
	position: absolute;
	left: 50%;
}

.floaty img { position: absolute; }
.floaty img:nth-child(3n+0) { animation: floaty_a 8s infinite; }
.floaty img:nth-child(3n+1) { animation: floaty_a 12s infinite; }
.floaty img:nth-child(3n+2) { animation: floaty_b 6s infinite; }
.floaty img:nth-child(4n+3) { animation: floaty_b 4s infinite; }
.floaty img:nth-child(5n+4) { animation: floaty_a 16s infinite; }

.clouds
{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.clouds img 
{ 
	position: absolute; 
}

/* -------------------------- */
/* ----- #ORIGINAL stuff ------ */
/* -------------------------- */

@keyframes wobble {
    0%   { padding-top: 0; padding-bottom: 8px; }
    50%  { padding-top: 8px; padding-bottom: 0; }
    100% { padding-top: 0; padding-bottom: 8px; }
}

.original-game
{
	position: absolute;
	right: 32px;
	top: 22px;
	z-index: 1000;
}
.original-game a { float: left; }
.original-game span
{
	width: 279px;
	height: 48px;
	background: url("../images/original.png") no-repeat;
	float: left;
}
.original-game a { transition: padding 0.25s; animation: wobble 2s infinite; }
.original-game a:hover span
{
	background-position: 0 -48px;
}
.original-game a:hover { padding-right: 16px; }

/* -------------------------- */
/* ----- #LOGO stuff ------ */
/* -------------------------- */

.logo
{
	position: relative;
	width: 700px;
	height: 238px;
	margin: 30px 0 0 50px;
	float: left;
	background: url("../images/logo.png") no-repeat center center; 
}

@keyframes spin {
    0%   { transform: rotate(0deg) }
    100% { transform: rotate(360deg); }
}

.logo .rotation
{
	position: absolute;
	top: 138px;
	left: 535px;
	width: 60px;
	height: 60px;
	background: url("../images/rotation.png");
	animation: spin 2s infinite;
}

.topmenu
{
	width: 100%;
	padding: 10px 0 30px 0;
	text-align: center;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}
.topmenu a, .topmenu a:hover {
	color: #fff;
}

/* -------------------------- */
/* ----- #CONTENT stuff ------ */
/* -------------------------- */

.site
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	float: left;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
	border: 1px solid #fff;
}

.video
{
	width: 100%;
	height: 450px;
	background: #000 url("../images/video-temp.png") center center no-repeat;
	float: left;
}

.screenshots
{
	width: 100%;
	float: left;
	background: #fff;
}

.screenshots img 
{
	width: 25%; 
	float: left;
	opacity: 0.8;
	transition: opacity 0.25s;
}
.screenshots img:hover { opacity: 1; }

.content
{
	width: 100%;
	padding: 20px 30px 20px 30px;
	box-sizing: border-box;
	background: #ddeeff;
	float: left;
}


/* -------------------------- */
/* ----- #OBJECTS stuff ------ */
/* -------------------------- */

.objects
{
	width: 100%;
	padding: 24px 224px 24px 224px;
	box-sizing: border-box;
	background: #aaccee;
	float: left;
	border-top: 1px solid #77aacc;
}

.object
{
	cursor: pointer;
	position: relative;
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 32px;
	opacity: 0.8;
	transition: opacity 0.25s;
}

.object img { transition: transform 1s; }
.object:hover img { transform: rotate(360deg); }

.objects .object:last-child { margin-right: 0; }

.object .hover-info
{
	position: absolute;
	width: 300px;
	left: -118px;
	bottom: 48px;
	opacity: 0;
	pointer-events: none;
	transition: bottom 0.25s, opacity 0.25s;
}

.object .hover-info span
{
	text-align: center;
	border-radius: 8px;
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.05);
}

.object .hover-info .arrow
{
	width: 100%;
	height: 16px;
	float: left;
	background: url("../images/objects/arrow.png") top center no-repeat;
}

.object:hover
{
	opacity: 1;
}

.object:hover .hover-info
{
	opacity: 1;
	bottom: 64px;
}

/* -------------------------- */
/* ------ #TEA< stuff ------- */
/* -------------------------- */

.theteam
{
	float: left;
	width: 100%;
	margin-top: 20px;
	/*background: #fff;*/
	/*border: 1px solid #fff;*/
	box-sizing: border-box;
}

.memberblank
{
	position: relative;
	float: left;
	width: 12%;
	height: 200px;
	/*background: #fff;*/
	overflow: hidden;
}

.member
{
	position: relative;
	float: left;
	width: 25%;
	height: 200px;
	background: #fff;
	overflow: hidden;
}

.member img
{
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.8;
	-webkit-transition: opacity 0.25s, width 0.25s, height 0.25s;
	-moz-transition: opacity 0.25s, width 0.25s, height 0.25s;
	transition: opacity 0.25s, width 0.25s, height 0.25s;
	cursor: pointer;
}

.member:hover img, .member.selected img
{
	opacity: 1;
	width: 220px;
	height: 220px;
}

.member .arrow
{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	background: url('../images/bios/arrow.png') bottom center no-repeat;
	pointer-events: none;
}

.arrow.up
{
	background: url('../images/bios/uparrow.png') top center no-repeat;
}

.theteam .descriptions
{
	float: left;
}
.theteam .descriptions p
{
	display: none;
	padding: 20px;
	/*font-size: 0.9em;*/
	float: left;
}


/* -------------------------- */
/* ----- #BLOGPOST stuff ------ */
/* -------------------------- */

.blogpost .aligncenter {
	clear: both;
	display: block;
	margin: 0px auto;
}

.blogpost .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.blogpost .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.blogpost img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
	height: auto;
}

/* -------------------------- */
/* ----- #FOOTER stuff ------ */
/* -------------------------- */

.footer
{
	width: 100%;
	padding: 30px 0 40px 0;
	text-align: center;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}

.footer img
{
	margin: 20px;
	margin-top: 40px;
}


.mfp-figure figure { -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; }