/*@font-face declarations*/

@font-face {
  font-family: "LeagueGothic";
  src: url(http://www.danielhamilton.com/fonts/LeagueGothic/LeagueGothic.otf) format("opentype");
}

@font-face {
  font-family: "Raleway";
  src: url(http://www.danielhamilton.com/fonts/Raleway/raleway_thin.otf) format("opentype");
}

@font-face {
  font-family: "chunkfive";
  src: url(http://www.danielhamilton.com/fonts/chunkfive/Chunkfive.otf) format("opentype");
}

/*END @font-face declarations*/

/*
body {
	background-color: rgba(64,23,7,1);
	margin: 50px;
	background-image: url(../img/wildhorsesSm.jpg);
}
*/



#header{
	width: 600px;
	height: 400px;
	/*background-color: #433; */
	background-color: rgba(179,3,111,.75);
	padding: 15px 25px 35px 35px;
	position: absolute;
	margin-left: 25px;
	margin-top: 25px;
	z-index: 2000;
}

h1 {
	font-family: "Raleway", helvetica, arial, sans-serif;
	font-size: 48pt;
	color: rgba(228,215,0,1);
	line-height: 80px;

}

h2 {
	font-family: "Raleway", helvetica, arial, sans-serif;
	font-size: 10pt;
	color: rgba(228,215,0,1);
	line-height: 220px;
	margin-top: 0px;

}




a:link {
	color: rgba(228,215,0,1);
	text-decoration: none;
	
}

a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
	
}

a:visited {
	color: rgba(228,215,0,1);
	text-decoration: none;
	
}