*{ box-sizing: border-box; }

@font-face{
	font-family: "Homespun";
	src: url("../fonts/homespun.ttf");
}

@font-face{
	font-family: "Minecrafter";
	src: url("../fonts/Minecrafter.Reg.ttf");
}

html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  color: white;
  background-color: black;
}

#gameContainer{
	min-height: 146px;
	max-height: 274px;
}

#header{
	margin: 50px auto 0 auto;
	width: 719px;
	font-family: Minecrafter;
}

#header h1{
	margin: 0 auto;
	padding: 0;
	height: 103px;
	font-size: 82pt;
	text-align: right;
}

#header p{
	margin: 0 auto;
	padding: 0;
	font-size: 14pt;
	text-align: right;
}

#footer{
	margin: 60px auto 0 auto;
	width: 719px;
	border-top: 1px solid #ccc;
	font-family: Homespun;
}

.section{
	max-width: 1920px;
	margin: 0 auto;
	width: 719px;
	font-family: Homespun;
	font-size: 12pt;
	letter-spacing:1px;
}

.line-height-24pt{
	line-height: 24pt;
}

.btn{
	display: inline-block;
	padding: 10px;
	color: white;
	outline: none;
	cursor: pointer;
	line-height: 14pt;
	text-align: center;
	text-decoration: none;
	border: 1px solid white;
	border-radius: 3px;
	background-color: transparent;
}

.btn-red{
	border: none;
	background-color: red;
}

.btn-gray{
	border: none;
	background-color: #aaa;
	margin-right: 20px;
}

img{
	width: auto;
	height: 14pt;
	vertical-align: middle;
}
