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

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

	body,input,textarea,select
	{
		font-size: 13pt;
		line-height: 1.65em;
	}

	/* Feature Icon */

		.feature-icon
		{
			margin-bottom: 2em;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 12em 0 12em 0;
	}

/*********************************************************************************/
/* Main Sections                                                                 */
/*********************************************************************************/

	.main
	{
	}
	
		.main > header
		{
			padding: 4em 0 4em 0;
		}
		
		.main > .content
		{
			padding: 4em 0 4em 0;
		}