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

/* Basic */
#arrow{
	top: 13.5em;
}


	body, input, select, textarea {
		font-size: 13pt;
	}

	h2 {
		font-size: 1.35em;
	}

	h3 {
		font-size: 1.15em;
	}

/* Section/Article */

	header.major {
		margin-bottom: 4em;
		padding: 3em 0;
	}

		header.major p {
			font-size: 1.15em;
		}

	footer.major {
		margin-top: 4em;
		padding: 3em 0;
	}

/* Box */

	.box {
		padding: 2.5em;
		margin-bottom: 4em;
	}

/* Feature */

	.feature {
		height: 18em;
	}

		.feature .content {
			padding: 2.5em;
		}

/* Header */

	#header {
		background-attachment: scroll,	scroll;
		background-image:  url("images/top-3200.svg"), url("../images/logo.jpg");
		background-size: 1600px 230px,				cover;
		padding: 6em 0 16em 0;
	}

		#header:before {
			height: calc(100% - 25px);
		}

		#header:after {
			height: 25px;
		}

		#header h1 {
			font-size: 2em;
		}

		#header p {
			font-size: 1.15em;
		}

/* Footer */

	#footer {
		background-image: url("images/bottom-1600.svg");
		background-size: 1600px 230px;
		margin-top: -100px;
		padding: calc(230px + 4em) 0 6em 0;
	}

		#footer:before {
			height: calc(230px + 4em);
		}

/* Main */

	#main {
		padding: 4em 0 3em 0;
	}