@charset "utf-8";

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
	outline: none;
}
a:link {
	color:#414958;
	text-decoration: underline;
	border: none;
	outline: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	border: none;
	outline: none;
}
.container {
	width: 100%;
	background-color: transparent;
	margin: 0 auto;
	display:block;
}
.content {
	width: 80%;
	margin: 0 auto;
}
.header{
	width: 100%;
	position: relative;
}
#game_logo{
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-top: 0;
	float:left;
}
#game_steam{
	width: 20%;
	height: auto;
	margin-left: 5%;
	margin-top: 0;
	float:left;
	position:fixed;
}
#game_buy{
	width: 20%;
	height: auto;
	margin-left: -15%;
	margin-top: 0;
	float:left;
	position:absolute;
}
#nav{
	width:100%;
	position:relative;
}
#nav-container{
	width:85%;
	height: auto;

	position:relative;
	margin: 0 auto;
}
#nav-images{
	width: 85%;
	margin-left: 29%;
	z-index:1;
}
#healer{
	width:11%;
	height:auto;
}
#squire{
	width: 9.5%;
	height: auto;
	margin-left:2%;
}
#knight{
	width: 12%;
	height: auto;
}
#rouge{
	width: 12%;
	height:auto;
	margin-left:2%;
}
#ribbon{
	position:absolute;
	left:50%;
	top:-10%;
	margin-left:-40%;
	z-index:10;
	width:80%;
	height:auto;
}
#nav-container{
	z-index:100;
}
#nav-content{
	padding: 0 15% 4.35% 25%;
	display: block;
	/* background-image: url(../img/ribbon.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top; */
}
#videos{
	width:17%;
	height:auto;
	margin-top: -27%;
	vertical-align: top;
}
#screenshot{
	width: 22%;
	height: auto;
	margin-top:-28%;
	margin-left:2%;
	vertical-align: top;
}
#system{
	width: 22%;
	height: auto;
	margin-top: -29%;
	vertical-align: top;
}
#about{
	width: 20%;
	height: auto;
	margin-top: -28%;
	vertical-align: top;
}
.footer{
	width:100%;
	height:auto;
	background-image:url(../img/footer.png);
	background-repeat:repeat-x;
}
#footer-container{
	width:80%;
	margin: 0 auto;
	position: relative;
}
#phantom-social{
	padding:.7% 0;
	width: 15.6%;
}
#phantom-compass{
	width: 100%;
	height: auto;
}
#atlus-social{
	padding:.7% 0;
	width: 15.6%;
}
#atlus-logo{
	width: 100%;
	height: auto;
}
.facebook{
	width: 28%;
	height: auto;
	display:inline-block;
}
.twitter{
	width: 28%;
	height: auto;
	display:inline-block;
}
.youtube{
	width: 28%;
	height: auto;
	display:inline-block;
}
#logo-legal{
	width: 65%;
	margin: 0 auto;
	padding-top: 2.5%;
	display: inline-block;
}
#esrb{
	width: 12.6%;
	height: auto;
	min-width: 140px;
	min-height: 65px;
	margin-left: 2%;
	float:left;
}
#playstation{
	width: 55%;
	height:auto;
	margin: 0 auto;
}
#ps4{
	width: 40%;
	height: auto;
	vertical-align: top;
	margin-left: 13%;
}
#vita{
	width: 35%;
	height: auto;
	vertical-align: top;
	margin-left: 3%;
}
#steam{
	width: 16.5%;
	height: auto;
	vertical-align: top;
	margin-top: -3.9%;
	float:right;
}
#legals{
	text-align:center;
	font-size: 9px;
	width: 80%;
	margin: 2% auto 0;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.menu {
	width: 10%;
	position: absolute;
	top:10px;
	right:350px;
	}

#playstation4 {
	width: 427px;
	height: 40px;
	position: absolute;
	top: -100px;
	right:5%;
	transition:all 1s ease;
	}
	
#playstationvita {
	width: 427px;
	height: 40px;
	position: absolute;
	top: -100px;
	right:5%;
	transition:all 1s ease;
	}
	
	
#playstation4:target {
	margin-top: 12%;
	}
	
#playstationvita:target {
	margin-top: 15%;
	}
	