﻿.hero-section-main-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.hero-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/KeyArtBackground.html');
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/KeyArtBackground.html');
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}

.nav-bar {
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #e0e0e0;
	text-align: center;
}

.nav-link {
	display: inline-block;
	padding: 20px;
	color: #252525;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-link:hover {
	text-decoration: none;
}

.background-video {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-image: url('../images/KeyArtBackground.html'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
	background-image: url('../images/KeyArtBackground.html'), linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
	background-position: 50% 50%, 0px 0px;
	background-size: cover, auto;
	background-repeat: no-repeat, repeat;
}

.section {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ececec;
	line-height: 22px;
}

	.section.copyright-footer {
		margin-bottom: 0px;
		padding-top: 19px;
		padding-bottom: 19px;
		background-color: #e0e0e0;
		color: #252525;
	}

	.section.press {
		display: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.section.subscribe {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.section.copyright {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #252525;
	}

	.section.contact {
		padding-right: 40px;
		padding-left: 40px;
	}

	.section.credits {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		margin-bottom: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section.games {
		margin-top: 10px;
		padding-top: 20px;
	}

	.section.team {
		padding-top: 20px;
	}

.footer-title {
	margin-top: 2px;
	color: #252525;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.footer-link {
	display: block;
	opacity: 0.35;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	color: #252525;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

	.footer-link:hover {
		opacity: 1;
		color: #000;
	}

.paragraph {
	color: #252525;
	font-size: 16px;
	text-align: left;
}

	.paragraph.made-with-love {
		margin-top: 20px;
		margin-bottom: -10px;
		color: #252525;
		text-align: center;
	}

	.paragraph.nikki {
		color: #fff;
		font-size: 14px;
	}

	.paragraph.footer-footer {
		margin-top: 10px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}

	.paragraph.team-description {
		font-size: 16px;
		text-align: center;
		vertical-align: top;
	}



.social-media-footer-block {
	height: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-media-footer-icons {
	padding-right: 2px;
	padding-left: 2px;
	opacity: 0.5;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

	.social-media-footer-icons:hover {
		opacity: 1;
	}

	.social-media-footer-icons.first {
		margin-left: -8px;
		padding-left: 0px;
		opacity: 0.5;
		-webkit-transition: opacity 200ms ease;
		transition: opacity 200ms ease;
	}

		.social-media-footer-icons.first:hover {
			opacity: 1;
		}

	.social-media-footer-icons.team-social {
		padding-right: 10px;
		padding-left: 10px;
		opacity: 0.5;
		-webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
		transition: opacity 200ms ease, -webkit-transform 200ms ease;
		transition: opacity 200ms ease, transform 200ms ease;
		transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
	}

		.social-media-footer-icons.team-social:hover {
			opacity: 1;
			-webkit-transform: scale(1.5);
			-ms-transform: scale(1.5);
			transform: scale(1.5);
		}

.heart {
	opacity: 0.5;
	-webkit-transition: opacity 1000ms ease;
	transition: opacity 1000ms ease;
	color: red;
	font-size: 17px;
	line-height: 22px;
	cursor: default;
}

	.heart:hover {
		opacity: 1;
	}

.copyright-text {
	color: #252525;
	font-size: 14px;
}

.game-container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.game-container.go-away {
	display: none;
}

.af-banner {
	background-image: url('images/AF/arafellbanner.jpg');
}

.r3p-banner {
	background-image: url('images/R3P/R3P_background2.png');
}

.game-info-button {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	border: 2px dashed #fff;
	border-radius: 4px;
	background-color: transparent;
	-webkit-transition: border 200ms ease;
	transition: border 200ms ease;
	text-transform: none;
}

	.game-info-button:hover {
		border-style: dashed;
		border-color: #fff;
		background-color: transparent;
	}

.game-info-summary {
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

	.game-info-summary.release-date {
		margin-top: 20px;
	}

	.game-info-summary.drm-free {
		margin-top: -7px;
		color: #252525;
		font-size: 14px;
		text-decoration: none;
	}

	.game-info-summary.support {
		color: #252525;
		text-align: justify;
		line-height: inherit;
	}

		.game-info-summary.support.support-the-true-one {
			text-align: center;
		}

			.game-info-summary.support.support-the-true-one.disclaimer {
				margin-bottom: 10px;
				padding-bottom: 0px;
				font-size: 12px;
			}

.game-info-oses {
	margin-top: 20px;
	margin-bottom: 20px;
}

.game-info-oses img {
	width: 35px;
	height: 35px;
	filter: grayscale(100%) brightness(200%);
}

.oses-icons:hover {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mailing-list-signup {
	padding-right: 30px;
	padding-left: 30px;
}

.section-header {
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

.press-quote {
	padding: 10px 20px;
	font-size: 18px;
}

.press-speaker {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.content-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0 12px 12px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.team-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 300px;
}

.team-member {
	position: static;
	overflow: visible;
	margin-top: 10px;
	margin-bottom: 10px;
}

.game-info-title {
	color: #fff;
	font-size: 30px;
	letter-spacing: 5px;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 8px;
}

.team-name {
	color: #252525;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.buy-now-container-ara-fell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: none;
	border-color: #000;
	background-color: #e0e0e0;
	text-align: center;
}

.buy-now-embed {
	margin-top: 10px;
	margin-bottom: 10px;
}

.body {
	background-color: #ececec;
}

.press-quote-block {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #e0e0e0;
}

.buy-now-header {
	color: #252525;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}

	.buy-now-header.credit-game {
		display: block;
		margin-top: -5px;
		margin-bottom: 0px;
		color: #252525;
		font-size: 16px;
		text-align: center;
		text-transform: none;
	}

.storefronts-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.storefront-logo {
	position: static;
	overflow: visible;
	height: 80px;
	max-width: 100%;
	margin-right: 10px;
	margin-left: 10px;
}

.submit-button {
	background-color: rgba(37, 37, 37, .5);
}

.field-label {
	font-size: 16px;
}

.error-message {
	background-color: rgba(255, 0, 0, .5);
}

.succ-paragraph {
	margin-bottom: 0px;
	font-size: 16px;
	text-align: center;
}

.succ-message {
	background-color: rgba(63, 167, 72, .5);
}

.stegosoft-logo {
	margin-top: 10px;
	margin-left: 10px;
	opacity: 0.5;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

	.stegosoft-logo:hover {
		opacity: 1;
	}

.credit-column {
	padding-right: 0px;
	padding-left: 0px;
}

.credit-row {
	width: 50vh;
}

.credit-link {
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: rgba(37, 37, 37, .5);
	text-decoration: none;
}

	.credit-link:hover {
		color: #252525;
	}

.ara-fell-hero-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	min-height: 1000px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url('../images/KeyArtBackground.html');
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.ara-fell-logo {
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.ara-fell-nav-link {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: M5x7, sans-serif;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

	.ara-fell-nav-link.back-to-stegosoft {
		display: block;
		margin-right: 0px;
		margin-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
		font-size: 18px;
		text-decoration: none;
	}

.ara-fell-navbar {
	display: none;
	margin-top: 10px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.ara-fell-navbar-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.ara-fell-body {
	background-color: #000;
}

.ara-fell-blurb {
	margin-top: 10px;
	font-family: M5x7, sans-serif;
	color: #fff;
	font-size: 32px;
	line-height: 25px;
	font-style: normal;
	text-align: center;
}

	.ara-fell-blurb.feature-column {
		padding-right: 0px;
		padding-left: 0px;
		font-size: 24px;
		line-height: 20px;
		text-align: justify;
		text-transform: none;
	}

	.ara-fell-blurb.ara-fell-quote {
		margin-top: 30px;
		margin-bottom: 30px;
		font-style: italic;
	}

.ara-fell-trailer-embed {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ara-fell-scroll-arrow {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ara-fell-section-title {
	display: inline;
	padding-bottom: 8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	font-family: M5x7, sans-serif;
	color: #e0e0e0;
	font-size: 36px;
	line-height: 25px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}

	.ara-fell-section-title.buy-now {
		display: block;
		margin-right: auto;
		margin-left: auto;
		font-size: 42px;
		text-decoration: none;
	}

.ara-fell-column {
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.ara-fell-row {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

.ara-fell-column-pic {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.ara-fell-footer {
	margin-top: 5px;
	font-family: M5x7, sans-serif;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.ara-fell-screenshot {
	padding: 5px 10px;
}

.ara-fell-screenshot-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.ara-fell-footer-text {
	margin-top: 10px;
}

.ara-fell-buy-now-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ara-fell-os-icons {
	display: block;
	margin: 15px auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ara-fell-buy-now-embed {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ara-fell-social-media-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ara-fell-links {
	display: inline-block;
	margin: 10px;
	font-family: M5x7, sans-serif;
	color: #fff;
	font-size: 22px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.ara-fell-link-back-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ara-fell-social-media-icon {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	opacity: 0.5;
	-webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: opacity 200ms ease, transform 200ms ease;
	transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

	.ara-fell-social-media-icon:hover {
		opacity: 1;
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
	}

.credits-links {
	color: #000;
	text-decoration: none;
}

.background-video-logo {
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	opacity: 0.6;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

	.background-video-logo:hover {
		opacity: 1;
	}

.stegosoft-games-presents {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #fff;
	font-size: 24px;
	text-align: left;
}

.background-video-image {
	position: static;
}

.to-ara-fell-site {
	opacity: 1;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.analytics {
	display: none;
}

html.w-mod-js *[data-ix="game-info-fade"] {
	opacity: 0;
}

html.w-mod-js *[data-ix="hide-on-load"] {
	display: none;
}

.game-info-fade {
	opacity: 0;
	transition: opacity 500ms ease 0s;
}

.game-info-fade:hover {
	opacity: 1;
}

.troubleshooting {
	color: inherit;
    font-size: 16px;
    text-align: left;
	line-height: inherit;
}

.credits {
	text-align: center;
}

.credits .avatar {
	text-align: center;
	margin: 0 auto;
}

.credits-list {
	text-align: center;
}

.credits-list a {
	padding: 0 2px !important;
}

.credits-list ul {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.credits-list li {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.credits-list h4 {
	text-decoration: underline;
}

.avatar-container {
	margin: 0 auto;
	text-align: center;
}

.credits .avatar {
	display: inline-block;
	padding: 20px 15px 0 15px;
}

.team-row {
	max-width: 940px;
	margin: 0 auto !important;
}

.g-recaptcha {
	margin: 15px 0;
}

@font-face {
	font-family: 'M5x7';
	src: url('../fonts/m5x7.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

#navbar {
	margin-top: 85px;
	text-align: right;
}

.nav-logo {
	padding: 10px 0 0 50px;
	position: absolute;
	top: -93px;
}

#company-logo {
	display: inline-block;
	max-width: 125px;
}

#company-name {
	display: inline-block;
	max-width: 200px;
	vertical-align: bottom;
	padding-bottom: 5px;
}

#contributors .team-column {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.error {
	color: red;
	display: block;
}

.nav-links {
	display: inline-block;
}

.header-wide-social-icons, .header-narrow-social-icons {
	padding-top: 1rem;
	vertical-align: top;
}

.header-wide-social-icons {
	display: inline-block;
	margin-right: -10px;
}

.header-narrow-social-icons {
	display: none;
	margin-right: 10px;
}

.credits h2 {
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.credits .credits-list, .credits .credits-list li {
	text-align: left;
}

@media (pointer:none), (pointer:coarse) {
	.game-info-fade {
		opacity: 1;
		transition: none;
	}
}

@media (max-width: 991px) {
	.background-video {
		background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/KeyArtBackground.html');
		background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/KeyArtBackground.html');
		background-position: 0px 0px, 50% 0px;
		background-size: auto, cover;
		background-repeat: repeat, no-repeat;
	}

	.section.contact {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ara-fell-blurb {
		padding-right: 30px;
		padding-left: 30px;
	}

	.ara-fell-section-title {
		line-height: 25px;
	}
}

@media (max-width: 915px) {
	#company-name {
		padding-bottom: 0;
		top: -55px;
		position: relative;
	}
}

@media (max-width: 767px) {
	#company-name {
		padding-bottom: 5px;
		top: -16px;
		position: initial;
	}
	#company-logo {
		display: none;
	}
	#navbar {
		margin-top: 0;
	}
	.nav-logo {
		padding-left: 15px;
		padding-top: 5px;
		top: 0;
	}
	.dropdown-menu li a {
		text-align: right;
	}

	.header-wide-social-icons {
		display: none;
	}
	.header-narrow-social-icons {
		display: inline-block;
	}

	.section.contact {
		padding-right: 10px;
		padding-left: 10px;
	}

	.ara-fell-blurb.feature-column {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ara-fell-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.ara-fell-column-pic {
		display: block;
		padding-right: 0px;
		padding-left: 0px;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		text-align: center;
	}

	.background-video-logo {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
}

@media (max-width: 620px) {
	.platform-icons span {
		display: block;
		text-align: center;
		padding: 12px 0;
	}

	.game-container {
		height: 380px;
	}
}

@media (max-width: 550px) {
	.navbar-brand {
		padding: 0 !important;
	}

	.paragraph.team-description {
		height: auto;
	}
	.social-media-footer-icons {
		padding-left: 0 !important;
	}
}

@media (max-width: 479px) {
	.nav-bar {
		display: block;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.header-narrow-social-icons {
		margin-right: 8px;
	}

	.header-narrow-social-icons img {
		margin-top: 3px;
		width: 24px !important;
	}

	.ara-fell-blurb.feature-column {
		margin-bottom: 30px;
	}

	.game-info-oses img {
		width: 28px;
		height: 28px;
	}
}
