@charset "utf-8";
/* CSS Document */

html {
	background: url("../img/BKG.jpg") no-repeat bottom center rgba(0, 0, 0, 1);
}
body {
	background:transparent;
	color:#dfdfdf;
	font-family:'Open Sans', Arial, Helvetica, sans-serif
}
h1, h2, h3, h4, h5, h6, .title {
	color: #fff;
	font-family:'Droid Serif', "Times New Roman", Times, serif;
	margin-bottom: 20px;
	margin-top: 40px;
}
h1 {
	border-bottom: 1px solid #3f3f3f;
	font-size: 1.6em;
	padding-bottom: 15px;
}
h3 {
	border-bottom: 1px solid #3f3f3f;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top: 0;
	padding:0 0 10px;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover, a:hover .fa {
	color: #b93239;
	transition: color 200ms linear 0s;
}
}
p {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.75em;
	margin: 0 0 10px;
}
#logo {
	margin:0 auto 20px;
}
#drkBar {
	background:rgba(0, 0, 0, 1);
	border-bottom: 1px solid #3f3f3f;
}
#info {
	background:rgba(0, 0, 0, 0.5);
	padding-top:30px;
	padding-bottom:30px;
}
#drkBar {
	padding:10px 0;
}
.fa {
	color: #FFFFFF;
	font-size: 1.5em;
	padding: 0 10px;
}
footer {
	background:rgba(0, 0, 0, 1);
	padding:20px 0 20px;
	border-top: 1px solid #3f3f3f;
}
footer p {
	font-size:0.9em;
}
footer .fa {
	color: #6f6f6f;
	display: block;
	float: right;
	font-size: 1.1em;
	padding: 0;
}
footer .para {
	margin-bottom:20px;
}
#mc_embed_signup {
	background:transparent !important;
}
.small {
	font-size:0.95em;
	margin-top:10px;
		font-weight: 600;

}
label {
	color: #fff !important;
	display: block !important;
	font-family:'Droid Serif', "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 15px;
}
.mc-field-group input {
	background: none repeat scroll 0 0 #DFDFDF;
	border: 1px solid #3f3f3f;
	color: #000000;
	padding: 5px;
	width: 80%;
}
#mc-embedded-subscribe {
	background: none repeat scroll 0 0 #333333;
	border: 1px solid #3F3F3F;
	color: #FFFFFF;
	font-size: 1em;
	margin-top: 15px;
	padding: 5px 10px;
}
#copyInfo {
    color: #6f6f6f;
    font-size: 0.8em;
    text-align: right;
}
