/* CSS Document */
body {
	padding-top:645px;
	overflow-x:hidden !important;
}
header {
	height:600px;
	/*background:url(../img/coverImg.jpg) no-repeat center left;*/
	/*background:url(../img/background_bottom.png.png) no-repeat center left;*/
	background:url(../img/coverImg.jpg) no-repeat top center ;
	background-size:cover;
	position:fixed;
	z-index:0;
	top:45px;
	left:0;
	width:100%;
}

section {
	padding:10px 0;
	background:#232426;
	position:relative;
	background:url(../img/section_black.jpg) no-repeat center left;
}
.item {
	background: #000;
	padding: 40px;
	color: #FFF;
	position: relative;
}
.item h2 {
	padding-bottom: 25px;
	padding-top: 0;
	margin: 0;
	font-family: "Arial Black", Gadget, sans-serif;

}

.item h2:after {
    background-color: #484848;
    content: "";
    display: block;
    height: 1px;
    margin: 30px 0 10px;
    width: 80px;
    z-index: 2;
}
section#story .image {
	background:url(../img/img_info.jpg)
}
section#northkorea .image {
	background:url(../img/img_story.jpg)
}
section#characters .image {
	background:url(../img/img_character.jpg)
}
section#equipment .image {
	background:url(../img/img_equipment.jpg)
}
section#skills .image {
	background:url(../img/img_battle.jpg)
}
section#missions .image {
	background:url(../img/img_missions.jpg)
}
section#cutscenes .image {
	background:url(../img/img_cutscenes.jpg)
}

.image {
	height: 100%;
	width: 60%;
	position: absolute;
	background-position: center !important;
	background-size: cover !important;
	top: 2px;

}
.image.left {
	left:0;
}
.image.right {
	right:0;
}
header h2, header h1 {
	text-transform:uppercase;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
header h2 {
	margin-top:150px;
	font-size:20px;
	font-weight:400;
	margin-bottom:0;
}
header h1 {
	font-size:48px;
	letter-spacing:3px;
	margin-bottom:20px;
}
.more {
	position:absolute;
	bottom:0;
	right:0;
}
div#outro {
	position: relative;
	padding: 40px 230px 40px 0px;
	background: #68685f;
	background:url(../img/background_bottom.png) ;
	background-size:cover;

}
/*Small Devices*/
@media (max-width: 767px) {
	section {
		padding:20px;
		position:relative;
	}
	.image {
	height:280px;
	width:100%;
	position:relative;
	top:0;

}
}
.form-group {
	margin-bottom:0;
}
.jumbotron {
	margin-bottom:0;
	/*background:url(../img/background_bottom.png) no-repeat center left;*/
	background:inherit;

}
footer {
	position: relative;
	padding:0px 0 0px;
	font-size:12px;
	text-align:center;
	background-color:#000;
	height:50px;
	color:#eee;
}
