h1 {
	font-size: 38px;
	display: block;
	line-height: 1.3em;
	padding: 0px 10px;
	background:none;
	font-weight:300;
	color: #2d2f2f;
	letter-spacing: 1px;
}

h2 {
	font-size: 48px;
	display: inline;
	line-height: 1.5em;
	padding: 0px 10px;
	background: none repeat scroll 0 0 #d5ba9c;
	margin-bottom:10px;
	font-weight:300;
	color: #2d2f2f;
	text-transform: none;
	letter-spacing: 1px;
}

h3 {
	font-size: 26px;
	display: block;
	line-height: 1.2em;
	background: none;
	font-weight:400;
	color: #2d2f2f;
	letter-spacing:0px;
}

h4 {
	font-size: 22px;
	display: block;
	line-height: 1.3em;
	background: none;
	font-weight:400;
	color: #2d2f2f;
	letter-spacing:1px;
	font-weight:400;
}

h5 {
	font-size: 18px;
	display: block;
	line-height: 1.3em;
	background: none;
	font-weight:400;
	color: #2d2f2f;
	letter-spacing:0px;
	font-weight:400;
}

h6 {
	font-size: 14px;
	display: block;
	line-height: 1.3em;
	background: none;
	font-weight:400;
	color: #2d2f2f;
	letter-spacing:0px;
	font-weight:400;
}

p {
	font-size:16px;
	letter-spacing: 0px;
	line-height: 21px;
	color: #2f2d2d;
}

hr {
	border: none;
	height: 1px;
	color:#2d2f2f;
	background-color:#2d2f2f;
	clear: both;
	margin: 10px auto 30px;
	width: 293px;
}

::selection {
  background: #ad7c59; /* WebKit/Blink Browsers */
  color: #ffffff;
}

::-moz-selection {
  background: #ad7c59; /* Gecko Browsers */
  color:#ffffff;
}

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

h1 {
	font-size: 28px;
}

h2 {
	font-size: 28px;
}

h4 {
	font-size: 18px;
}
	
			}
