body {
	font-family: 'Didact Gothic', sans-serif;
	background:#131313;
	color: #EFEFEF;
	padding-top:20px;
}

a, a:link, a:active, a:visited, a:hover { 
color:#EFEFEF;
text-decoration:none;
}

.content_wrapper {
	width:50%;
	margin:0 auto;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;
}
@media screen and (max-width: 600px) { 
	.content_wrapper {
		width:99%;
		margin:0 auto;
		text-align:center;
	}
}

p {
	line-height:22px;
	font-size:19px;
}

h1 {
	margin:20px 20px 10px 20px;
	font-family:'Conv_Lusitana-Bold',Sans-Serif;
	font-size:40px;
	
}

h2 {
	margin:10px 20px 10px 20px;
	padding-bottom:20px;
	font-weight: normal;
	font-size:30px;
}

h3 {
	margin:10px 20px 10px 20px;
}
a {
	color:#007ABF;}
	
.fa {
	font-size:7px !important;
	line-height:20px !important;
	display:inline !important;
	height:20px !important;
}

ul, li {
	display:inline-block;
	float:none;
}
