/*
	Miniport 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		font-size: 13pt;
	}

	h1
	{
		font-size: 3.25em;
		margin: 0 0 0 0;
		padding-bottom: 0;
	}

	h2
	{
		font-size: 2em;
	}
	
	h3
	{
		font-size: 1.5em;
	}


	header
	{
		margin: 0 0 2em 0;
		width:600px;
	}
	
		header > span
		{
			font-size: 1em;
		}

	footer
	{
		margin: 3em 0 0 0;
	}
	
	
	form
	{
	}
	
		form .button
		{
			margin: 0 0.5em 0 0;
			

		}
	
	.button
	{
		/*padding: 1em 2.35em 1em 2.35em;
		font-size: 1.1em;*/
	}

		.button-big
		{
			font-size: 1.5em;
			letter-spacing: -0.025em;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		padding: 5em 0% 2em 10%;
		
		
		
	}
	
		.wrapper-first
		{
			padding-top: 8em;
			
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		#nav a:hover
		{
			background: blue;
		}
		
		#nav a:active
		{
			background: black;
		}
	
		#nav a
		{
			padding: 0.2em 1em 0.2em 1em;
			margin: 0.6em 0.2em 0.6em 0.2em;
			font-weight: 600;
			border-radius: 8px;
			-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
			color: #fff;
		}
		
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
		text-align: left;
	}

		#top .me
		{
			width: 20em;
			height: 20em;
			margin: 0;
		}

		#top h1
		{
			margin-top: 0.35em;
		}
	
		#top p
		{
			font-size: 1.5em;
			line-height: 1.75em;
		}
		
		
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		font-size: 1em;
	}

		#copyright li
		{
			display: inline-block;
			border-left: solid 1px rgba(0,0,0,0.5);
			box-: -1px 0px 0px 0px rgba(255,255,255,0.1);
			
		}
		
		#copyright li:first-child
		{
			border: 0;
			box-shadow: none;
			padding-left: 0;
		}

