body {
	/*width: 100wh;
	height: 90vh;
	color: #fff;*/
	/*
	background: linear-gradient(-45deg, #187f35, #6f093e, #7405fa, #171717);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	*/
	
	/*background: #221745;*/

	background: rgb(69, 40, 21);
	/*background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,164,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,164,255,1) 100%);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,164,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00a4ff",GradientType=1);
*/

/*background-attachment: fixed;*/
	/*background-image: url('../images/bg_neko2.png');*/
	background-image:
    linear-gradient(to bottom, rgba(250, 210, 160, 0.2), rgba(69, 40, 21, 0.5)),
    url('../images/bg_neko.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	/*animation: animatedBG 90s linear infinite;*/

	/*
	background: rgb(39,19,65);
	background: -moz-linear-gradient(0deg, rgba(39,19,65,1) 0%, rgba(255,24,79,1) 75%, rgba(252,152,69,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(39,19,65,1) 0%, rgba(255,24,79,1) 75%, rgba(252,152,69,1) 100%);
	background: linear-gradient(0deg, rgba(39,19,65,1) 0%, rgba(255,24,79,1) 75%, rgba(252,152,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#271341",endColorstr="#fc9845",GradientType=1);
	*/

	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: #ffff;
	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;*/
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes animatedBG {
	from { background-position: 0 0; }
	to { background-position: 100% 100%; }
}

header {
	text-align: center;
	margin: 50px 25px 50px 25px;
}

.bob {
	animation: MoveUpDown 3s ease-in-out infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0) ro;
  }
  50% {
    transform: translateY(12px);
  }
}

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%;
}

.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: #45281566; /*#eee*/
	padding: 10px 40px 10px 40px;
	border-width: 4px;
	border-radius: 32px;
	border-style: solid;
	filter: drop-shadow(0px 0px 8px #452815);
}

.underline {
	text-decoration: underline;
}

.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 #f5a57133);
}

.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: 32px;
}

img.screenshotlist {
	padding: 8px;
	transition: .2s;
	filter: drop-shadow(0px 0px 8px #543421);
}

img.screenshotlist:hover {
	transform: scale(1.1) rotate(1deg);
	filter: brightness(1.075); /* lots of other effects like blur: https://stackoverflow.com/questions/7415872/change-color-of-png-image-via-css */
}

iframe
{
	max-width: 640px;
    max-height: 360px;
    width:90vw;
    height:50.625vw;
    border-radius: 24px;
    filter: drop-shadow(0px 0px 8px #543421aa);
}

footer {
	text-align: center;
	margin: 0px;
	position: absolute;
	height:70px; /*144px*/
    width: 100%;
    /*background: #020024;*/
	/*background-image: url('../images/bgbottom.png');*/
	background: rgb(69, 40, 21);
}

#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;
}