body {
	background: #140c2e;
	font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
	/*font-family: verdana;*/
	font-weight: 400;
	font-size: 125%;
	margin: 0;
	padding: 0;
	color: #fff;
	height:100%;
	/*background-image: url('../images/bg.png');*/

	background-image: url('../images/bg_sd.png');
	background-position: 0px 0px;
	background-repeat: repeat;
	animation: animatedBG 90s linear infinite;
}

@keyframes animatedBG {
	from { background-position: 0 0; }
	to { background-position: 100% 100%; }
}

header {
	text-align: center;
	margin: 50px 25px 50px 25px;
}

nav ul {
	padding: 0;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
}

a {
	color: #fff;
	font-weight: bold;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

img {
	max-width:100%;
	max-height:100%;
}

img.hover_anim {
  transition: .2s;
}

img.hover_anim:hover {
  transform: scale(1.1);
}

.hover_anim {
  transition: .2s;
}

.hover_anim:hover {
  transform: scale(1.1);
}

.box {
	max-width: 720px;
	background: #101010; /*#eee*/
	padding: 10px 50px 10px 50px;
	border-radius: 5px;
}

.text {
	max-width: 640px;
	width: 80vw;
	background: #101010; /*#eee*/
	padding: 10px 40px 10px 40px;
	border-width: 2px;
	border-radius: 0px;
	border-style: solid;
}

.underline {
	text-decoration: underline;
}

.game {
	text-align: center;
	margin: 50px;
}

.center {
	text-align: center;
}

.featurelist {
	list-style-position: inside;
	list-style-type: disc;
	padding-left:0;
}

.appstores {
	margin-left: 16px;
	margin-right: 16px;

	transition: .2s;
    filter: drop-shadow(0px 0px 8px #04013c);
}

.appstores:hover {
  transform: scale(1.05);
  filter: brightness(1.3);
}

.screenshotlist {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-width: 2px;
	border-radius: 0px;
	border-style: solid;
}

iframe
{
	max-width: 360px;
    max-height: 640px;
    width:50.625vw;
    height:90vw;
}

footer {
	text-align: center;
	margin: 0px;
	position: absolute;
	height:70px; /*144px*/
    width: 100%;
    /*background: #101010;*/
	/*background-image: url('../images/bgbottom.png');*/
}

#left, #right {
	position: fixed;
	top: 0; bottom: 0;
	width: 56px;
	/*background: #101010;*/
}
#left {
	/*background-image: url('../images/bgleft.png');*/
	left: 0;
}
#right {
	/*background-image: url('../images/bgright.png');*/
	right: 0;
}

#con {
   min-height:70vh; /*calc(86vh - 98px);*/ /*calc(100vh - 172px)*/
   position:relative;
}