html {
	font-family: Arial, Helvetica, sans-serif;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	background-color: #ffffff;
}

* {
	box-sizing: border-box;
}

a {
	cursor: pointer;
}

#header {
	background-color: #003e6c;
	color: #ffd400;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 6px;
	width: 100%;
}

#header-container {
	margin: auto;
	max-width: 800px;
}

#header-container:after {
	content: "";
	display: table;
	clear: both;
}

.header-left {
	width: 17.5%;
	float: left;
	text-align: right;
	padding: 10px 5px 0 5px;
}

.header-center {
	width: 65%;
	float: left;
	text-align: center;
}

.header-right {
	width: 17.5%;
	float: left;
	text-align: left;
	padding: 10px 5px 0 5px;
}

.header-img-left {
	width: 100%;
	max-width: 128px;
}

.header-img-right {
	width: 100%;
	max-width: 128px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#banner-title{
	/*font-size: 5vw;*/
}

#banner-description {
	color: #ffffff;
	/*font-size: 3vw;*/
}

/* menu */
#menu {
	width: 80%;
	max-width: 640px;
	margin: auto;
}

.menu-title {
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 20px;
	padding: 20px 0px 10px 0px;
}

.menu-row {
	width: 100%;
}

.menu-row:after {
	content: "";
	display: table;
	clear: both;
}

.menu-column {
	float: left;
	width: 50%;
}

.menu-column-container {
	width: 95%;
	background-color: #e5e5e5;
	/*border-radius: 5px;*/
	margin: 2.5%;
	padding: 10px 15px 5px 15px;
}

.menu-single-column {
	float: left;
	width: 100%;
}

.menu-single-column-container {
	width: 50%;
	background-color: #e5e5e5;
	/*border-radius: 5px;*/
	margin: 0 25% 0 25%;
	padding: 10px 15px 5px 15px;
}

.menu-game-name-vl1m {
	text-align: center;
	font-weight: bold;
	color: #1a5971;
	font-size: 1em;
}

.menu-game-name-vltkm {
	text-align: center;
	font-weight: bold;
	color: #d70000;
	font-size: 1em;
}

.menu-game-name-kto {
	text-align: center;
	font-weight: bold;
	color: #947500;
	font-size: 1em;
}

.menu-game-name-mu {
	text-align: center;
	font-weight: bold;
	color: #5001b4;
	font-size: 1em;
}

/* content */
#content {
	width: 100%;
	margin: auto;
}

.column {
	margin: auto;
	width: 40%;
}

.column-container {
	max-width: 100%;
	margin: 10px;
	padding-bottom: 15px;
	background-color: #e5e5e5;
	/*border-radius: 5px;*/
}

.game-name-container {
	text-align: center;
	position: relative;
}

.game-name-container a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.game-name-title {
	padding: 15px;
}

.game-name-1 {
	font-weight: bold;
	color: #1a5971;
}

.game-name-2 {
	font-weight: bold;
	color: #d70000;
}

.game-name-3 {
	font-weight: bold;
	color: #5001b4;
}

.game-name-4 {
	font-weight: bold;
	color: #947500;
}

.game-banner {
	text-align: center;
}

.game-banner img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	/*border-radius: 5px;*/
}

.game-button-container-top {
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
}

.game-button-container-bottom {
	text-align: center;
	padding-top: 10px;
}

.button-previous {
	background-color: #2196F3;
	color: white;
	/*border-radius: 50%;*/
	font-size: 20px;
}

.game-button {
	border: none;
	/*border-radius: 5px;*/
	color: white;
	padding: 10px;
	margin: 0px 10px 0px 10px;
	cursor: pointer;
	width: 25%;
	display: inline-block;
	text-decoration: none;
	font-size: 1em;
}

.game-button-medium {
	border: none;
	/*border-radius: 5px;*/
	color: white;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	cursor: pointer;
	width: 40%;
	display: inline-block;
	text-decoration: none;
	font-size: 1em;
}

.game-button-large {
	border: none;
	/*border-radius: 5px;*/
	color: white;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	cursor: pointer;
	width: 68%;
	display: inline-block;
	text-decoration: none;
	font-size: 1em;
}

.game-logo-button {
	height: 80px;
}

.game-logo-button-center {
	padding: 0 30px 0 30px;
}

#footer {
	margin-top: 20px;
	text-align: center;
	color: #727272;
	font-size: 0.8em;
}

.btn-vl1m {background-color: #1a5971;}

.btn-vltkm {background-color: #d70000;}

.btn-kto {background-color: #947500;}

.btn-mu {background-color: #5001b4;}

@media screen and (orientation: portrait), screen and (max-width: 640px) {
	#banner-title{
		font-size: 4.25vw;
	}

	#banner-description {
		font-size: 3vw;
	}

	.column {
		margin: auto;
		width: 100%;
	}

	.game-logo-button {
		height: 64px;
	}

	.game-logo-button-center {
		padding: 0 15px 0 15px;
	}
}