@charset "UTF-8";
@import url(font-awesome.min.css);

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}
	
	strong{
		font-weight:bold;
	}
	
	p{
		padding:1em;
	}

/* Main */
	
	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		height: 100%;
	}

	body {
		background-color: #ffffff;
		background-image: url("../../images/background.jpg");
		background-repeat: no-repeat,no-repeat;
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		font-family:Arial, Helvetica, sans-serif;
	}

/* Main */

	.main {
		position: relative;
		max-width: 100%;
		min-width: 27em;
		padding: 4.5em 3em 3em 3em ;
		background: rgba(173, 212, 207, 0.7);
		border-radius: 4px;
		cursor: default;
		opacity: 0.95;
		text-align: center;
		-moz-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-moz-transition: opacity 1s ease, -moz-transform 1s ease;
		-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
		-ms-transition: opacity 1s ease, -ms-transform 1s ease;
		transition: opacity 1s ease, transform 1s ease;
		transform: skewY(4deg); /* Skews -8 degrees on the y-axis */
	}
	
	.main header{
		transform: skewY(-4deg); /* Skews -8 degrees on the y-axis */
		color:#fff;
	}

		@media screen and (min-width: 720px) {

			.main {
				min-width: 0;
				width: 50%;
				padding: 4em 2em 2.5em 2em ;
				margin:0 auto;
				margin-top:4em;
				margin-bottom:4em;
			}

		}

		@media screen and (max-width: 720px) {

			.main {
				min-width: 0;
				width: 100%;
				padding: 0em ;
				padding-top:2em;
				padding-bottom:2em;
				margin:0;
				margin-bottom:2em;
			}

		}

		body.is-loading .main {
			opacity: 0;
			-moz-transform: rotateX(15deg);
			-webkit-transform: rotateX(15deg);
			-ms-transform: rotateX(15deg);
			transform: rotateX(15deg);
		}
		
	#logo, #footer, #circles, #logos {
		position: relative;
		max-width: 100%;
		min-width: 27em;
		padding: 0em ;
		cursor: default;
		text-align: center;
		margin:3em;
	}
	
		@media screen and (min-width: 720px) {

			#logo, #footer, #circles, #logos {
				min-width: 0;
				width: 50%;
				padding: 1em 2em 1em 2em ;
				margin:0 auto;
				margin-top:3em;
				margin-bottom:3em;
			}

		}
		
		@media screen and (max-width: 720px) {

			#logo, #footer, #circles, #logos {
				min-width: 0;
				width: 100%;
				padding: 0 ;
				margin:0em;
				margin-bottom:2em;
			}

		}
		
		#footer{
			color:#638880;
			font-weight:bold;
			font-size:22px;
		}
		
		#footer .copyright{
			font-size:12px;
			padding-top:2em;
			font-weight:400;
		}
	
/* glow */
	.glow{
		color:#eaf4f2;
		text-shadow:1px 1px 10px #638880, 1px 1px 10px #638880;
		font-size:48px;
		text-align:center;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		padding-top:30%;
		text-decoration:none;
		display:block;
	}
	
		@media screen and (max-width: 1200px) {

			.glow {
				font-size:40px;
			}

		}
		
		@media screen and (max-width: 920px) {

			.glow {
				font-size:36px;
			}

		}
	
		@media screen and (max-width: 720px) {

			.glow {
				font-size:36px;
			}

		}
		
		@media screen and (max-width: 480px) {

			.glow {
				font-size:22px;
			}

		}
		
	
	.circle{
		border-radius:50%;
		background: rgba(173, 212, 207, 0.7);
		display:inline-block;
		width: 28%;
  		padding-top: 28%;
		text-align:center;
		position:relative;
	}
/* Wrapper */

	#wrapper {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-perspective: 1000px;
		-webkit-perspective: 1000px;
		-ms-perspective: 1000px;
		perspective: 1000px;
		position: relative;
		min-height: 100%;
		padding: 1.5em;
		z-index: 2;
	}

		#wrapper > * {
			z-index: 1;
		}

		#wrapper:before {
			content: '';
			display: block;
		}

		@media screen and (max-width: 360px) {

			#wrapper {
				padding: 0.75em;
			}

		}

		body.is-ie #wrapper {
			height: 100%;
		}