﻿
body {
	background-color: #000;
}

body, a, .blurb, .feature-column, .blurb.feature-column, .section-title, .contact-links a, .footer-text {
	color: #fff !important;
}

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

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

#r3p-logo {
	max-width: 400px;
	padding-top: 40%;
	padding-bottom: 2%;
	margin: 0 auto;
}

#header-section {
	margin-top: -54px;
}

.section-title {
	height: inherit !important;
}

@media (max-width: 1550px) {
	#r3p-logo {
		padding-bottom: 0;
	}
}

@media (max-width: 1000px) {
	#header-section {
		margin-top: 0;
	}

	#r3p-logo {
		max-width: 300px;
		padding-top: 40%;
		padding-bottom: 2%;
		margin: 0 auto;
	}
}

@media (max-width: 750px) {
	#header-section {
	}

	#r3p-logo {
		max-width: 200px;
	}
}
