body {
	background-color: #222;
	font-family: 'Roboto', sans-serif;
	color: #eee;
}
.center {
	max-width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	display: block;
	width: auto;
	margin: 40px 0 6px 0;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 2.4em;
	letter-spacing: -.02em;
	text-align: left;
	padding-left: 30px;
}
h2 {
	font-family: "Poppins";
	font-weight: 500;
	font-size: 1.15em;
	text-align: left;
	padding-left: 30px;
	letter-spacing: 3px;
}
#logo{
	width: 296px;
}
.tagline {
	display: block;
	width: auto;
	text-align: left;
	margin-bottom: 1.4em;
	line-height: 1.6;
	font-family: 'Lora', serif;
	font-size: 1.2em;
	;
	padding: 0 0 0 30px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
hr {
	width: 48px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #666;
}
.hr-regular{
	margin: 0px 0px 20px 30px;
}
.hr-block-links{
	margin: 2.8em 0px 20px 30px;
}
.hr-bottom{
	margin: 2.1em 0px 20px 30px;
}
.social-links {
	padding-left: 24px;
	padding-bottom: 20px;
	display: block;
	text-align: left;
}
.social-links a {
	display: inline;
	padding: 6px;
	text-decoration: none;
	line-height: 2em;
}
.block-links {
	display: block;
	text-align: center;
	width: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	padding-bottom: .2em;
}
.block-links-item {
	display: block;
	padding: 20px;
	margin: 10px;
	border: solid 1px #111;
	font-size: .9em;
	text-align: left;
	font-weight: 400;
	color: #eee;
	border-radius: 10px;
}
.content a {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: .9em;
	text-align: left;
	font-weight: 600;
	color: #eee;
}
.embed {
	display: block;
	text-align: center;
}
#copyright {
	color: #999;
	font-size: 0.8em;
	display: block;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 40px;
	line-height: 1.6;
}
.jlm {
	background-color: #1f3247;
}
.jlm:hover {
	background-color: #2f4a6a;
}
.jlp {
	background-color: #264026;
}
.jlp:hover {
	background-color: #305030;
}
.gold {
	background-color: #7B5815;
}
.gold:hover {
	background-color: #da9b25;
}
.aff {
	background-color: #333;
}
.aff:hover {
	background-color: #555;
}
.content {
	width: 80%;
	padding: 0 0 0 1.6em;
	display: none;
	overflow: hidden;
	text-align: left;
}
li {
	padding-bottom: 1em;
	font-size: .9em;
	text-align: left;
	font-weight: 400;
}
li a {
	text-decoration: underline;
}
.title {
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0.025em;
	display: block;
	text-shadow: 1px 1px #222222;
	padding-bottom: 0.25em;
}
.titlesub {
	font-weight: 400;
	font-size: 0.8em;
	color: #ffffff;
	display: block;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-shadow: 1px 1px #222222;
	opacity: 0.6;
}
.no-bottom-padding {
	padding-bottom: 0px !important;
}
