
html {
    height: 100%;
}

/*
body {
    height: 100%;
    font: 16px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222222;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*/

body {
    font-size: 13px;
    line-height: 20px;
	font-family: Roboto, Arial, Tahoma, sans-serif;
    font-weight: 400;
	color: #444444;
}


h1 {
	line-height: 36px;
	font-family: "Roboto Condensed", Roboto, Arial, Tahoma, sans-serif;
    font-weight: 700;
}

h2 {
	margin-top: 30px;
    line-height: 30px;
	font-family: "Roboto Condensed", Roboto, Arial, Tahoma, sans-serif;
    font-weight: 700;
}

h3 {
	font-family: "Roboto Condensed", Roboto, Arial, Tahoma, sans-serif;
    font-weight: 700;
}

ol li {
	padding-left: 5px;
}

a {
    /*color: #10bbf1; */
    /*cursor: pointer; */
    background: transparent;
    text-decoration: none;
}

.gamelist-li {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 700;
}

/* unvisited link */
a:link {
    color: #FF9800;
}

/* visisted link */
a:visited {
    color: #FF9800;
}

/* mouse over */
a:hover {
    color: #FFCC80;
}

/* being clicked on */
a:active {
    color: #40c9f4;
}

/* header --------------------------  */

* {
	border: solid black 0px;
}

header {
    padding: 20px 0;
    /*background: url(../images/header.jpg) no-repeat 50% 50%;*/
    /*font: 24px/36px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font: 26px/36px Roboto;*/
	font-weight: 300;
    color: black;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
	max-width: 340px;
    margin: auto;
}

header a:link,
header a:visited,
header a:hover,
header a:active {
    color: black;
}

/*.wrap {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}*/

header h1 {
	font: 72px "Cookie", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 100px;*/
    /*line-height: 35px;*/
    /*font-weight: 500;*/
    margin-bottom: 0px;
	
	position: absolute;
	bottom: 10px;
	left: 125px;
	margin-left: 0px;
	
	/*overflow-y: hidden;*/

}

header h1 span {
	/*font-size: 40px;
    font-weight: normal;*/
	
	font: 24px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 30px;*/
    /*line-height: 20px;*/
    font-weight: 400;
}
.icon-wrapper {
	/*margin: auto;*/
	position: relative;
	overflow: auto;
	margin-bottom: 10px;
	overflow-x: hidden;
}

.icon-img {
    float: left;
	height: 120px;
	width: 120px;
}


@media (max-width: 400px) {
  
	header {	
		max-width: 270px;
	}

	.icon-wrapper {
		margin-bottom: 0px;
	}
	
	header h1 {
		font-size: 60px;
		left: 95px;
		bottom: 5px;
	}

	.icon-img {
		height: 90px;
		width: 90px;
	}
}
