html {
	min-height: 100%;
}

body {
	background: #05222e;
	color: #fff;
	margin: auto;
	font-family: "Mouse Memoirs", sans-serif;
	font-size: 22px;
	overflow-x: hidden;
	height: 100%;
	position: relative;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

header {
	width: 100%;
	height: 90px;
	display: inline-block;
	background: url("../images/header-bg.png") repeat-x -20px -30px;
	position: fixed;
	top: 0;
	z-index: 12000;
}

#hx-logo {
	float: left;
	background: url("../images/logo.png") no-repeat left center;
	width: 190px;
	height: 90px;
	text-indent: -9000px;
	margin: 0 0 0 10px;
	background-size: contain;
}

#links-holder {
	float: right;
	padding: 18px 0;
	font-size: 24px;
	text-transform: uppercase;
}

#links-holder p {
	float: left;
	margin: 0;
	padding: 14px 0 0;
}

#links-holder p a {
	display: inline-block;
}

#links-holder .mf-logo {
	float: right;
	margin: 0 10px 0 0;
}

#links-holder .mf-logo a {
	width: 50px;
	height: 45px;
	display: block;
	background: url("../images/mf-face.png") no-repeat;
	text-indent: -9000px;
	background-size: contain;
}

#links-holder .separator {
	margin: 0 5px 0;
}

#links-holder .yellow-text-underline {
    color: #cfff04;
    border-bottom: 2px solid #cfff04;
}

#main-image-holder {
	width: 100%;
	display: inline-block;
	margin: 90px 0 0;
	position: relative;
}

#main-image-holder .image {
	overflow: hidden;
	position: relative;
	max-height: 550px;
	background: #05222e;
}

#main-image-holder .image img {
	width: 100%;
}

#image-buttons {
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-align: center;
	z-index: 3000;	
}

#image-buttons ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.play-button {
	cursor: pointer;
	text-transform: uppercase;
	background: url("../images/image-buttons.png") no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	width: 220px;
	height: 110px;
	font-size: 46px;
	text-shadow: 1px 1px 8px #601ad6;
	line-height: 112px;
	display: inline-block;
	transition: color 0.25s, text-shadow 0.25s;
	color: #ffffff;
}

.play-button:hover {
	background-position: top;
	text-shadow: 1px 1px 4px #000000;
	color: #fffbde;
}

#content {
	text-align: center;
}

#content-box {
	width: 75%;
	max-width: 1130px;
	margin: 90px auto 20px;
	font-size: 26px;
	color: #4b5869;
	background: url("../images/pattern-blue.jpg");
	border-style: solid;
	border-width: 12px 13px 11px 15px;
	-moz-border-image: url("../images/border-blue.jpg") 10 12 12 14 repeat;
	-webkit-border-image: url("../images/border-blue.jpg") 10 12 12 14 repeat;
	-o-border-image: url("../images/border-blue.jpg") 10 12 12 14 repeat;
	border-image: url("../images/border-blue.jpg") 10 12 12 14 repeat;
	position: relative;
	display: inline-block;
	text-align: left;
}


#content-box h2 {
	text-transform: uppercase;
	font-size: 62px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	margin: 2% auto 1.5%;
	text-shadow: 1px 1px 1px #25557B, 1px 1px 5px #25557B;
}

#content-box .content-text p:nth-child(1){
	width: 40%;
	margin: 0 0 3% 29%;
}

#content-box .content-text p:nth-child(2){
	width: 43%;
	margin: 2% 0 5% 36%;
	text-align: right;
}

#content-box div p {
	margin: 0 0 18px;
}

#content-box .juliet {
	width: 36%;
	max-width: 400px;
	position: absolute;
	bottom: 0;
}

#content-box .scene-pics {
	width: 35%;
	max-width: 360px;
	position: absolute;
	top: -5px;
	right: 0;
}

.text-highlight {
	font-style: italic;
}

.platforms ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	width: 95%;
}

.platforms ul li {
	float: left;
	width: 33.3%;
}

.platforms ul li a {
	display: block;
	width: 140px;
	height: 45px;
	background: url("../images/platform-logos.png") no-repeat -2px -0px #000;
	background-size: auto 45px;
	border-radius: 10px;
	text-indent: -9000px;
	cursor: pointer;
	transition: all .3s ease-out;
	margin: 0 auto 25px;
}

.platforms ul li a:hover {
	box-shadow: 1px 1px 1px #000000, 1px 1px 12px #0E79D0;
}

.platforms ul li a.google {
	background-position: -161px 0px;
}

.platforms ul li a.amazon {
	background-position: -320px 0px;
}

.platforms ul li a.facebook {
	background-position: -649px 1px;
}

.platforms ul li a.microsoft {
	background-position: -811px 1px;
}


#platform-list ul {
	width: 100%;
	background: url("../images/line-green.png") repeat-x top, url("../images/header-bg.png") bottom;
	padding: 16px 0;
	margin: -12px 0 0;
}

#platform-list ul li {
	width: 20%;
}

#platform-list ul li a {
	margin: 5px auto;
	border: 2px solid rgba(255, 255, 255, 0);
	width: 140px;
	height: 45px;
	background-size: auto 45px;
	border-radius: 10px;
}

#platform-list ul li a:hover {
	border: 2px solid rgba(255, 248, 162, 0.85);
	box-shadow: 0px 0px 10px #FEF593, 0px 0px 10px #DC684A;
}

#developers {
	text-align: center;
	margin: 40px 0 0;
	background: url("../images/line.png") no-repeat top center, url("../images/line.png") no-repeat bottom center;
	padding: 15px 0;
	background-size: 540px;
}

#developers p {
	text-transform: uppercase;
	font-size: 34px;
	margin: 10px 10px 0;
}

#developers ul {
	list-style-type: none;
	margin: auto;
	padding: 0;
	display: inline-block;
	width: 380px;
}

#developers ul li {
	float: left;
	width: 50%;
}

#developers ul li a {
	display: block;
	text-indent: -9000px;
	margin: auto;
	height: 60px;
}

#developers .dev-mf {
	background: url("../images/mf-logo.png") no-repeat center;
	width: 160px;
	background-size: contain;
}

#developers .dev-ks {
	background: url("../images/kef-logo.png") no-repeat center 22px;
	width: 145px;
	background-size: contain;
}

footer {
	background: url("../images/footer-bg.jpg") no-repeat center bottom;	
	text-align: center;
	width: 100%;
	padding: 10px 0;
	line-height: 18px;
	height: 120px;
	font-size: 22px;
}

#legal {
	padding: 20px 0 0;
}

@media (min-width: 1440px) {
	#main-image-holder {
		margin: 0px 0 0;
	}
	#main-image-holder .image{
		max-height: 650px;
	}
}

@media (max-width: 1156px) {
	#main-image-holder .image{
		max-height: 450px;
	}
}

@media (max-width: 910px) {
	#main-image-holder .image{
		max-height: 350px;
	}
}

@media (max-width: 667px) {
	#main-image-holder .image{
		max-height: 250px;
	}
}

@media (max-width: 490px) {
	#main-image-holder .image{
		max-height: 200px;
	}
}

@media (max-width: 376px) {
	#main-image-holder .image{
		max-height: 150px;
	}
}

@media (max-width: 288px) {
	#main-image-holder .image{
		max-height: 100px;
	}
}


@media (max-width: 946px) {
	#content-box h2 {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 907px) {
	.platforms ul li a {
		width: 95px;
		height: 31px;
		background-size: auto 31px;
		margin: 0 auto 20px;
	}

	.platforms ul li a.google {
		background-position: -161px 0px;
	}

	.platforms ul li a.amazon {
		background-position: -320px 0px;
	}

	.platforms ul li a.facebook {
		background-position: -649px 0;
	}

	.platforms ul li a.microsoft {
		background-position: -811px 0;
	}
}

@media (max-width: 801px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}

	header {
		height: 45px;
		background: url("../images/header-bg.png") repeat-x;
		background-size: auto 80px;
	}

	#hx-logo {
		width: 25%;
		height: 40px;
		margin: 3px 0 0 2%;
	}

	#links-holder {
		padding: 0;
		font-size: 20px;
	}

	#links-holder p {
		padding: 14px 0 0;
	}

	#links-holder .separator {
		margin: 0 2px 0;
	}

	#links-holder .mf-logo {
		margin: 8px 0px 0 0;
	}

	#links-holder .mf-logo a {
		width: 30px;
		height: 25px;
		background-size: contain;
	}

	#main-image-holder {
		margin: 45px 0 0;
	}

	#image-buttons ul {
		width: 100%;
		min-width: inherit;
	}

	.play-button {
		background-position: bottom;
		width: 0px;
		height: 0px;
		font-size: 0px;
		line-height: 0px;
	}

	.platforms ul li a, #platform-list ul li a {
		width: 95px;
		height: 31px;
		background-size: auto 31px;
		margin: 0 auto 20px;
	}

	.platforms ul li {
		width: 20%;
	}

	.platforms ul li:nth-child(4) {
		padding: 0;
	}

	#platform-list ul li a {
		margin: 4px auto;
	}

	.platforms ul li a.google {
		background-position: -112px 0px;
	}

	.platforms ul li a.amazon {
		background-position: -222px 0px;
	}

	.platforms ul li a.facebook {
		background-position: -447px 0;
	}

	.platforms ul li a.microsoft {
		background-position: -558px 0;
	}

	#content-box {
		width: 80%;
		padding: 15px 0;
		margin: 10px auto;
		font-size: 20px;
		line-height: 22px;
	}

	#content-box p {
		margin: 15px;
	}

	#content-box .content-text p:nth-child(1), #content-box .content-text p:nth-child(2) {
		margin: 10px auto;
		width: 85%;
		text-align: left;
	}

	.scene-pics, .juliet {
		display: none;
	}

	#developers {
		margin: 0 0 10px;
	}

	#developers p {
		font-size: 22px;
		margin: 10px 10px 5px;
	}

	#developers ul {
		width: 300px;
	}

	#developers .dev-mf {
		width: 135px;
		background: url("../images/mf-logo.png") no-repeat center 5px;
		background-size: contain;
	}

	#developers .dev-ks {
		width: 120px;
		background-size: contain;
	}

	footer {
		font-size: 18px;
		height: 65px;
		line-height: 22px;
		background-size: auto 100%;
	}

	#legal {
		padding: 5px 0 0;
	}

	footer p {
		margin: 6px;
	}

@media (max-width: 519px) {
	#platform-list ul li {
		width: 33.3%;
	}

	#platform-list ul li:nth-child(4) {
		padding: 0 10%;
	}

}
@media (max-width: 687px) {
	#links-holder {
		font-size: small;
	}
}

}  /* end mobile customizations */

@media (max-width: 618px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: initial;
    }
}
@media (min-width: 619px) {

    .desktop {
        display: initial;
    }

    .mobile {
        display: none;
    }
}
@media (max-width: 227px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: none;
    }
}
