html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family:Arial, Verdana;
	font-size: 12px;
	background-color: rgb(0, 0, 0);
	background: url('http://www.cockrockdisco.net/wp-content/uploads/2015/03/HR-background-L2.jpg') no-repeat center center fixed !important;
	background-size: cover !important;
}

@font-face {
	font-family: Goudy;
	src: url('/fonts/goudyheavyface.woff');
}

h1, h2, h3 {
	font-family: 'Indie Flower', cursive;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 300%;
	margin:0px;
	padding: 0px;
}

header hgroup h2 a {
	font-family: 'Goudy';
}

a, a:hover, a:active, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

h1 a, h2 a {
        color: #000 !important;
        text-decoration: none;
}


div#main {
	background-color: rgba(0, 0, 0, 0.68);
	-webkit-box-shadow:  #000 0px 1px 15px;
	-moz-box-shadow:  #000 0px 1px 15px;
	box-shadow: #000 0px 1px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
}

div#page {
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 134px;
	padding-bottom: 80px;
}

header#branding {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0px;
	right: 0px;
	height: 100px;
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	-webkit-box-shadow:  #000 0px 1px 15px;
	-moz-box-shadow:  #000 0px 1px 15px;
	box-shadow: #000 0px 1px 15px;
}

header nav h3 {
	display: none;
}

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

header nav ul li {
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
}

header nav ul li a, header nav ul li a:hover, header nav ul li a:visited {
	color: #000;
	text-decoration: none;
	font-size: 150%;
} 

footer {
	border-top: 1px solid rgba(0, 0, 0, 1);
	text-align: center;
	color: #a9b2b9;
	padding: 20px 0px !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

footer a {
	color: #000 !important;
}

div#wrapper {
	min-height:100vh;
	position:relative;
}
