	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #2589FF;
		font-family: 'Varela', sans-serif;
		font-size: 11pt;
		font-weight: 300;
		color: #656565;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 700;
		color: #2B3F48;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	ul.actions
	{
		text-align: center;
	}
		
		ul.actions li
		{
		}
	
	p
	{
		line-height: 180%;
	}
	
	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		overflow: hidden;
		margin: 0em auto;
		max-width: 1000px;
		
	}
	
	
/* Button Style */


	.button
	{
		display: inline-block;
		padding: 0em 3em;
		background: #0D1778;
		border-radius: 8px;
		letter-spacing: 0.20em;
		line-height: 4em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #FFF;
	}
	
		#wrapper
	{
		background: #FFF; position: relative;
		text-align: center;
	}

/* Logo */


	#logo
	{
		position: absolute; display: block; 
		top: 1em; text-align: center;
		
	}
	
	#logo h1
	{
		color: #9C39AE;
	}
	
	#logo a
	{
		text-decoration: none;
		text-transform: uppercase;
		color: #0D1778;
		
	}

/* Header */


	#header
	{
		position: relative;
		padding: 3em 0em;
		
		margin-left: 50px;
	}
	

/* Banner */


	#banner
	{
		overflow: hidden;
		padding: 7em 0em 5em 0em;
		background: #2589FF url(images/banner.png) no-repeat center;
		background-size: cover;
		text-align: center;
		color: rgba(16AEE8);
	}

	#banner .title
	{
		margin-bottom: 1em;
		text-transform: uppercase !important;
	}

	#banner .title h2
	{
		color: #FFF;
	}

	#banner .title .byline
	{
		color: #19FCFF;
	}
	
	#banner .button
	{
		margin-top: 3em;
		background: #0D1778 !important;
	}

/* Heading Titles */


	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		text-transform: uppercase;
		font-size: 2.7em;
	}
	
	.title .byline
	{
		font-size: 1.7em;
		color: #6F6F6F;
	}
	

/* Copyright */


	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		text-align: center;
		font-size: 1em;
		color: rgba(255,255,255,0.5);
	}