@font-face {
	font-family: 'toon';
	src: url(../font/TOONISH.ttf);
}

body {
	font-size: 18px;
	background-color: #fff;
}

h1 {
	font-family: 'toon', sans-serif;
	text-shadow:
	-2px -2px 0 #000,
	2px -2px 0 #000,
	-2px 2px 0 #000,
	2px 2px 0 #000,
	5px 5px 0 #000;
	font-size: 2em;
	letter-spacing: 2px;
}

.copy,
.screenshots h1 {
	color: #a4d6f4;
}

.preorder h1 {
	color: #af41c1;
}

.about h1,
.characters h1 {
	color: #ed1b5e;
}

.trailer h1,
.info h1 {
	color: #ffed78;
}

p,
dl,
a {
	font-family: 'Montserrat', sans-serif;
}

.cta {
	margin-top: 45px;
	margin-bottom: 45px;
}

.cta .btn {
	background-color: #af41c1;
	border: 2px solid #fff;
	color: #fff;
	min-width: 150px;
	font-size: 1.15em;
	margin-top: 10px;
}

.cta .btn:hover {
	background-color: #ed1b5e;
}

.purchase-btn {
	border: 2px solid #eee;
	border-radius: 10px;
	background-color: #fff;
	width: 246px;
	height: 72px;
	margin-bottom: 5px;
	box-shadow: 0px 0px 6px #333;
}

.purchase-btn:hover {
	background-color: #ccc;
	border-color: #eee;
}

.smalltext {
	font-size: 0.5em;
	text-shadow: 
		1px 1px 0 #000,
		-1px -1px 0 #000,
		-1px 1px 0 #000,
		1px -1px 0 #000,
		2px 2px 0 #000;
}

.disclaimer {
	color: #000;
	font-size: 0.75em;
}

header,
main,
footer {
	text-align: center;
	background: #fff;
}

header {
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	box-shadow: 0 5px 9px 0 #000;
}

header .container-fluid {
	max-width: 1920px;
}

.introbody {
	background: #fff url(../img/bg-mobile.jpg) center center / cover no-repeat;
}

.introbody .preorder,
.introbody .trailer{
	margin: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

dt {
	color: #ed1b5e;
}

.nowrap {
	white-space: nowrap;
}

.introbody h1 {
	padding: 5px;
}

main {
	max-width: 100%;
	overflow: hidden;
	background: url(../img/bg-tile.png) repeat;
}

main .container {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow:	5px 5px 0 #000;
}


.trailer-box {
	/*
	box-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000,
	5px 5px 0 #000;
	*/
	margin-bottom: 10px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.thumbs img {
	box-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000,
		5px 5px 0 #000;
	margin: 9px;
	max-width: 80%;
	cursor: pointer;
}

.about p {
	max-width: 520px;
	margin: 20px auto;
}

.characters .thumbs img {
	max-width: 30%;
	margin: 2px;
}

.info dd {
	color: #000;
}

.platform-row {
	margin-bottom: 20px;
}

footer {
	position: relative;
	padding-top: 50px;
	font-size: 14px;
	background-color: #000;
	z-index: 999;
	color: #fff;
}

footer .social {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin: 20px 0;
}

footer .legal img,
.platform img {
	margin: 10px;
}

footer .social a{
	color: #fff;
	margin-right: 10px;
}

footer .social a:last-child{
	margin-right: 0;
}

footer .social a:hover {
	color: #ed1b5e;
}

footer .copyright {
	margin: 20px 0;
	font-size: 12px;
}

.modal-content {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	border: none;
	color: #fff;
	text-align: center;
}

.modal-content .modal-header {
	border-bottom: none;
} 

.modal-content .close {
	color: #a4d6f4;
	opacity: 0.9;
	text-shadow: none;
	font-size: 2em;
}

.modal-body {
	background-color: rgba(80, 80, 80, 0.8);
	border-radius: 5px;
}

#screenshotModal .modal-body,
#characterModal .modal-body {
	background-color: rgba(0, 0, 0, 0);
}

.carousel {
	margin-bottom: 50px;
}

.carousel-indicators {
	bottom: -35px;
}

.carousel-indicators .active {
	background-color: #a4d6f4;
	border: 1px solid #a4d6f4;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
}

@media (min-width: 1120px) {
	.introbody {
		background: #fff url(../img/bg.jpg) center center / cover no-repeat;
		max-width: 1920px;
		height: 960px;
		position: relative;
	}
}

@media (min-width: 769px) {
	h1{
		font-size: 2em;
	}

	main section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.trailer-box {
	}

	.thumbs img {
		max-width: 23%;
	}

	.characters .thumbs img {
		max-width: 10%;
	}

	footer #vr-icon {
		margin-top: 20px;
	}

	.modal-dialog {
		width: 80%;
		max-width: 800px;
	}

	.modal-content p {
		max-width: 635px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.modal-dialog {
		margin: 0;
	}

	.modal-body {
		padding: 0;
	}
}

@media (max-width: 1119px) {
	.introbody .preorder,
	.introbody .trailer {
		background-color: rgba(255, 255, 255, 0.75);
	}
}