#header-section {
	background-image: url('images/AF/KeyArtBackground.png');
	background-position: center top;
	background-size: cover;
	overflow: visible;
	background-repeat: no-repeat;
	image-rendering: -webkit-optimize-contrast;
}

	#header-section:after {
		background: none;
	}

#logo {
	padding-top: 215px;
	width: auto;
	padding-bottom: 30px;
}

	#logo img {
		float: left;
		max-width: 600px;
		position: absolute;
		left: -5px;
		padding-left: 3%;
		padding-top: 2%;
		top: 0;
	}

.section {
	position: initial;
}

#social-media-links a {
	opacity: 0.5;
}

.video-container-wrapper {
	max-width: 640px;
	max-height: 480px;
	margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

	.video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

body {
	background: #fff;
	font-family: M5x7, sans-serif;
}

body, a, .blurb, .feature-column, .blurb.feature-column, .section-title, .contact-links a, .footer-text {
	color: #222 !important;
	font-family: Verdana;
	line-height: 1.5em;
	font-size: 14px;
}

	.section-title.buy-now {
		font-size: 28px;
	}

.tagline p {
	color: white !important;
	text-shadow: 0 0 3px black;
}

.blurb {
	font-size: 20px;
}

.footer-text, .footer-text a, .contact-links a {
	font-family: Verdana;
	font-size: 12px;
}

.contact-links a {
	font-size: 16px;
}

.column .section-title {
	height: 65px;
	display: inline-block;
	font-size: 20px;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

.platform-icons {
	padding-top: 40px;
	padding-bottom: 20px;
}

	.platform-icons img {
		width: 64px;
		height: 64px;
		filter: brightness(0%);
		-webkit-filter: brightness(0%);
		-moz-filter: brightness(0%);
		-o-filter: brightness(0%);
		-ms-filter: brightness(0%);
	}

	.platform-icons a img {
		margin-top: -8px;
	}

		.platform-icons a img:hover {
			transition: 0.25s;
			filter: brightness(100%);
			-webkit-filter: brightness(100%);
			-moz-filter: brightness(100%);
			-o-filter: brightness(100%);
			-ms-filter: brightness(100%);
		}

#social-media-links {
	padding-bottom: 15px;
}

	#social-media-links img {
		width: 48px;
		height: 48px;
	}

@media (max-width: 1000px) {
	.platform-icons img {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.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;
	}

	.column .section-title {
		height: auto;
		display: inherit;
	}

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

@media only screen and (max-width: 620px) {
	#logo {
		padding: 0;
	}

		#logo img {
			width: 100%;
			padding: 0;
			padding-top: 20px;
			padding-bottom: 20px;
			position: inherit;
			float: none;
			left: auto;
			top: auto;
		}

	.platform-icons {
		padding: 0;
	}

		.platform-icons img {
			text-align: center;
		}

		.platform-icons span {
			display: block;
			padding: 12px 0;
		}

	@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;
		}

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