/*
	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: 3em;
		letter-spacing: -0.025em;
		
	}

	h2
	{
		font-size: 2em;
		letter-spacing: -0.015em;
	}
	
	h3
	{
		font-size: 1.5em;
		letter-spacing: -0.010em;
	}
	
	h4
	{
		font-size: 1.05em;
		letter-spacing: -0.010em;
		line-height: 150%;
		
	}
	
	h5
	{
		font-size: 0.75em;
		letter-spacing: -0.010em;
		line-height: 120%;
		
	}
	h6
	{
		font-size: 0.70em;
		letter-spacing: -0.010em;
		line-height: 110%;
		white-space:nowrap;
	}

	h1, h2, h3, h4, h5, h6
	{
		margin: 0 0 0.5em 0;
	}

	header
	{
		margin: 0 0 2em 0;
	}
	
		header > span
		{
			font-size: 1.25em;
		}

	footer
	{
		margin: 2em 0 0 0;
	}
	
		footer > p
		{
			font-size: 1.25em;
		}
	
	
	.button
	{
		padding: 0.5em 1.35em 0.5em 1.35em;
		font-size: 1.1em; 
	}

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

	.box
	{
		padding: 2em 1em 0.5em 1em;
	}

		.box h3
		{
			margin-bottom: 0.25em;
		}

		.box .image-centered
		{
			margin-bottom: 0.75em;
		}

		.box .image-full
		{
			position: relative;
			left: 2em;
			top: 2em;
			margin: -4em 1em 2.5em -3em;
			width: auto;
		}

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

	.wrapper
	{
		padding: 1.5em 0 2em 0;
		text-align: center;
	}
	
		.wrapper-first
		{
			padding-top: 3.5em;

		}

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

	#nav
	{
	}

		#nav a:hover
		{
			background: #383838;
		}
		
		#nav a:active
		{
			background: #484848;
		}
	
		#nav a
		{
			
			padding: 0.0em 1.2em 0.0em 1.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
		{
			max-width: 75%;
			max-height: 75%;
			width: auto;
			height: auto;
			margin-bottom: 2em;			
			margin-right: 2em;
		}

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

	#copyright
	{
		font-size: 1em;
	}

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