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

/* Basic */

	h1 {
		font-size: 1.5em;
	}

	h2 {
		font-size: 1.2em;
	}

	h3 {
		font-size: 1em;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header.major h2 {
		font-size: 1.35em;
	}

/* List */

	ul.labeled-icons li {
		padding-left: 2em;
	}

		ul.labeled-icons li h3 {
			line-height: 1.75em;
		}

/* Header */

	#header {
		padding: 2.25em 1.5em;
	}

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

/* Footer */

	#footer {
		padding: 2.25em 1.5em;
	}

/* Main */

	#main {
		padding: 2.25em 1.5em 0.25em 1.5em;
	}

		#main > section {
			margin: 2.25em 0 0 0;
			padding: 2.25em 0 0 0;
		}

/* Poptrox */

	.poptrox-popup {
		border-radius: 0;
	}

		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
			margin-top: -1em;
		}