body
{
	background-color: #ebebeb;
	margin: 0px;
	font-family: Arial;
	color: #222; /* off black text */
	-webkit-font-smoothing: antialiased;
	line-height: 1.2;
	font-size:20px;
	box-sizing: border-box;
}

.card
{
	background-color: #ebebeb;
	background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 43%, rgba(47,44,45,1) 43%, rgba(47,44,45,1) 100%);
	font-size: 15px;
	position: relative;
	min-width: 320px;
	height: 630px;
}

.logo_link
{

}
.first_heading 
{
	margin-top: 0px;
}

.game_list
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom:27px;
	font-size:20px;
}

.game_list li
{
	line-height: 1.0;
	margin-bottom:.2em;
}
.logo
{
	height: 360px;
	padding-top:65px;
	image-rendering:pixelated;
	image-rendering: crisp-edges;
  	-ms-interpolation-mode: nearest-neighbor;
	box-sizing: border-box;
	text-align:center;
}
.logo_icon
{
	width: 150px;
	margin-bottom: 30px;
}
.logo_text
{
	width: 298px;
}

.card_content
{
	padding: 20px;
}

address
{
	font-style: normal;
}

.email
{
	font-size:20px;
}
.email a
{
	text-decoration: none;
}
.email_identifier
{
	margin-left:8px;
	font-weight:bold;
	text-decoration:underline;
	/*border-bottom: 2px solid #222;*/
}

.email_note
{
	margin: 0;
	width: 200px;
	font-size:16px;
	margin-bottom: .5em;
}
.email_note strong
{
	color: #444;
}

a
{
	color: #222;
}

.asterisk:after
{
	content: "defunct";
	font-size: 11px;
	padding-left:5px;
	color: #999;
}

.game_list-platform_links
{
	display: inline-block;
	font-size: .8em;
	height: 20px;
	vertical-align: middle;
}

.game_list-platform_link
{
	font-weight: bold;
	border-bottom: 2px solid #222;
	text-decoration: none;
}


@media(min-height: 666px)
{
	body
	{
		height: 100vh;
	}
}

@media(min-width: 375px) 
{
	body
	{
		background: rgb(216,216,216);
		background: linear-gradient(150deg, rgba(216,216,216,1) 0%, rgba(195,195,195,1) 100%);
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.card
	{
		width: 360px;
		height: 630px;
		border-radius:7px;
		box-shadow: #555 7px 5px 17px 0px;
		flex-shrink: 0;
	}

	.logo
	{
		height: 57%;
		padding-top: 21%;
	}

	.game_list
	{
		white-space: nowrap;
	}	
	.game_list-platform_links
	{
		margin-left: 25px;
	}
	
}
