@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,600,400,300,200);
@import url(https://fonts.googleapis.com/css?family=Raleway:600,400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@font-face{
	font-family:"Broadway BT W00 Regular";
	src:url("/Fonts/5390911/687e3c32-fea7-40b8-b5bc-47d36679ceba.woff2") format("woff2"),url("/Fonts/5390911/ffa0c1df-b010-4ddb-a317-d03fd8914285.woff") format("woff");
	}

body {
	font-family: Raleway;
	background-color: black;
	background-image: url(/images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	}
#header {
	background-color: black;
	background-image: url(/images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100vw;
	position: fixed;
	top: 0px;
	left: -7px;
	z-index: 99;
	height: 110px;
/*	border-bottom: solid 1px white; */
    box-shadow: 0px 5px 15px #000;
	}
#header_inner {
	color: white;
	font-size: 2rem;
	text-align: center;
	width: 100vw;
	max-width: 1000px;
	margin: 0 auto;
	}
#header #logo {
	position: absolute;
	padding-left: 25px;
	margin-top: 5px;
	}
#header #logo img {
	display: inline-block;
	vertical-align: middle;
	}
#header #logo p {
	font-family: 'Broadway BT W00 Regular';
	display: block;
	font-size: 1.6rem;
	margin: 0px;
	}
#header #logo a {
	color: white;
	text-decoration: none;
	}
#header .adjust {
	top: -10px;
	display: inline-block;
	position: relative;
	}

/* Main Nav */
#header #main_nav {
	float: right;
	margin: 53px 25px 0px 0px;
	position: relative;
	}
#header #main_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#header #main_nav li {
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	padding: 1px 10px 4px;
	font-size: 1.4rem;
	margin: 4px 0px 0px;
	border: solid 2px white;
	}
#header #main_nav li:hover {
	background: rgba(255,255,255,0.5);
	}
#header #main_nav li a .init_cap {
	font-size: 130%;
	}
#header #main_nav li a {
	text-decoration: none;
	color: white;
	}
#header #main_nav li.on a {
	text-decoration: none;
	color: gold;
	}
#header #main_nav li a:hover {
	color: gold;
	}

/* Content Containers */
#outer_div {
	}
	
/* Content */
#content {
    color: white;
    max-width: 1000px;
    margin: 0 auto;
	margin-top: 150px;
	}
#content h1.page_title {
    font-size: 2.4rem;
	margin: 50px 25px;
	border-bottom: solid 2px white;
	font-weight: 300;
	}
#content h2 {
    font-size: 2.4rem;
	}
#content .center {
    text-align: center;
	}
#content h2.sr_header {
    font-family: 'Broadway BT W00 Regular';
	letter-spacing: 3px;
	}
#content p {
    font-size: 1.5rem;
    font-weight: 300;
	}
#content p.sig {
    font-size: 1.7rem;
    font-weight: 300;
	font-style: italic;
	}
#content a {
    color: deepskyblue;
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}

/* Footer */
#footer {
	text-align: center;
	margin-top: 50px;
	}
.footer_nav a {
	color: white;
	font-size: 1.4rem;
	}
.footer_nav a.on {
	color: gold;
	}
#footer p.copy {
	color: white;
	font-size: 1.1rem;
	}

/* Other */
#preloader {
	position: absolute;
	top: -999px
	left: -999px;
	}
#preloader image {
	display: block;
	}
