body {
	background-color: #000000;	
}

.container {
	max-width:1500px;
	width: 90%;
}

header {
	background-color: #222;
	border-bottom: 1px solid #333333;
}


.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-left: 15px;
	letter-spacing: 4px;
}

.logo img {
	margin-top:10px;
}

.hero
{
	background-image: url("../images/sky_bg_s.png");
	background-size:cover;
	background-position: center center;
}

.hero h2 span, .tagline span
{
	background-color: #000000;
	padding-left:5px;
	padding-right:5px;
	/*color:#3a99c5*/
}

h2 a {
	color: #E15DE8;
}

h2 a:hover {
	color:#f4dd3f;
}

.hero_header_buy
{
	width:100% !important;
	color: #FFFFFF;
	text-align: center;
	display: block;
	letter-spacing: 4px;
}	

.hero_secondary
{
	height:800px;
	background-size: cover;
	display:block;
	position:relative;
	background-position: center center;
}

#hero_2
{
	background-image: url("../images/ParadiseKiller001.png");
}

#hero_3
{
	background-image: url("../images/ParadiseKiller017.png");
	height:500px !important;
}

.hero_secondary h1, .reviews h1 {
	font-size:250%;
	color: #ffffff;
    text-align: left;
    display: inline-block;
    margin: auto;
    letter-spacing: 4px;
	background-color:#3a99c5;
	margin-top:10px;
	padding: 0px 5px 5px 5px;
}

.hero_secondary p span {
	text-align: left;
    color: #FFFFFF;
    margin-top: 4px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	background-color:#000000;
}

.hero_contents
{
	margin-left: 50px;
}

.hero_header img {
	color: #FFFFFF;
	text-align: center;
	margin:auto;
	letter-spacing: 4px;
}

.video_container {
	position:relative;
	width:100%;
	height:100%;
}

.video_container iframe {
	 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.action_btn {
	margin: auto;
	text-align:center;
}

.wishlist_btn, .twitter_btn, .preorder_btn {
	display:inline-block;
	padding:10px;
	background-color: #E15DE8;
	color:#ffffff;
	text-decoration: none;
	text-align:center;
	border-style: none;
	text-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 5px #000;
	
	border-color: #E15DE8;
	border-width: 2px;
	border-style: solid;
	
	min-width:300px;
	margin:10px;
	
}

.wishlist_btn:hover, .twitter_btn:hover, .preorder_btn:hover {
	color:#f4dd3f;
	
	border-color: #f4dd3f;
	border-width: 2px;
	border-style: solid;
}

.wishlist_btn .main_text, .twitter_btn .main_text, .preorder_btn .main_text {
	font-size: 200%;
}

.wishlist_btn img, .twitter_btn img, .preorder_btn img {
	margin-left:0px;
}

a {
	text-decoration: none;
}

a .button {
	border-color:#E15DE8;
	color:#FFFFFF;
	background-color:#E15DE8;
	text-decoration: none;
}

a .button:hover {
	border-color:#f4dd3f;
	color:#f4dd3f;
	background-color:#E15DE8;
	text-decoration: none;
}

.light {
	color: #ffffff;
}

.btn {
  border-radius: 0rem;
}

.bg-primary {
  background-color: #E15DE8 !important;
}


.jumbotron {
	
	background: none;
	border-radius: 0rem;
}


.who_killed {
	background-color: #000000;
	
	margin:0px;
}

.text_column {
	color: #000000;
}

.who_killed h1 {
	/*color:#3a99c5;
	color: #E15DE8;*/
	color:#ffffff;
	font-weight: 600;
	font-size: 60pt;
	text-align: center;
	vertical-align: middle;
}

.who_killed img {
	background-color: #000000;
	display:block;
	margin:auto;
	text-align: center;
}

#reviews {
	background-image: url("../images/ParadiseKiller_IdleLands.png");
	min-height:300px;
}
.reviews {
	background-color: #000000;
	margin:0px;
}

.reviews img {
	background-color: #000000;
	display:block;
	margin:auto;
	text-align: center;
}

.review_score {
	display:inline-block;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	font-size:26px;
	margin:5px 10px 5px 0px;
	box-shadow: 0px 0px 5px #000;
}

p {
	color:#ffffff;
}

.footer_banner, .footer_banner p {
	background-color:#222;
	color:#ffffff;
}

.copyright {
	background: #111;
}

.copyright a
{
	color: #ffffff;
}

.copyright a:hover {
	color: #E15DE8;
}

h1.short_title {
	display:none;
}

p.platform {
	font-size:250%;
	color: #ffffff;
    text-align: center;
    margin: auto;
    letter-spacing: 4px;
	margin-top:10px;
	font-weight: bold;
}

p.platform span
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#E15DE8;
}

div.buy_options 
{
	text-align: center;
}

div.buy_options iframe
{
	padding-top:10px;
}

div.buy_options ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

div.buy_options li
{
	padding-bottom: 10px;
}

.platform_buy_options
{
	display:block;
	padding:10px;
	background-color: #3a99c5;
	color:#ffffff;
	text-decoration: none;
	text-align:center;
	border-style: none;
	/*text-shadow: 0px 0px 10px #000;*/
	/*box-shadow: 0px 0px 5px #000;*/
	
	border-color: #3094c0;
	border-width: 2px;
	border-style: solid;
	
	margin: 0 auto;
	width:600px;
	
	margin-bottom:40px;
}

.platform_buy_options table
{
	width:100%;
}

.platform_buy_options table tr td
{
	vertical-align:top;
}

.platform_buy_options table.two_cols td
{
	width:50%;
}

.platform_buy_options table.three_cols td
{
	width:33%;
}

.platform_buy_options .platform_name
{
	font-weight:bold;
	font-size: 20px;
	text-transform:uppercase;
}

.platform_buy_options a
{
	text-decoration: underline;
	font-weight:bold;
	color: #f4dd3f;
}

.platform_buy_options li:hover a
{
	color: #ffffff;
}

.platform_buy_options a:hover
{
	color: #E15DE8 !important;
}

@media (max-width: 767px) and (min-width: 321px)
{
.container {
	width: 100%;
}

.container header nav {
	float: right !important;
	background-color: #E15DE8;
	margin-bottom: 10px;
}
	
.hero_header {
	width:90%;
}
	
.hero_contents
{
	margin-left: 10px;
}
	
#hero_2
{
	background-image: url("../images/ParadiseKiller001_mobile.png");
}
	
h1.short_title {
	display:inline-block;
}
	
h1.long_title {
	display:none;
}
	
.video_container iframe {
	width:90%;
	height:50%;
	top:40%;
}

div.buy_options iframe {
	display:none;
}

div.platform_buy_options
{
	width:350px;
}

}

