/*
	Miniport 2.0 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: 2.25em; 
		letter-spacing: .02em;
	}

	h2
	{
		font-size: 1.9em; 
	}
	
	h3
	{
		font-size: 1.3em;
		letter-spacing: -0.015em;
	}

	h1, h2, h3, h4, h5, h6
	{
		margin: 0 0 0  0;
	}

	header
	{
		margin: 0 0 1em 0;  
	}
	.wrapper-first header
	{
		background: url(../images/arrows.png) 280px 5px no-repeat;
	}
	.wrapper-first header.english
	{
		background: url(../images/arrows.png) 212px 16px no-repeat;
	}
	
		header > span
		{
			font-size: 1.25em;
		}

	footer
	{
		margin: 3em 0 0 0;
	}
	
		footer > p
		{
			font-size: 1.25em;
		}
	
	form
	{
	}
	
		form .button
		{
			margin: 0 0.5em 0 0.5em;
		}
	
	.button
	{
		padding: 1em 2.35em 1em 2.35em;
		font-size: 1.1em;
	}

		.button-big
		{
			font-size: 1.5em; 
		}

	.box
	{
		padding: 2em 2em 1.5em 2em;
	}

		.box h3
		{
			margin-bottom: 0.25em;
		}

		.box .image-centered
		{
			margin-bottom: 1.25em;
		}

		.box .image-full
		{
			position: relative;
			left: 2em;
			top: 2em;
			margin: -4em 0 3em -4em;
			width: auto;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		padding:2em 0 2em 0;
		text-align: center;
	}
	
		.wrapper-first
		{
			padding-top: 4em;
		}

		.wrapper-style4 .row-special
		{
			margin: 0 0 0 0;
			padding: 2em 0 2em 0;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
					box-shadow:   0px 2px 5px 0px rgba(0,0,0,0), 0px 1px 3px 0px rgba(0,0,0, 225);

	}

		#nav a:hover
		{
			background: #00778D;
		}
		
		#nav a:active
		{
			background: #484848;
		}
	
		#nav a
		{
/*			padding: 0.2em 1em 0.2em 1em;
			margin: 0.6em 0.2em 0.6em 0.2em; 
			border-radius: 8px;

*/
			padding: .8em;
			margin: -.2em 0 0 0;
			font-weight: 600;
			-moz-transition: background-color .4s ease-in-out;
			-webkit-transition: background-color .4s ease-in-out;
			-o-transition: background-color .4s ease-in-out;
			-ms-transition: background-color .4s ease-in-out;
			transition: background-color .4s ease-in-out;
			color: #fff; 
		}
		
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
		text-align: left;
	}

		#top .me
		{
			width: 32em;
			height: 32em;
			margin: 0;
		}

		#top h1
		{
			margin-top: 0.35em;
		}
	
		#top p
		{
			font-size: 1em;
			line-height: 1.4em;
		}
		
	#contact
	{
	}
	
		#contact footer
		{
			font-size: 0.9em;
		}
		
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		font-size: 1em;
	}

/**
FONT 
**/
@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext';