/* ---------------------------------------------
	CLEAR FORMATTING
--------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------
	GENERAL
--------------------------------------------- */

html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 0.9em;
}

@font-face
{
	font-family: BebasNeue;
	src: url(fonts/BebasNeue.otf);
}

@font-face
{
	font-family: Visitor;
	src: url(fonts/visitor1_0.ttf);
}

.wrapper
{
	width: 960px;
	margin: 0px auto;
}

/* ---------------------------------------------
	CAMPFIRE
--------------------------------------------- */

.campfire
{
	width: 100%;
	height: 100%;
	float: left;
	display: inline;
	overflow: hidden;
	background: #000;
}

#campfire-frames
{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#campfire-frames img
{
	position: absolute;
	image-rendering: pixelated;
	display: none;
}

.campfire-link
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	float: left;
	display: block;
}

.campfire-link-info
{
	background: url("images/menu.png") no-repeat;

	position: absolute;
	top: -20px;
	left: -25px;

	width: 150px;
	height: 20px;

	float: left;
	display: none;
}

#media-link-info { background-position: 0px 0px; }
#about-link-info { background-position: 0px -20px; }
#preorder-link-info { background-position: 0px -40px; }
#demo-link-info { background-position: 0px -60px; }
#team-link-info { background-position: 0px -80px; }
#support-link-info { background-position: 0px -100px; }

.logo
{
	position: absolute;
	margin-top: 60px;
	-moz-transition: padding-top .25s ease-in-out;
	-webkit-transition: padding-top .25s ease-in-out;
	transition: padding-top .25s ease-in-out;
}

.logo:hover
{
	padding-top: 20px;
}

.logo-container 
{
	width: 720px;
	margin: 0px auto;
}

/* ---------------------------------------------
	NAVIGATION
--------------------------------------------- */

.navigation
{
	width: 100%;
	height: 40px;
	float: left;
	background: #222;
	margin-top: -40px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Visitor, verdana, sans-serif;
}

.navigation ul
{
	width: 960px;
	margin: 0px auto;
}

.navigation li
{
	display: inline;
}

.navigation li span
{
	width: 120px;
	float: left;
	display: block;
	height: 18px;
	padding: 12px 20px 10px 20px;
}

.navigation li a { color: #666; text-decoration: none; }
.navigation li a:hover { color: #fff; }
.navigation li a:hover span { background: #000; }

@media(max-width: 960px)
{
	.navigation { font-size: 1.0em; }
	.navigation .wrapper { width: 100%; }
}


/* ---------------------------------------------
	SECTIONS
--------------------------------------------- */

.section
{
	width: 100%;
	float: left;
	padding: 40px 0px 40px 0px;
}

.section h1
{
	font-family: Visitor, verdana, sans-serif;
	font-size: 2.1em;
	color: #888;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}

.section h2
{
	font-size: 1.2em;
	color: #eee;
	font-weight: bold;
	margin-top: 30px;
	display: inline;
	letter-spacing: 0.05em;
}

.section p
{
	padding: 10px 0px 10px 0px;
	line-height: 1.8em;
	color: #ccc;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	display: inline;
}

/* ---------------------------------------------
	MEDIA
--------------------------------------------- */

.media
{
	background: url("images/aboutbg.png") repeat-x #222;
	margin: 0;
}

.screenshots
{
	margin-top: 40px;
}

.screenshots img
{
	width: 32%;
	float: left;
	display: inline;
	margin-right: 1%;
	border: 2px solid #eee;
	box-shadow: 0px 0px 32px #000;
}

.screenshots img:hover
{
	border: 2px solid #ff0000;
}

.screenshots img.last
{
	margin-right: 0;
}

/* ---------------------------------------------
	ABOUT
--------------------------------------------- */

.about
{
	background: #222;
	border-bottom: 1px solid #666;
}

.about img
{
	float: left;
	display: inline;
	margin-right: 20px;
	border: 5px solid #e0d7c5;
}

.about-content
{
	float: right;
	display: inline;
	width: 640px;
}

/* ---------------------------------------------
	PRE-ORDER
--------------------------------------------- */

.preorder
{
	background: url("images/preorder-bg.jpg");
	background-size: cover;
	background-position: center center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 120px 0px 120px 0px;
}

.humble-widget
{
	width: 550px;
	margin-left: 205px;
	margin-right: 205px;
}

.quotes
{
	width: 100%;
	text-align: center;
	float: left;
}

.quote
{
	background: rgba(0, 0, 0, 0.5);
	border-radius: 16px;

	width: 50%;
	padding: 2%;
	margin: 20px 24% 20px 24%;

	text-align: center;
	font-size: 1.8em;
	font-family: georgia, serif;
	color: #fff;
	float: left;
	display: block;
}

.quote-text
{
	color: #eee;
	font-weight: bold;
	display: block;
	text-align: left;
}

.quote-source
{
	font-size: 0.6em;
	font-weight: bold;
	color: #eee;
	display: block;
	text-align: right;
	margin-top: 10px;
}

.quote-source a { color: #a3806b; text-decoration: none; }
.quote-source a:hover { color: #fff; text-decoration: none; }

/* ---------------------------------------------
	DEMO
--------------------------------------------- */

.demo
{
	margin: 0;
	background: #051220;
	border-top: 1px solid #354250;
	border-bottom: 1px solid #000;
	padding: 80px 0px 80px 0px;
}

.demo-content
{
	float: left;
	width: 640px;
	display: inline;
}

.demo p
{
	color: #2d4c6c;
	font-size: 1.2em;
}

.demo img
{
	float: right;
	display: inline;
	border: 5px solid #e0d7c5;
}

.play-demo
{
	float: left;
	padding: 10px 40px 10px 40px;
	background: #eee;
	box-shadow: 0px 0px 32px #01060b;
	color: #444;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 10px;
	text-transform: uppercase;
	margin-top: 20px;
}

.play-demo:hover
{
	background: #2d4c6c;
	color: #fff;
}

/* ---------------------------------------------
	TEAM
--------------------------------------------- */

.team
{
	border-top: 1px solid #444;
	background: url("images/aboutbg.png") repeat-x #222;
}

.deconstructeam
{
	width: 100%;
}

.team-member
{
	width: 30%;
	float: left;
	display: inline;
	margin-right: 3%;
	margin-bottom: 20px;
}

.team-member img
{
	width: 100%;
	float: left;
	display: inline;
	border-radius: 64px;
}

.team-info
{
	float: left;
	width: 100%;
	display: inline;
	padding: 0px 0px 20px 0px;
	font-size: 1.2em;
	line-height: 1.8em;
}

.team-info h2
{
	width: 100%;
	font-size: 1.2em;
	line-height: 0.8em;
	color: #fff;
	float: left;
}

.team-info a { color: #bab6a7; text-decoration: none; }
.team-info a:hover { color: #fff; }

/* ---------------------------------------------
	SUPPORT
--------------------------------------------- */

.support
{
	background: url("images/support-bg.jpg");
	background-size: cover;
	background-position: center center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
}

.support .wrapper
{
	width: 400px;
}

#support-error
{
	text-align: center;
}

#support-form
{
	width: 400px;
}

#support-form span
{
	float: left;
	width: 100px;
	padding: 5px;
	margin: 2px;
	color: #fff;
	font-size: 1.2em;
	display: inline;
	text-align: left;
}

#support-form input
{
	float: right;
	width: 240px;
	padding: 5px;
	margin: 2px;
	color: #888;
	font-size: 1.2em;
	display: inline;
	font-family: "Courier New", Courier, monospace;
	background: rgba(0, 0, 0, 0.5);
	border: 0px;
}

#support-form textarea
{
	width: 90%;
	padding: 5%;
	font-size: 1.2em;
	color: #888;
	font-family: "Courier New", Courier, monospace;
	background: rgba(0, 0, 0, 0.5);
	border: 0px;
}

#support-form input[type=button]
{
	float: right;
	background: #000;
	padding: 10px;
	border-radius: 5px;
	width: 100px;
}

#support-form input[type=button]:hover
{
	float: right;
	color: #000;
	background: #fff;
	cursor: pointer;
}

/* ---------------------------------------------
	SOCIAL
--------------------------------------------- */

.social
{
	position: absolute;
	top: 32px;
	right: 32px;
	width: 40px;
}

.twitter-icon, .facebook-icon, .tumblr-icon
{
	float: left;
	width: 32px;
	height: 32px;
	margin: 4px;
	background: url("images/social.png") no-repeat;
}

.facebook-icon { background-position: -32px 0px; }
.tumblr-icon { background-position: -64px 0px; }

.twitter-icon:hover { background-position: 0px -32px; }
.facebook-icon:hover { background-position: -32px -32px; }
.tumblr-icon:hover { background-position: -64px -32px; }

/* ---------------------------------------------
	FOOTER
--------------------------------------------- */

.footer
{
	background: #000;
	border-top: 1px solid #444;
	text-align: center;
}

.footer .wrapper
{
	width: 120px;
}

/* ---------------------------------------------
	MOBILE
--------------------------------------------- */

@media(max-width: 960px)
{
	.wrapper
	{
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
		overflow: hidden;
	}

	.section
	{
		overflow: hidden;
	}

	.camprfire { overflow: hidden; }
	#campfire-frames { width: 100%; overflow: hidden; }

	.navigation { display: none; }

	.screenshots img { width: 30%; }

	.about img { display: none; }
	.about-content { width: 100%; }

	.humble-widget { width: 550px; margin-left: calc(50% - 275px); margin-right: 0px; }

	.demo img { display: none; }
	.demo-content { width: 100%; }

	.team-info h2 { line-height: 1.2em; }
}
