h1{
	position: relative;
	padding: 0;
	margin: 0px;
	font-family:"Protest Revolution", sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #BF8034;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
}

h1 em{
	font-style: normal;
	font-weight: 600;
}

.headertitle h1{
	font-size:60px; 
	font-weight:700;  
	letter-spacing:1px; 
	text-transform:uppercase; 
	width:160px; 
	text-align:center; 
	margin:0px; 
	white-space:nowrap; 
	padding-bottom:13px;
	position:absolute;
	margin-top: -84px;
  color: #BF8034;
  margin-left: 450px;
	text-shadow:0.3px 0.5px 0.7px #000;
}

.headertitle h1:before {
	background-color: #D9A23D;
	content: '';
	display: block;
	height: 3px;
	width: 410px;
	margin-bottom: 5px;
	box-shadow:0.3px 0.5px 0.7px #000;
}

.headertitle h1:after {
	background-color: #D9A23D;
	content: '';
	display: block;
	position:absolute; 
	right:0; 
	bottom:0;
	height: 3px;
width: 410px;
  margin-bottom: 0.3em;
  margin-right: -570px;
	box-shadow:0.7px 0.5px 0.3px #000;
}