@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Passion+One:400");
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #2b2b2b;
	line-height: 1.65;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15pt;
	font-weight: 300;
	color: #ffffff
	
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.5;
	font-size: 1.4em;
}

b{
	font-size: 1.2em;
}
a{
	color: #baa9e5;
}

p, ol, ul
{
	margin-top: 0;
	font-size: 1.1em;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}


.container
{
	margin: 0px auto;
	width: 1300px;
	border: 10px double #2c2c32;
}

.image-full
{
	display: block;
	width: 50%;
	margin: 0 auto;
	
	
}

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.7em;
	color: #ffffff;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18pt;
	color: #baa9e5;
	font-size: 1.5em;
}

#wrapper
{
	background: #1b1b1f;
}

#page
{
	overflow: hidden;
	padding: 6em 0em 0em 0em;
	background: #2c2c32;
	text-align: center;
}

#content
{
	float: center;
	width: 1250px;
		
}

