body {
	background: #d2d2d2 url('images/piyapong2.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

a {
	color: #911616;
	text-decoration: none;
}

a:hover {
	color: green;
}

h1 {
	color: #8AB172;
	color: #6f8158;
	font-size: 2.6rem;
}

h1 .big {
	font-size: 3.2rem;
}

h2 {
	font-size: 1.6rem !important;
}

h3 {
	font-size: 1.3rem !important;
}

h4 {
	font-size: 1.1rem !important;
}

p {
	margin: 1em 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.nav {
	margin: 2em 0;
}

.nav a {
	margin: 0 1em;
}

.copyright {
	font-family: "Lucida Handwriting", Tahoma, sans-serif;
	font-size: 0.8em;
	margin-top: 2em;
	display: block;
	width: 100%;
}

#header > a:hover {
	color: #6f8158;
}

#nav {
	background: #56693e;
}

sub {
	font-family: terminal;
	line-height: 1em;
}

@media screen and (max-width: 736px) {

	sub {
		display: block;
	}

}

@media screen and (max-width: 1280px) {
	.container {
		width: 100%;
	}
}

div.cover img {
	max-width: 255px;
	margin: 0 auto 1em auto;
}