body {
	background: #FCFCF0;
	font-family: Arial, Helvetica, sans-serif;
}
body p {
	line-height: 2em;
	margin-bottom: 2em;
}
body ul.main-menu {
	border-bottom: 1px solid #EEE;
	text-align: center;
}
body ul.main-menu li {
	display: inline-block;
    margin-right: 2em;
}
body ul.main-menu li a {
	border-radius: .4em .4em 0 0;
	color: #333;
	display: block;
    font-weight: 500;
    letter-spacing: .1em;
    padding: .5em;
    text-decoration: none;
}
body ul.main-menu li a.active,
body ul.main-menu li a:hover {
	background-color: #333;
	color: gold;
	font-weight: 500;
}
body.home img.logo {
	border: 1px solid #333;
	border-top-color: black;
    display: block;
    height: 75vh;
	margin: calc(-1em - 1px) auto 0 auto;
	padding: 0;
    width: auto;
}
body h1 {
	font-family: "Trirong", serif;
	text-align: center;
}
body div.content h2 {
	font-weight: 500;
	margin: 1em 0 1.5em 0;
	text-transform: uppercase;
}
body div.content {
	margin: 0 auto;
	width: 75%;
}
@media screen and (max-width: 768px) {
	body div.content {
		width: 90%;
	}
}
body:not(.home) div.content img.logo {
	border: 1px solid #333;
	display: block;
	max-height: 6em;
	margin: 0 auto;
	padding: .25em;
	position: absolute;
	top: 1em;
}
@media screen and (max-width: 768px) {
	body:not(.home) div.content img.logo {
		max-height: 5em;
	    top: .25em;
    	left: .25em;
    	padding: .1em;
    	position: relative;
	}
}
body.contact div.content p {
	margin-bottom: 1em;
}
body.contact div.content span {
	font-weight: bold;
	margin-right: .5em;
}
body.contact div.content span::after {
	content: ":";
}
/** History **/
body.history div.content ul.ps {
	margin-top: -1.5em;
}
body.history div.content ul.ps li {
	list-style-type: "-";
    padding-left: 1em;
    margin-bottom: .5em;
    line-height: 1.5em;
    font-style: italic;
}
/** Products **/
body.products div.content ul {
	display: block;
	padding: 0;
	width: 100%;
}
body.products div.content ul li {
	list-style-type: none;
}
body.products div.content span {
	display: block;
}
body.products div.content span.title {
	font-weight: bold;
	text-transform: uppercase;
}
body.products div.content span.price {
	float: right;
	font-weight: bold;
	margin-top: -1.25em;
}
@media screen and (max-width: 768px) {
	body.products div.content span.price {
		float: none;
		font-weight: bold;
		margin-top: .2em;
	}
}
body.products div.content span.description {
	margin: 1em 0 3em 0;
}
body.products div.content span.price::before {
	content: "$";
}
* {
	box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

form {
	border: 1px solid #888;
	border-radius: 5px;
	background-color: antiquewhite;
	padding: 20px;
}
footer {
	font-weight: 300;
	text-align: center;
}
