body {
	margin: 0;
	color: rgba(0, 0, 0, 0.7);
	-webkit-font-smoothing: antialiased;
	background: #88af2d url(background.jpg) center center;
	background-attachment: fixed;
	background-size: cover;
}


header > nav#quicklinks > a,
.call-to-action {
	font-family: 'Helvetica Neue LT Condensed', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

a {
	display: inline-block;
	color: black;
	text-decoration: none;
	transition: all .2s cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover {
	text-shadow: 0 0 1px #ff1261;
}

a.arrow {
	display: inline-block;
	min-height: 23px;
	padding-right: 1.3em;
	background: url(gui/link-arrow.svg) no-repeat right 0%;
	opacity: 0.7;
	font-weight: bold;
	transition-duration: .3s;
}

a.arrow:hover {
	padding-right: 1.8em;
	opacity: 0.9;
	transition: all .2s cubic-bezier(.27, .68, .04, 1.89);
}

a.arrow:active {
	padding-right: 4em;
	opacity: 0.9;
	transition: all .2s cubic-bezier(.27, .68, .04, 1.89);
}

a.anchor {
	position: absolute;
}

#development-tag {
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 900;
	width: 260px;
	height: 35px;
	background: url(development-tag@2x.png) left top no-repeat;
	background-size: 100%;
	transition: opacity 0.1s ease-out;
}

#development-tag:hover {
	opacity: 0.1;
}



/*** Header ***/

header {
	position: relative;
	display: block;
	height: 111px;
	min-width: 640px;
	padding: 12px 0 9px;
	background-color: rgba(0, 50, 54, 0.65);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.testing > header {
	padding: 25px;
	text-align: center;
}

header > .unveil {
	position: relative;
	z-index: 1;
	display: block;
	width: 218px;
	height: 70px;
	margin: 0 auto;
	background: url(header/unveil@2x.png) no-repeat left top;
	background-size: 100%;
	-webkit-animation: logo-glow 2s ease-out infinite;
	-moz-animation: logo-glow 2s ease-out infinite;
	animation: logo-glow 2s ease-out infinite;
}

@-webkit-keyframes logo-glow {
	from, to {
		opacity: 0.8;
	}
	10% {
		opacity: 1.0;
	}
}

@-moz-keyframes logo-glow {
	from, to {
		opacity: 0.8;
	}
	10% {
		opacity: 1.0;
	}
}

@keyframes logo-glow {
	from, to {
		opacity: 0.8;
	}
	10% {
		opacity: 1.0;
	}
}


header > nav#quicklinks {
	position: relative;
	z-index: 1;
	margin: 12px auto 0;
	display: block;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

header > nav#quicklinks > a {
	display: inline-block;
	padding: .1em .5em;
	color: rgba(255, 255, 255, 0.65);
	text-shadow: 0 0 40px rgba(255, 254, 246, 0);
}

header > nav#quicklinks:hover > a.active {
	color: #ffffff;
}

header > nav#quicklinks > a.active {
	color: white;
	text-shadow: 0 0 6px rgba(255, 254, 246, .4);
}

header > nav#quicklinks > a:hover {
	color: #ffffff !important;
	text-shadow: 0 0 4px rgba(255, 254, 246, .8) !important;
}


nav#sublinks {
	display: block;
	margin: 25px auto;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

nav#sublinks > a {
	display: inline-block;
	padding: .1em .5em;
	color: #989898;
}

nav#sublinks > a.active {
	color: black;
}

nav#sublinks:hover > a.active {
	color: #989898;
}

nav#sublinks > a:hover {
	color: black !important;
	text-shadow: none;
}




/*** Footer ***/

footer {
	text-align: center;
	padding-bottom: 25px;
}

footer > .particle-studios {
	display: block;
	width: 173px;
	height: 41px;
	margin: 30px auto 25px;
}




/*** Column Definitions ***/

.columnDefinitions {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-webkit-box-align: start;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: justify;
	-moz-box-align: start;

	display: box;
	box-orient: horizontal;
	box-pack: justify;
	box-align: start;
}

.columnDefinitions > .column {
	width: 290px;
	background: center top no-repeat;
	background-position: 0 60px;
	background-size: 290px auto;
}

.columnDefinitions > .column > h2 {
	font-size: 26px;
	text-align: center;
}

.columnDefinitions > .column > p {
	margin-top: 0.8em;
	text-align: center;
}

.columnDefinitions > .column > .centeredPicture {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	width: 100%;
	height: 270px;
}

.columnDefinitions.three > .column {
	width: 290px;
	padding-top: 365px;
}


.columnDefinitions.two {
	max-width: 930px;
	padding: 0 0px;
	margin: 0 auto;
}

.columnDefinitions.two > .column {
	width: 450px;
	margin-top: 40px;
}



/*** Social Time ***/

.socialTime {
	margin-top: 40px;
	padding: 50px 0 10px;
	text-align: center;
	-webkit-transform: translateY(0);
	font-weight: normal;
	font-size: 20px;
}

.socialTime > .socialLinks {
	margin-top: 20px;
}

.socialTime > .socialLinks > a {
	width: 76px;
	height: 25px;
	text-align: center;
	opacity: 0.6;
}

.socialTime > .socialLinks > a > img {
	display: block;
	margin: 0 auto;
}

.socialTime > .socialLinks > a > span {
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.socialTime > .socialLinks > a:hover {
	opacity: 1;
}


.vote-on-greenlight {
	display: block;
	width: 500px;
	margin: 30px auto;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
}




/*** Name List ***/

.nameList {
	width: 600px;
	margin: 30px auto;
	text-align: center;
}

.nameList > .name {
	display: inline-block;
	width: 25%;
}




/*** Section ***/

section {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 25px;
}

section.tight {
	padding: 10px 25px 10px;
}



section + section {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin-top: 40px;
	padding-top: 60px;
}

section.paper + section {
	border-top: none;
}

section.deep-red + section {
	border-top: 0;
	margin-top: 0;
	padding-top: 40px;
}

section > .container {
	display: block;
	width: 850px;
	margin: 0 auto;
}

section.narrow > .container {
	width: 580px;
}

section.super-narrow > .container {
	width: 360px;
}

section.screenshot-wide {
	width: 640px;
}

section.deep-red {
	width: 100%;
	background: #CC0036;
	color: white;
	padding: 25px 0;
	margin-bottom: 25px;
}

section.deep-red.reactive:hover {
	animation: deep-red-pulse 4s ease-in-out infinite;
	-webkit-animation: deep-red-pulse 4s ease-in-out infinite;
}

section.deep-red .container {
	color: white;
}

section.deep-red .container a {
	color: white;
	font-weight: bold;
}

section.deep-red a:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, .8);
}

section.deep-red .imageDefinitions > .row > .description {
	margin-left: -20px;
}

@-webkit-keyframes 'deep-red-pulse' {
	from, to {
		background: #CC0036;
	}
	3% {
		background: #ea003e;
	}
}

@keyframes 'deep-red-pulse' {
	from, to {
		background: #CC0036;
	}
	3% {
		background: #ea003e;
	}
}

section > img,
section > .container > img {
	display: block;
	margin: 0 auto;
}

p > img {
	vertical-align: middle;
}



/*** Section.Paper */

section.paper {
	border-top: none;
	width: 100%;
	padding: 60px 0;
	margin-top: 50px;
	background: white url(paper-background.png) repeat center top;
	background-size: auto;
	box-shadow: 0 5px 40px rgba(0, 20, 5, 0.6),
				inset 0 5px 5px rgba(255, 255, 255, 0.9),
				inset 0 -5px 5px rgba(0, 0, 0, 0.1);
}

section.paper {
	text-shadow: 	0 0.25em 0.25em white,
					0 -0.2em 0.2em rgba(0, 0, 0, 0.1);
}



/*** Section.Presentation */

section.presentation {
	text-align: center;
}

section.presentation p {
	font-size: 18px;
	text-align: center;
}

section.presentation ul > li {
	font-size: 18px;
	text-align: left;
}




/*** Text Styling ***/


h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: rgba(0, 0, 0, 0.8);
}

h1 {
	font-size: 64px;
	text-align: center;
	text-transform: uppercase;
}

section > h2 {
	text-align: center;
}

.wideImages + h1 {
	margin-top: 0;
	padding-top: 80px;
	/*border-top: none;*/
}

h2 {
	font-size: 25px;
}

* + h2 {
	margin-top: 30px;
}

.testing h2 {
	font-size: 28px;
	margin: 80px 0 30px;
}

.changelog h2 {
	text-align: center;
}

h1 + h2,
p + h2,
ul + h2 {
	margin-top: 2.5em;
}

h2.subtitle {
	margin-top: 0;
	font-size: 24px;
	text-transform: uppercase;
}

.subtitle {
	text-align: center;
	font-size: 18px;
}

p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
}

h1 + p {
	/*margin-top: 0.5em;*/
}

h2 + p {
	margin-top: 2em;
}

.imageDefinitions h2 + p {
	margin-top: .6em;
}

p + p {
	margin-top: .6em;
}

h2 + time {
	display: block;
	position: relative;
	color: #999;
	margin: 3px 0 10px;
	padding: 0;
}

.strikethrough {
	text-decoration: line-through;
	color: #999;
}

ul {
	list-style: circle;
}

ol {
	margin-bottom: 2.5em;
}

ul > li,
ol > li {
	font-size: 16px;
	line-height: 1.5em;
}

li + li {
	margin-top: 10px;
}

ul > li > ul,
ol > li > ul {
	margin: 10px 0 30px;
	padding-right: 100px;
}

h2 + .embedVideo {
	margin-top: 20px;
}

.embedVideo + p {
	margin-top: 30px;
}

.embedVideo > video,
.embedVideo > iframe {
	display: block;
	margin: 0 auto;
	/*max-width: 100%;*/
	/*width: 1000px;
	height: 562px;*/
}

.embedVideo.cinema {
	margin: 0 auto;
	height: 720px;
	background: rgba(0, 0, 0, 0.9);
}

.embedVideo.cinema > video,
.embedVideo.cinema > iframe {
	margin: 0 auto;
	width: 1280px;
	height: inherit;
}

section > img,
section > figure {
	display: block;
	margin: 30px auto;
	text-align: center;
}

figure + figure {
	margin-top: 60px;
}

section.screenshots > figure {
	width: 640px;
	line-height: 1.5em;
	text-align: center;
}

section > figure > figcaption {
	margin-top: .5em;
	padding: 10px 60px 0;
	line-height: 1.5em;
	font-size: 16px;
	text-align: justify;
}



/*** Cover ***/

.call-to-action {
	margin: 20px auto;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translateX(0);
}

.call-to-action > .action {
	position: relative;
	display: inline-block;
	width: 190px;
	height: 130px;
	vertical-align: top;
	background: no-repeat center center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translateX(0);
}

.call-to-action > .action.steam {
	background-image: url(cover/call-to-steam@2x.png);
	background-size: 87px 40px;
}

.call-to-action > .action.twitter {
	background-image: url(cover/call-to-twitter@2x.png);
	background-size: 57px 47px;
}

.call-to-action > .action.reddit {
	background-image: url(cover/call-to-reddit@2x.png);
	background-size: 35px 50px;
	background-position: center 45%;
}

.call-to-action > .action.gamepedia {
	background-image: url(cover/call-to-gamepedia@2x.png);
	background-size: 35px 50px;
	background-position: center 50%;
}

.call-to-action > .action.email {
	background-image: url(cover/call-to-email@2x.png);
	background-size: 59px 40px;
	background-position: center 50%;
}


.call-to-action > .action:hover {
	text-shadow: none;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.call-to-action > .action:hover > span {
	-webkit-transform: scale(0.9);
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.call-to-action > .action > span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
}

.call-to-action > .action > .top {
	top: 16px;
	font-size: 16px;
	text-transform: uppercase;
}

.call-to-action > .action > .bottom {
	bottom: 0;
	font-size: 24px;
	font-weight: 100;
}

.call-to-action > .action > .bottom > strong {
	font-weight: normal;
}







/*** Misc ***/



.row h3,
.description time {
	font-family: 'Helvetica Neue LT Condensed', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	/*font-weight: 200;*/
}

.row h3 {
	font-size: 20px;
	margin: 0;
}

.row p.subtitle,
.description time {
	font-size: 16px;
}


* + .imageDefinitions {
	margin-top: 50px;
}

.imageDefinitions > .row {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: top;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: start;
	-moz-box-align: top;

	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: top;
}

.imageDefinitions > .row + .row {
	margin-top: 60px;
}

.imageDefinitions > .row > .image {
	width: 40%;
	text-align: right;
	padding-right: 5%;
}

.imageDefinitions > .row > .image > img {
}

.imageDefinitions > .row > .description {
	padding-top: 20px;
	width: 55%;
}

.imageDefinitions > .row > .description > h2 {
	font-size: 36px;
	text-transform: uppercase;
}

.imageDefinitions.large > .row > .description:last-child {
	top: auto;
	bottom: -7px;
}

.imageDefinitions > .row > .description:first-of-type {
	top: -2px;
	bottom: auto;
}

.imageDefinitions.alternate > .row:nth-child(2n+1) > .description {
	float: right;
}

.imageDefinitions.alternate > .row:nth-child(2n+2) > .description {
	float: left;
	text-align: right;
}

.imageDefinitions > .row > img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -640px;
}



/* Wide row Images */

.wideImages {
	text-align: center;
}





/* Two Columns */

.twoColumns {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-webkit-box-align: start;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: justify;
	-moz-box-align: start;

	display: box;
	box-orient: horizontal;
	box-pack: justify;
	box-align: start;
}

.twoColumns > .column {
	display: inline-block;
	width: 480px;
	vertical-align: top;
}

.twoColumns > :nth-child(2n) {
	margin-left: 35px;
}

.twoColumns.double-content {
	width: 960px;
	margin: 0 auto;
}

.twoColumns.double-content > div {
	width: 460px;
}

.twoColumns.double-content > div > h2 {
	margin: 30px 0;
}




blockquote {
	font-size: 16px;
	padding: 15px 25px;
	margin: 30px 0;
	background-color: rgba(255, 255, 255, 0.4);
	line-height: 1.5em;
}

.fancyText {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	-webkit-transform: translateY(0);
}

.fancyText a {
	font-weight: normal;
	-webkit-transform-origin: left center;
}





/* Center Link */

.center-link {
	display: block;
	margin: 30px auto 0;
	text-align: center;
	font-size: 18px;
}

.center-link + .center-link {
	margin-top: 15px;
}

.center-link:last-child {
	margin-bottom: 30px;
}


.center-link > span {
	display: inline-block;
	padding: 7px 20px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 4px;
	transition: all 0.2s cubic-bezier(.27, .68, .04, 1.89);
}

.center-link:hover > span {
	border: 1px solid rgba(0, 0, 0, .4);
	background: rgba(255, 255, 255, .1);
	padding: 7px 40px;
}

.center-link:active > span {
	background: black;
	color: white;
	padding: 7px 20px;
}


/*** Changelog ***/

section.changelog > video,
section.changelog > a {
	display: block;
	margin: 20px auto;
	text-align: center;
}

section.changelog video {
	background: #eee;
}

section.changelog h3 {
	margin: 50px 0 10px;
	padding: 50px 0 0;
	border-top: 1px solid #eee;
}

section.changelog .soft {
	color: #999;
}

section.changelog li.feature::before,
section.changelog li.fix::before {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
}

section.changelog li.feature::before {
	content: "Feature";
	color: #e20a0a;
}

section.changelog li.fix::before {
	content: "Bugfix";
	color: #49728a;
}



/*** Portraits ***/

.portraits {
	margin-top: 25px;
	text-align: center;
}

.portraits > .item {
	display: inline-block;
	width: 240px;
	height: 320px;
	vertical-align: top;
}

.portraits > .item > img {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto 10px;
	border-radius: 100%;
}

.portraits > .item > .name {
	font-size: 28px;
	margin-top: 20px;
	color: black;
}

.portraits > .item > .description {
	font-size: 18px;
	margin-top: 5px;
	color: rgba(0,0,0,0.6);
}




/*** Photo Slideshow ***/

.pictureSlideshow {
	cursor: pointer;
	position: relative;
	height: 400px;
	margin-top: 40px;
	transition: transform 0.15s cubic-bezier(.27, .68, .04, 1.89);
}

.pictureSlideshow:hover {
	/*transform: scale(1.04);*/

}

.pictureSlideshow:active {
	transform: scale(0.95);
}

.pictureSlideshow > .picture {
	position: absolute;
	left: 50%;
	top: 0;
	width: 640px;
	height: 360px;
	margin-left: -320px;
	opacity: 0;
	transform: scale(0.8);
	box-shadow: 0 12px 40px rgba(5, 35, 0, 0.7);
	border-radius: 4px;
}

.pictureSlideshow > .picture > img {
	width: inherit;
	height: inherit;
	border-radius: 4px;
}

.pictureSlideshow > .picture.active {
	opacity: 1;
	transition: -webkit-transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
	transform: scale(1.0);
}

.pictureSlideshow > .picture.inactive {
	z-index: 1;
	opacity: 0;
	transition: transform 0.5s ease-in, opacity 0.15s ease-in;
	transition-delay: 0s, 0.45s;
	transform: translateX(-120vw) rotate(8deg) scale(1.3);
}



/*** Quote Rotation ***/

.quoteRotation {
	position: relative;
	width: 560px;
	height: 110px;
	margin: 25px auto 0;
}

.quoteRotation > .quote {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 560px;
	transition: opacity 0.5s ease-out;
	transition-delay: 0.5s;
	text-align: center;
}

.quoteRotation > .quote > .text {
	font-size: 28px;
}

.quoteRotation > .quote > .author {
	margin-top: 1.5em;
	font-size: 18px;
	font-style: italic;
}

.quoteRotation > .quote.active {
	opacity: 1;
}

.quoteRotation > .quote.inactive {
	transition-delay: 0;
}



@media screen and (min-width: 950px) and (max-width: 1279px)
{

	.embedVideo.cinema {
		height: 480px;
	}

	.embedVideo.cinema > video,
	.embedVideo.cinema > iframe {
		width: 854px;
	}
}

@media screen and (max-width: 949px)
{


	header {
		height: 140px;
	}

	header > nav#quicklinks {
		width: 350px;
	}

	section {
		width: 640px;
	}

	.columnDefinitions {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-pack: start;
		-webkit-box-align: center;

		display: -moz-box;
		-moz-box-orient: vertical;
		-moz-box-pack: start;
		-moz-box-align: center;

		display: box;
		box-orient: vertical;
		box-pack: start;
		box-align: center;
	}



	.portraits {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}



	.imageDefinitions > .row {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-box-align: center;

		display: -moz-box;
		-moz-box-orient: vertical;
		-moz-box-pack: center;
		-moz-box-align: center;

		display: box;
		box-orient: vertical;
		box-pack: center;
		box-align: center;
	}

	.imageDefinitions > .row + .row {
		margin-top: 80px;
	}

	.imageDefinitions > .row > .image {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.imageDefinitions > .row > .description {
		width: 450px;
		text-align: center;
		padding-top: 0 !important;
	}

	.imageDefinitions > .row > .description > p {
		text-align: inherit;
	}



	.pictureSlideshow > .picture {
		transition: -webkit-transform 0.2s ease-in-out, opacity 0.15s ease-in-out;
		margin-left: -320px;
	}

	.pictureSlideshow > .picture.active {
		transition: -webkit-transform 0.2s ease-in-out, opacity 0.15s ease-in-out;
	}

	.pictureSlideshow > .picture.inactive {
		transition: transform 0.5s ease-in-out, opacity 0.15s ease-in-out;
		transition-delay: 0s, 0.35s;
	}



	.embedVideo.cinema {
		height: 360px;
	}

	.embedVideo.cinema > video,
	.embedVideo.cinema > iframe {
		width: 640px;
	}
}
