@font-face {
	font-family: 'blk';
	src: url(../font/BLKCHCRY.TTF);
}

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

h1, 
h2,
nav {
	font-family: 'blk', serif;
}

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

h1 {
	font-size: 2.5em;
}

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

nav {
	font-size: 1.15em;
}

header {
	height: 100vh;
	background: #000 url(../img/bg-header-high.jpg) center center / cover no-repeat;
	padding-bottom: 50px;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;

}

.redtext,
dt {
	color: red;
}

.nowrap {
	white-space: nowrap;
}

.intro {
	display: table;
	margin: auto;
	width: 100%;
	padding-top: 40px;
}

.introbody {
	display: table-cell;
	vertical-align: middle;
}

.introbody .wrapper {
	width: 80%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.introbody .trailer {
	box-shadow: #C21616 0px 0px 25px;
}

.introbody h1 {
	padding: 5px;
}

.introbody h1 .smalltext {
	font-size: 18px;
}

.introbody .platform img {
	max-width: 40%;
}

.cta .preorder,
.cta .minigame {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.cta .minigame p {
	font-size: 12px;
}

.preorder-btn {
	background-color: rgba(0, 0, 0, 0.6);
	color: #C21616;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
	font-size: 1em;
	border: 2px solid #C21616;
	box-shadow: #C21616 0px 0px 25px;
	width: 300px;
}

.preorder-btn:hover {
	color: red;
	border: 2px solid red;
}

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

main .content-body {
	background-color: rgba(0, 0, 0, 0.75);
}

main {
	max-width: 100%;
	overflow: hidden;
}

.summary .screens img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.mobile-only img {
	max-width: 500px;
	width: 100%;
}

.characters h1,
.system h1,
.screenshots h1 {
	margin-bottom: 35px;
}

.characters {
	background: url(../img/characters-bg2.png) center center / cover no-repeat;
}

.characters .character-img {
	height: 75vw;
	max-height: 350px;
	overflow: hidden;
}

.characters .character-img .rose {
	padding-top: 5%;
}

.system-thumb {
	margin: 4px 4px;
	background-color: #333;
	background-size: cover;
}

.system-rose {
	background: #000 url(../img/system_rose_pop02.jpg) center 90% no-repeat;
}

.system-giant {
	background: #000 url(../img/ss03.jpg) center center no-repeat;
}

.system-seal {
	background: #000 url(../img/system_seal_pop01.jpg) 34% 99% no-repeat;
}

.system-gimmick {
	background: #000 url(../img/ss01.jpg) center center no-repeat;
}

.system-memory {
	background: #000 url(../img/ss02.jpg) 25% center no-repeat;
}

.system .overlay {
	background-color: rgba(0, 0, 0, 0.45);
	padding-top: 25%;
	cursor: pointer;
}

.system .overlay label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	overflow: hidden;
}

.screenshots img {
	box-shadow: #C21616 0px 0px 7px;
	margin: 9px;
	max-width: 80%;
	cursor: pointer;
}

.info {
	background: url(../img/info-bg.png) center center / cover no-repeat;
}

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

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: red;
}

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: #C21616;
	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 {
	background-color: rgba(0, 0, 0, 0);
}

#screenshotModal .screenpop {
	box-shadow: #C21616 0px 0px 7px;
}

.carousel {
	margin-bottom: 50px;
}

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

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

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

@media (min-width: 768px) {
	.mobile-only {
		display: none;
		visibility: hidden;
	}

	nav .container {
		max-width: 750px;
	}

	nav img {
		max-height: 40px;
	}

	nav li:hover {
		background-color: #C21616;
	}

	#nav-logo a {
		padding: 5px 0px;
	}

	#nav-logo:hover{
		background-color: transparent;
	}

	#nav-preorder a {
		color: red;
	}

	#nav-preorder a:hover{
		color: inherit;
	}

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

	.story {
		background: #000 url(../img/story_img01.png) right center / 500px no-repeat;
		min-height: 500px;
		text-align: left;
	}

	.summary {
		background: #000 url(../img/summary_img01.png) left center / 500px no-repeat;
		min-height: 500px;
		text-align: left;
	}

	.system .col-sm-2 {
		padding: 0;
	}

	.system-thumb {
		background-size: auto;
	}

	.system .overlay {		
		padding-top: 100%;
	}

	.system .overlay:hover {
		background-color: rgba(194, 22, 22, 0.5);
	}

	.system .overlay:hover label {
		display: block;
	}

	.screenshots img {
		max-width: 40%;
	}

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

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

	#screenshotModal .modal-dialog {
		width: 600px;
	}
}