html,body {
	background-color: #2b4a66;
	color: #ddd;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
body {
	background-image: url('../images/bg.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 60px;
	text-align: center;
}
strong {
	font-weight: 700;
}
p {
	letter-spacing: 0.063em;
	word-spacing: 0.063em;
	line-height: 180%;
	padding-bottom: 30px;
}
a {
	color: #f7d292;
}
.button {
	background-color: #a64419;
	border-radius: 10px;
	color: #f7d292;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 700;
	padding: 18px 30px 15px 30px;
	letter-spacing: 0.063em;
	text-decoration: none;
	text-transform: uppercase;
}
.button:hover {
	background-color: #f7d292;
	color: #a64419;
}
h1,h2,h3,h4,h5 {
	color: #f7d292;
	font-family: "Kalnia";
	font-weight: 400;
	text-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.4 );
}
h1 {
	display: none;
}
h2 {
	font-size: 2.25em;
	letter-spacing: 0.063em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
img {
	height: auto;
	max-width: 100%;
}
nav {
	margin: 15px 0;
}
nav a {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}
nav a:hover {
	text-decoration: underline;
}
@media( max-width: 500px ) {
	nav a {
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding: 20px;
	width: 100%;
}
header.content_wrapper {
	padding-top: 20px;
	max-width: 1000px;
}

#note {
	margin-top: 50px;
}

#crafting {
	margin-top: 50px;
}
#crafting_table header,
#crafting_table section {
	display: flex;
	font-size: 0.875em;
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
#crafting_table section {
	background-color: #333;
}
#crafting_table section:nth-child(even) {
	background-color: #555;
}
#crafting_table header {
	background-color: #a64419;
}
#crafting_table header div {
	letter-spacing: 0.063em;
	font-weight: 700;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 24%;
}
#crafting_table section div {
	padding: 12px 20px;
	text-align: center;
	width: 24%;
}
#crafting_table div.result {
	text-align: left;
	font-weight: 700;
}
@media( max-width: 700px ) {
	#crafting_table span {
		display: none;
	}
}
@media( max-width: 550px ) {
	#crafting_table header {
		display: none;
	}
	#crafting_table section {
		display: block;
		margin: 0 auto 20px auto;
		max-width: 400px;
		width: 100%;
	}
	#crafting_table section div {
		background-color: #666;
		padding: 10px;
		text-align: center;
		width: auto;
	}
	#crafting_table div.result {
		background-color: #444;
		text-align: center;
	}

}


#screenshots {
	margin-top: 50px;
}
.thumb_grid a {
	display: inline-block;
	margin: 10px;
	max-width: 340px;
	width: 100%;
}
.thumb_grid img {
	width: 100%;
}
@media( max-width: 600px ) {
	.thumb_grid a {
		display: block;
		margin: 20px 0;
		max-width: 100%;
	}
	.thumb_grid img {
		display: block;
	}
}


footer {
	padding: 30px 0;
}
footer p {
	font-size: 0.75em;
	opacity: 0.8;
	text-transform: uppercase;
}
