/* Guess who wrote this CSS */

html {
	margin: 0;
	min-height: 100%;
	background: #1f242b;
	background: #211e23;
	height: 100%;
}

body {
	margin: 0;
	background: #1f242b;
	background: #211e23;
	min-height: 100%;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	color: #666974;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	font-family: 'Oxanium', sans-serif;
}
::-moz-selection{background:#111111; color: #ffd400;}
::selection{background:#111111; color: #ffd400;}

/* Wrapper */
div.wrapper {
	width: 1200px;
	margin: 0 auto 0 auto;
}

/* General */
p {
	font-size: 18px;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	font-family: 'Oxanium', sans-serif;
	text-transform: none;
	color: #a4a7b1;
}
h1 {
	font-size: 42px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #ffd400;
	font-family: 'Oxanium', sans-serif;
}
h2 {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #ffd400;
	font-family: 'Oxanium', sans-serif;
}
h3 {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #ffd400;
	font-family: 'Oxanium', sans-serif;
}
h4 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #ffd400;
	font-family: 'Oxanium', sans-serif;
}
h5 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #c3cae1;
	font-family: 'Oxanium', sans-serif;
}
h1.nomargin,
h2.nomargin,
h3.nomargin,
h4.nomargin,
h5.nomargin {
	margin: 0px;
}


ul, ol {
	margin: 0 0 15px 0;
}
ul.standard li, ol.standard li {
	font-size: 14px;
	line-height: 22px;
	list-style: circle;
	margin: 0 0 5px 20px;
}
ul.ticks li, ol.ticks li {
	list-style: none;
	background: url('../../img/icons/led/accept.png') 0px 3px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px
}

a {
	text-decoration: underline;
	color: #ffd400;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.coloured {
	color: #ffd400;
}

div.info_page h1 {
	font-size: 3em;
}
div.info_page h2 {
	font-size: 2em;
}

.small {
	font-size: 0.6em;
}
.big {
	font-size: 1.6em;
}

.blurme {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
	-ms-filter: blur(8px);
	-o-filter: blur(8px);
	-moz-filter: blur(8px);
	-webkit-filter: blur(48px);
	filter: blur(8px);
}

/* Home/about */
div.welcome,
div.welcome_right,
div.welcome_left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.welcome {
	padding: 220px 0 80px 0;
}
div.welcome_right {
	float: right;
	width: 40%;
	width: calc(450px);
}
div.welcome_left {
	float: left;
	width: 60%;
	width: calc(100% - 450px);
	padding: 0 45px 0 0;
}
div.welcome_right img {
	width: 100%;
	height: auto;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.4), -5px -5px 10px rgba(255,255,255,0.1);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.4), -5px -5px 10px rgba(255,255,255,0.1);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4), -5px -5px 10px rgba(255,255,255,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.welcome_right img.bbg {
	box-shadow: 5px 5px 15px rgba(255,255,255,0.2), -5px -5px 15px rgba(255,255,255,0.2);
}
div.welcome h1 {
	font-size: 28px;
	color: #ffd400;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
div.welcome h1 span {
	color: #FFFFFF;
}
div.welcome h2 {
	font-size: 32px;
	color: #FFFFFF;
	line-height: 1.2em;
	margin: 0 0 25px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
div.welcome p {
	font-size: 18px;
	color: #c9d6e7;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
div.welcome p span {
	color: #FFFFFF;
}

div.socials {
	display: block;
	padding: 25px 0 0 0;
}
div.socials:after {
	content: "";
	display: table;
	clear: both;
}
div.socials div.social {
	width: 48px;
	height: 48px;
	-moz-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
    -webkit-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
    box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0 0 0;
	float: left;
	margin: 0 12px 0 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
div.socials.right div.social {
	float: right;
}
div.socials div.social a {
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 48px;
}
div.socials div.social:hover {
	-moz-box-shadow: 0px 0px 16px rgba(246,148,32,0.35);
    -webkit-box-shadow: 0px 0px 16px rgba(246,148,32,0.35);
    box-shadow: 0px 0px 22px rgba(246,148,32,0.8);
}
div.socials div.social.linkedin {
	background: #0072B1;
}
div.socials div.social.facebook {
	background: #3B5998;
}
div.socials div.social.twitter {
	background: #1DA1F2;
}
div.socials div.social.instagram {
	background: #C13584;
	background: rgb(131,58,180);
	background: -moz-linear-gradient(214deg, rgba(131,58,180,1) 0%, rgba(193,53,132,1) 58%, rgba(252,175,69,1) 100%);
	background: -webkit-linear-gradient(214deg, rgba(131,58,180,1) 0%, rgba(193,53,132,1) 58%, rgba(252,175,69,1) 100%);
	background: linear-gradient(214deg, rgba(131,58,180,1) 0%, rgba(193,53,132,1) 58%, rgba(252,175,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcaf45",GradientType=1);
}
div.welcome_more a {
	width: auto;
	height: 48px;
	-moz-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
    -webkit-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
    box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0 0 0;
	float: right;
	margin: 0 12px 0 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: #ffd400;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(11,11,11,0.5);
}
div.welcome_more a span {
	display: block;
	padding: 6px 22px 0px 22px;
}

div.about_block {
	position: relative;
	margin: 0 0 60px 0;
}
div.about_block_text {
	padding: 0 0 0 120px;
}

/* Header intro */
div.intro_header_bg {
	background: url('../../img/headers/home-header-seamless.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-color: #3b0078;
}
div.intro_header {
	padding: 220px 0 0 0;
	box-sizing: border-box;
	text-align: center;
	background: url('../../img/headers/home-header-1.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 480px;
}
div.intro_header h1,
div.intro_header h2 {
	color: #FFFFFF;
	text-transform: none;
	text-shadow: 0px 4px 8px #000;
}
div.intro_header h1 {
	font-size: 62px;
	line-height: 1em;
	margin: 0px;
	font-weight: bold;
}
div.intro_header h2 {
	font-size: 38px;
	font-weight: normal;
}


div.page_pad {
	padding: 80px 0 80px 0;
}
div.page_spacer {
	height: 60px;
}

/* Header / navigation */
div.hold_header {
	height: 80px;
}
div.actually_no_hold_header {
	height: auto;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 3000;
	background: #1f242b;
	background: rgba(31,36,43,0.65);
	background: rgba(30,20,40,0.65);
	/*border-bottom: 3px solid #ffd400;*/
	height: 80px;
	-webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
header.floating {
	-moz-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
    -webkit-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
    box-shadow: 0px 3px 16px rgba(0,0,0,1);
}
header.mobile_open {
	
}
header div.left_ear {
	width: 30%;
	float: left;
}
header div.right_ear {
	width: 70%;
	float: left;
	text-align: right;
}
header div.right_ear a.link {
	display: inline-block;
	height: 75px;
	text-align: center;
	border-bottom: 5px solid transparent;
	color: #888888;
}
header div.right_ear a.link:hover,
header div.right_ear a.active {
	border-bottom: 5px solid #ffd400;
	color: #ffd400;
}
header div.right_ear a.link span {
	display: block;
	padding: 30px 20px 0 20px;
}

div#mobile_header_navigation {
	display: block;
	width: 80px;
	height: 80px;
	display: none;
}

div#header_navigation {
	margin: 0;
	width: 70%;
	float: right;
	height: 80px;
	text-align: right;
}
div#header_navigation a.link {
	display: inline-block;
	height: 75px;
	text-align: center;
	border-bottom: 5px solid transparent;
	color: #888888;
	text-decoration: none;
}
div#header_navigation a.link:hover,
div#header_navigation a.active {
	border-bottom: 5px solid #ffd400;
	color: #ffd400;
}
div#header_navigation a.link span {
	display: block;
	padding: 30px 20px 0 20px;
}

a.header_logo {
	display: block;
	text-indent: -9999px;
	width: 304px;
	height: 64px;
	background: url('../../img/logo/scratchmark-games-logo.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 15px 0 0 0;
	overflow: hidden;

	width: 238px;
	height: 50px;
	
}


/* Footer */
footer {
	background: #121212;
	background: #1e1428;
	min-height: 200px;
	border-top: 1px solid #000000;
}
footer div.left_foot {
	float: left;
	width: 60%;
	padding: 100px 0 100px 0;
}
footer div.right_foot {
	float: right;
	width: 40%;
	padding: 100px 0 100px 0;
}
footer:after {
	content: "";
	display: table;
	clear: both;
}


/* Blocks / page content */
div.page_block {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	margin: 0 0 25px 0;
	overflow: hidden;
}
div.page_block_pad {
	padding: 20px;
}
div.page_dark {
	background: #19171a;
	background: #12001a;
}
div.page_mid_mobile {
	background: none;
}

div.game_block {
	padding: 0px;
}
div.game_block h4 {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.game_block h4 a {
	text-decoration: none;
}
div.game_block div.chips {
	margin: 0px;
	float: right;
	text-align: right;
}
div.game_block p {
	color: #efd9ff;
	font-size: 18px;
	margin: 0 0 5px 0;
}
div.game_block p.game_dates {
	font-size: 12px;
	color: #a18ab1;
	line-height: 1.2em;
}
div.game_block:after {
	display: table;
	content: "";
	clear: both;
}
div.game_block_left {
	width: 20%;
	width: calc(350px);
	float: left;
	height: 200px;
}
div.game_block_right {
	width: 80%;
	width: calc(100% - 350px);
	float: left;
}
div.game_block_pad {
	padding: 20px;
}
div.game_block_footer {
	padding: 5px 5px 5px 20px;
}
div.game_block_footer p {
	font-size: 12px;
	color: #a18ab1;
	line-height: 1.2em;
}


/* Blips / tags / chips */
.ui_chip {
	background: #333333;
	padding: 6px 12px 6px 12px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1em;
	display: inline-block;
	margin: 0 3px 3px 0;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
.ui_chip_blue {
	background: #006ECC;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_green {
	background: #3CB600;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_purple {
	background: #b6008f;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_red {
	background: #CC0000;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_orange {
	background: #cc8d00;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ui_chip_pink {
	background: #cc00bc;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

/* App badges */
div.app_badge {
	width: 150px;
	height: 50px;
	display: inline-block;
	margin: 10px 10px 10px 0px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(200,0,255,0.07);
	-moz-box-shadow: 0px 0px 20px 0px rgba(200,0,255,0.07);
	box-shadow: 0px 0px 20px 0px rgba(200,0,255,0.07);
	-webkit-transition: 0.25s;
    transition: 0.25s;
	background-size: 150px auto;
}
div.app_badge:hover {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(200,0,255,0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(200,0,255,0.4);
	box-shadow: 0px 0px 40px 0px rgba(200,0,255,0.4);
}
div.app_badge a {
	display: block;
	width: 150px;
	height: 50px;
	text-decoration: none;
}
div.app_badge.app_badge_android {
	background-image: url('../../img/app_badges.png');
	background-position: 0px 50px;
}
div.app_badge.app_badge_apple {
	background-image: url('../../img/app_badges.png');
	background-position: 0px 0px;
}

.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}

/* Game tile */
div.game_tiles {
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}
div.game_tiles_pad {
	padding: 60px 0 60px 0;
}
div.game_tile {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	/*flex: 1 0 auto;*/
	width: calc(33.3% - 10px);
	margin: 0 5px 10px 5px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #202128;
	background-color: #1e1428;
	background-size: 432px auto;
	
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	transition: background 1.5s;
	
	overflow: hidden;
}
div.game_tile:hover {
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.35);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
	background-size: 448px auto;
}
div.game_tile a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
div.game_tile_inner {
	padding: 400px 0 0 0;
}
div.game_tile_content {
	background: #202128;
	background: #1e1428;
	position: relative;
}
div.game_tile_image {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 20px;
	top: -50px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	-moz-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0px 8px 0 rgba(0,0,0,0.5);
}
div.game_tile_image.stats_game_icon {
	left: auto;
	right: 30px;
	top: -30px;
}
div.game_tile_image.stats_global_game_icon {
	left: 0px;
	top: 0px;
}
div.game_tile_chips {
	text-align: right;
	padding: 12px 10px 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
div.game_tile_info {
	padding: 60px 20px 20px 20px;
	min-height: 200px;
}
div.game_tile_info p.title {
	font-size: 28px;
	line-height: 1.4em;
	color: #ffd400;
	margin: 0 0 1px 0;
}
div.game_tile_info p.info {
	font-size: 16px;
	line-height: 1.4em;
	color: #efd9ff;
}
div.game_tile_info p.game_dates {
	font-size: 12px;
	color: #a18ab1;
	line-height: 1.2em;
	margin: 0 0 8px 0;
}

div.game_tile.game_tile_xtreme {
	background-image: url('../../img/games/gametiles/tile_xtreme.jpg');
}
div.game_tile.game_tile_devon {
	background-image: url('../../img/games/gametiles/tile_devon.jpg');
}
div.game_tile.game_tile_maths {
	background-image: url('../../img/games/gametiles/tile_mathsnapics.jpg');
}
div.game_tile.game_tile_kicks {
	background-image: url('../../img/games/gametiles/tile_kicks.jpg');
}
div.game_tile.game_tile_dash {
	background-image: url('../../img/games/gametiles/tile_dash.jpg');
}
div.game_tile.game_tile_hehe {
	background-image: url('../../img/games/gametiles/tile_hehe.jpg');
}
div.game_tile.game_tile_bubble {
	background-image: url('../../img/games/gametiles/tile_bubblegrid.jpg');
}
div.game_tile.game_tile_gamertag {
	background-image: url('../../img/games/gametiles/tile_gamertag.jpg');
}
div.game_tile.game_tile_mlwgames {
	background-image: url('../../img/games/gametiles/tile_mlwgames.jpg');
}

/* Stats page */
div#chart_bob {
	padding: 20px 0 20px 0;
}
div#stats_wrapper {
	position: relative;
	height: 600px;
}

div.stats_game_bg {
	background-size: cover;
	background-repeat: no-repeat;
}
div.stats_game_bg.game1 {
	background-image: url('../../img/stats/stats_game_xtreme.jpg');
}
div.stats_game_bg.game2 {
	background-image: url('../../img/stats/stats_game_devon.jpg');
}
div.stats_game_bg.game6 {
	background-image: url('../../img/stats/stats_game_dash.jpg');
}
div.stats_game_bg.game7 {
	background-image: url('../../img/stats/stats_game_bubble.jpg');
}

#charttarget {
	width: 100%;
	height: 600px;
	margin: 0 auto 0 auto;
	position: absolute;
	left: 400px;
}
div#stats_data {
	position: absolute;
	z-index: 2000;
	margin: 0px;
	height: 400px;
	width: 600px;
	max-width: 90%;
	background: #333333;
	background: rgba(30,20,40,1);
	color: #FFFFFF;
	top: 100px;
	left: 10%;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.2);
}
div#stats_wrapper h1 {
	font-size: 28px;
	margin: 0 130px 5px 0;
}
div#stats_wrapper h2 {
	font-size: 22px;
	margin: 0 130px 10px 0;
}
p#stats_load {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.5em;
}

div#global_stats {
	background-image: url('../../img/stats/stats_devon_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 720px;
}
div#global_stats div.stats_pad {
	padding: 100px 0 100px 0;
}
div#global_stats::after {
	content: "";
	clear: both;
	display: table;
}
div.global_stats_headline {
	width: calc(100% - 400px);
	float: left;
}
div.global_stats_topplayers {
	width: 400px;
	float: right;
	background: #333333;
	background: rgba(33,33,33,0.5);
	background: rgba(30,20,40,0.5);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-radius: 12px;
}
div.global_stats_topplayers div.inner {
	padding: 30px;
}
div.topplayer_row {
	position: relative;
	padding: 10px 0 10px 0;
	min-height: 100px;
}
div.topplayer {
	padding: 15px 0 0 125px;
	font-size: 38px;
	color: #FFFFFF;
	font-weight: bold;
}
div.topplayer.noleaderboard {
	padding: 25px 0 0 125px;
}
div.topplayer_leaderboards {
	padding: 5px 0 0 127px;
}
div.topplayer_leaderboards a {
	font-size: 12px;
	color: #FFD400;
}

div#global_stats h1,
div#global_stats h2 {
	font-size: 24px;
	margin: 0 0 5px 0;
	line-height: 1.2em;
	font-weight: normal;
}

div.game_stats_area {
	padding: 30px 0 0 0;
}
p.stat_title {
	color: #FFD400;
	font-size: 14px;
	margin: 0px;
}
p.stat_game_title {
	color: #FFD400;
	font-size: 28px;
	margin: 0px;
}
p.stat_value {
	color: #FFFFFF;
	font-size: 64px;
	font-weight: bold;
	margin: 0px;
	line-height: 1.2em;
}
p.stat_value_small {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	line-height: 1.2em;
}
p.stat_value_small span {
	font-size: 20px;
	font-weight: normal;
}
div.stat_break {
	height: 30px;
	overflow: hidden;
	line-height: 1.2em;
}

.button_row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0px;
	justify-content: center;
}
.button_row.left {
	justify-content: flex-start;
}
.button_row button,
.button_row a.button {
	flex: 0 0 auto;
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	background: #202128;
	color: white;
	border-radius: 6px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}
.button_row a.button:hover {
	background: #272833;
}
.button_row a.button.active,
.button_row button.active {
	background: #FFD400;
	color: #333333;
}

.button_row a.button.small,
.button_row button.small {
	padding: 4px 8px 4px 8px;
	font-size: 14px;
}

div.stat_headline_pad {
	padding: 60px 10px 60px 10px;
}
div.stat_headlines {
	display: flex;
	gap: 12px;

	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	justify-content: flex-start;
}
div.stat_headline {
	flex: 1;
	background: #333333;
	background: rgba(30,20,40,1);
	padding: 20px;
	border-radius: 12px;
	margin: 0 0 30px 0;
	box-shadow: 0px 4px 4px 2px rgba(0,0,0,0.2);
}


/* Responsive */
/* LARGE Desktops */
@media only screen and (min-width: 1600px) {
	div.wrapper {
		width: 1200px;
		margin: 0 auto 0 auto;
	}
	
}
/* Big Desktops */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	div.wrapper {
		width: 1100px;
		margin: 0 auto 0 auto;
	}
	
	div#projects figure {
		width: 320px;
	}
	
	div.welcome {
		padding: 140px 0 80px 0;
	}
}
/* Small Desktops */
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	div.wrapper {
		width: 1000px;
		margin: 0 auto 0 auto;
	}
	
	div#projects figure {
		width: 430px;
	}

	/* Header intro */
	div.intro_header {
		background-image: url('../../img/headers/home-header-1-smaller.jpg');
	}
	
	div.welcome {
		padding: 120px 0 80px 0;
	}
	div.welcome_right {
		float: right;
		width: 40%;
		width: calc(400px);
	}
	div.welcome_left {
		float: left;
		width: 60%;
		width: calc(100% - 400px);
		padding: 0 45px 0 0;
	}
}
/* iPad (or small monitor) Styles */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	div.wrapper {
		width: 750px;
		margin: 0 auto 0 auto;
	}
	
	div#projects figure {
		width: 320px;
	}
	
	/* Home/about */
	div.welcome {
		padding: 120px 0 80px 0;
	}
	div.welcome_right {
		float: right;
		width: 40%;
		width: calc(250px);
	}
	div.welcome_left {
		float: left;
		width: 60%;
		width: calc(100% - 250px);
		padding: 0 45px 0 0;
	}

	/* Header intro */
	div.intro_header {
		background-image: url('../../img/headers/home-header-1-smaller.jpg');
	}

	/* Game tile */
	div.game_tile {
		width: calc(50% - 10px);
	}
	
	/* App badges */
	div.app_badge {
		margin: 4px;
	}
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	div.wrapper {
		width: 100%;
	}
	
	div.page_pad {
		padding: 20px;
	}
	div.page {
		padding: 0 10px 0 10px;
	}
	
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}

	/* Home/about */
	div.welcome {
		padding: 30px 0 30px 0;
	}
	div.welcome_right {
		float: none;
		width: 100%;
		padding: 0px;
	}
	div.welcome_left {
		float: none;
		width: 100%;
		padding: 0px;
		margin: 0 0 25px 0;
	}
	div.welcome h1 {
		font-size: 24px;
	}
	div.welcome h2 {
		font-size: 26px;
	}
	div.welcome p {
		font-size: 16px;
	}
	
	/* Header / Navigation */
	header.floating {
		-moz-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
		-webkit-box-shadow: 0px 0px 16px rgba(255,255,255,0.35);
		box-shadow: 0px 3px 16px rgba(0,0,0,1);
	}
	header.mobile_open {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: rgba(30, 20, 40, 0.85);
	}
	header div.left_ear {
		width: 70%;
		float: left;
	}
	header div.right_ear {
		width: 30%;
		float: left;
		text-align: right;
		height: 80px;
	}
	
	div#mobile_header_navigation {
		display: block;
		width: 70px;
		height: 70px;
		background: none;
		float: right;
		margin: 5px 5px 0 0;
	}
	div#mobile_header_navigation a {
		display: block;
		width: 70px;
		height: 70px;
		text-decoration: none;
		color: #ffd400;
		font-size: 40px;
		text-align: center;
	}
	div#mobile_header_navigation a span {
		display: block;
		padding: 15px 0 0 0;
	}
	
	div#header_navigation {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		
		width: 100%;
		position: absolute;
		margin: 0;
		top: 80px;
		left: 0px;
		right: 0px;
		display: none;
		
		/*
		background: rgba(51, 51, 51, 0.75);
		
		background: #1f242b;
		background: rgba(31,36,43,1);
		height: 80px;
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);

		background: rgba(31,36,43,0.9);
		*/
		
		background: rgba(30, 20, 40, 0.85);
		
		height: 100vh;
		height: calc(100vh - 80px);
		overflow: auto;
	}
	
	div#header_navigation a.link {
		display: block;
		height: auto;
		width: 100%;
		text-align: left;
		border-bottom: none;
		border-left: 5px solid transparent;
		color: #888888;
		font-size: 20px;
		line-height: 1.2em;
		font-weight: bold;
		box-sizing: border-box;
	}
	div#header_navigation a.link:hover,
	div#header_navigation a.active {
		border-bottom: none;
		border-left: 5px solid #ffd400;
		color: #ffd400;
	}
	div#header_navigation a.link span {
		display: block;
		padding: 20px 30px 20px 30px;
	}

	/* Header intro */
	div.intro_header {
		padding: 250px 0 0 0;
		background: url('../../img/headers/home-header-1-mobile.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 480px;
	}
	div.intro_header h1 {
		font-size: 34px;
		line-height: 1em;
		margin: 0px;
		font-weight: bold;
	}
	div.intro_header h2 {
		font-size: 28px;
		font-weight: normal;
	}

	a.header_logo {
		margin: 15px 0 0 15px;
	}
	
	/* Footer */
	footer {
		min-height: 200px;
		padding: 10px;
	}
	footer div.left_foot {
		float: none;
		width: 100%;
		padding: 40px 0 40px 0;
	}
	footer div.right_foot {
		float: none;
		width: 100%;
		padding: 40px 0 40px 0;
	}
	
	/* App badges */
	div.app_badge {
		margin: 0px;
		width: 120px;
		height: 40px;
		background-size: 100% auto;
	}
	div.app_badge a {
		width: 120px;
		height: 40px;
	}
	div.app_badge.app_badge_android {
		background-position: 0px 40px;
	}
	
	/* Blocks / page content */
	

	div.game_block {
		padding: 0px;
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	div.game_block h4 {
		font-size: 28px;
		line-height: 1.2em;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	div.game_block h4 a {
		text-decoration: none;
	}
	div.game_block div.chips {
		margin: 0 0 8px 0;
	}
	div.game_block p {
		color: #FFFFFF;
		font-size: 16px;
	}
	div.game_block:after {
		display: table;
		content: "";
		clear: both;
	}
	div.game_block_left {
		width: 100%;
		height: auto;
		float: none;
	}
	div.game_block_left img {
		width: 100%;
		height: auto;
	}
	div.game_block_right {
		width: 100%;
		float: none;
	}
	div.game_block_pad {
		padding: 20px;
	}
	
	/* Game tile */
	div.game_tiles {
		margin: 0px;
		display: block;

		display: flex;
		gap: 15px;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		justify-content: flex-start;

		scroll-snap-type: x mandatory;
  		-webkit-overflow-scrolling: touch;
	}
	div.game_tile {
		/*display: block;
		flex: 1;
		width: 100%;
		max-width: 430px;
		margin: 0px auto 20px auto;
		*/
		margin: 0px;
		flex: 1 1 auto;
		min-width: 82vw;

		background-size: 110% auto;
	}
	div.game_tile:hover {
		background-size: 110% auto;
	}
	div.game_tile_inner {
		padding: 380px 0 0 0;
	}
	div.game_tile:first-child {
		margin: 0 0 0 20px;
	}
	div.game_tile:last-child {
		margin: 0 20px 0 0;
	}
	div.game_tiles_pad {
		padding: 20px 0 20px 0;
	}

	/* Stats page */
	div#chart_bob {
		padding: 10px 0 10px 0;
	}
	div#stats_wrapper {
		height: auto;
	}
	#charttarget {
		left: auto;
		position: relative;
		height: 40vh;
	}
	div#stats_data {
		position: relative;
		z-index: 2000;
		margin: 0px;
		height: auto;
		width: 100%;
		max-width: 100%;
		top: auto;
		left: auto;
		padding: 20px;
		border-radius: 0px;
	}
	div#stats_wrapper h1 {
		font-size: 24px;
		margin: 0 120px 5px 0;
	}
	div#stats_wrapper h2 {
		font-size: 20px;
		margin: 0 120px 10px 0;
	}

	.button_row {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none; /* Firefox */
		justify-content: flex-start;
		scroll-snap-type: x mandatory;
  		-webkit-overflow-scrolling: touch;
	}
	.button_row::-webkit-scrollbar {
		display: none; /* Chrome, Safari */
	}
	.button_row button:first-child,
	.button_row a.button:first-child {
		margin-left: 10px;
	}

	.button_row button:last-child,
	.button_row a.button:last-child {
		margin-right: 10px;
	}



	div#global_stats {
		background-image: url('../../img/stats/stats_devon_bg_mobile.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 720px;
	}
	div#global_stats div.stats_pad {
		padding: 20px;
	}
	div.global_stats_headline {
		width: 100%;
		float: none;
	}
	div.global_stats_topplayers {
		width: 100%;
		float: none;
	}
	div.global_stats_topplayers div.inner {
		padding: 20px;
	}
	div.topplayer_row {
		position: relative;
		padding: 10px 0 10px 0;
		min-height: 100px;
	}
	div.topplayer {
		padding: 15px 0 0 125px;
		font-size: 38px;
		color: #FFFFFF;
		font-weight: bold;
	}
	div.topplayer.noleaderboard {
		padding: 25px 0 0 125px;
	}
	div.topplayer_leaderboards {
		padding: 5px 0 0 127px;
	}
	div.topplayer_leaderboards a {
		font-size: 12px;
		color: #FFD400;
	}

	div.game_stats_area {
		padding: 20px 0 30px 0;
	}
	p.stat_title {
		font-size: 14px;
	}
	p.stat_value {
		font-size: 42px;
	}

	div.stats_game_bg.game1 {
		background-image: url('../../img/stats/stats_game_xtreme_mobile.jpg');
	}
	div.stats_game_bg.game2 {
		background-image: url('../../img/stats/stats_game_devon_mobile.jpg');
	}
	div.stats_game_bg.game6 {
		background-image: url('../../img/stats/stats_game_dash_mobile.jpg');
	}
	div.stats_game_bg.game7 {
		background-image: url('../../img/stats/stats_game_bubble_mobile.jpg');
	}

	div.stat_headline_pad {
		padding: 20px 0px 20px 0px;
		text-align: center;
	}
	div.stat_headlines {
		display: flex;
		gap: 12px;
		scroll-snap-type: x mandatory;
  		-webkit-overflow-scrolling: touch;
	}
	div.stat_headline {
		flex: 1;
		padding: 20px;
		border-radius: 12px;
		min-width: 70vw;
		text-align: left;
	}
	div.stat_headline:first-child {
		margin: 0 0 30px 20px;
	}
	div.stat_headline:last-child {
		margin: 0 20px 30px 0;
	}

	div.page_mid_mobile {
		background: #3f3f3f;=
	}
	
}