
/* --------------- load font --------------- */

@font-face {
	font-family: 'museo_sans_regular';
	src: url('../fonts/29696F_0_0.eot');
	src: url('../fonts/29696F_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/29696F_0_0.woff') format('woff'),
	url('../fonts/29696F_0_0.ttf') format('truetype'),
	url('../fonts/29696F_0_0.svg#museo_sans300') format('svg');
}

@font-face {
	font-family: 'museo_sans_light';
	src: url('../fonts/29696F_2_0.eot');
	src: url('../fonts/29696F_2_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/29696F_2_0.woff') format('woff'),
	url('../fonts/29696F_2_0.ttf') format('truetype'),
	url('../fonts/29696F_2_0.svg#museo_sans100') format('svg');
}

/* ----------- global ----------- */

* {
  font-family: "museo_sans_regular", arial;
}

body {
  background: #f0f0ec;
}

/* ----------- full screen ----------- */

#window {
  left: 0px;
  top: 0px;
  width: 100%;
	text-align: center;
}

#content {
  position: relative;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
  left: 0px;
  width: 1100px;
	padding-top: 40px;
}

#textBlock {
	text-align: left;
}

#copyright {
	padding-top: 300px;
	font-size: 10px;
	color: #ddd;
}

#gameImageDiv {
	display: inline-block;
	z-index: 100;
}

#getGameButton {
	display: inline-block;
	margin: 20px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.6px;
	border-radius: 4px;
	background-color: #000;
	padding: 16px 25px 12px 25px;
	z-index: 200;
	text-decoration: none;
	cursor: pointer;
}

#getGameButton:hover {
	background-color: #777;
}

@media only screen and (max-width: 1100px) {
  #content {
		width: 94%;
		margin: 0% 3%;
		font-size: 15px;
	}
}

/* ----------- tags ----------- */

h2 {
	font-size: 22px;
}
