html, body {
	font: 16px sans-serif;
	font-family: 'Asap', sans-serif;
	color: white;
	background: rgb(0,140,255);
	background: linear-gradient(0deg, rgba(0,140,255,1) 35%, rgba(9,9,121,1) 100%);
	min-height: 100vh;
	overflow-x: hidden;
}
/*body {*/
/*	padding-top: 50px;*/
/*}*/
a {
	color: #009aff;
}
a:hover, a:focus, a:active {
	color: #62cdff;
}
ul, ol {list-style: none;}
.footer-wrapper{
	background: black;
	color: white;
	padding: 2em 0;
	margin-top: 6em;
}
footer {
	/*border-top: 1px solid #999;*/
}
footer ul {
	padding: 0;
}
footer li {
	line-height: 2em;
}
footer .fab {
	font-size: 2em;
}
.fa-youtube {
	color: #FF0400;
}
.sns-wrapper {
	position: relative;
	min-height: 5em;
}
.sns {
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0 auto 1em;
	width: 100%;
	padding: 0 1em;
}
.sns li {
	margin-left: 0.5em;
}
.sns li span {
	vertical-align: bottom;
	height: 28px;
}
.sns li.no1, .sns li.no2 {
	margin-left: 0;
}
.sns li.pinterest a {
	vertical-align: top;
}
.sns li.pinterest span {
	height: auto;
}

.text-truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title {
	padding-top: 6em;
}
h2 {
	color: #9bffff;
	padding-top: 2em;
}
.transition {   /* when the duration is updated, 'aniDur' in UI.js should also be updated */
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.top-menu {
	background: black;
}
.top-menu .navbar-brand {
	color: lemonchiffon;
}
.top-menu .navbar-toggler {
	color: #9bffff;
}
.top-menu a {
	color: #9bffff;
}
.top-menu nav.navbar .nav-item ul{
	position: absolute;
	display: none;
}
.top-menu nav.navbar .nav-item:hover ul {
	display: block;
}

.list-tile.container {
	max-width: none !important;
}
.list-tile {
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.list-tile li {
	width: 10em;
	margin: .5em .5em 1.5em;
}
.list-tile li:first-child {
	/*margin-left: 0;*/
}
.list-tile li figure {
	width: 10em;
	height: 10em;
	position: relative;
	overflow: hidden;
}
.list-tile li figure i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4em;
	color: #d000ff;
	text-shadow: 0 0 0.3em rgba(255,255,255,1);
}
.list-tile a {
	display: block;
	background: rgba(0,0,0,.6);
	text-shadow: 0 0 15px black;
	border-radius: .8em;
	overflow: hidden;
}
.list-tile a > div {
	padding: 0 1em 1em;
	line-height: 1.5em;
	height: 4em;
	font-size: .86em;
}
.list-tile li img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

#game-container {
    width: 100%;
    height: calc(100vh - 50px);
    margin-top: 50px;
}
#game-container.on {
    background: black;
}
#game-container.transition.on {
    transition-duration: 2s;
}

.top-menu .platform li {
	margin: 0;
	float: left;
}
.top-menu .platform img {
	max-height: 2em;
}
.top-menu .platform .ios {
	padding: .3em;
}

.sub-title {
	margin-top: 2em;
}

#ad-1 { width: 320px; height: 100px; rgba(0,0,0,.3); margin: 1em auto;}
@media(min-width: 500px) {
	#ad-1 { width: 468px; height: 60px; }
}
@media(min-width: 800px) {
	#ad-1 { width: 728px; height: 90px; }
}

@media screen and (min-width: 414px) {
	.sns li {
		margin-left: 1.5em;
	}
	.sns li span {
		vertical-align: bottom;
		height: 28px;
	}
	.sns li.no1 {
		margin-left: 0;
	}
	.sns li.no2 {
		margin-left: .75em;
	}
	.sns li.pinterest span {
		height: auto;
		vertical-align: top;
	}
	.list-tile li {
		/*margin-left: 1em;*/
		/*margin-right: 1em;*/
	}
}
@media screen and (min-width: 760px) {

}
@media screen and (min-width: 1024px) {
	.list-tile {
		justify-content: start;
		padding-left: 0;
		padding-right: 0;
	}
	.list-tile li {
		margin-left: 0.7em;
		margin-right: 0.7em;
	}
}
@media screen and (max-width: 1024px) {
	.list-wrapper {
		padding: 0;
	}
}