html { -webkit-text-size-adjust: none; }
body {
	background: #e7ecee;
	font-family: "Source Sans Pro", sans-serif;
	height: 100%;
	overflow: hidden;
	width: 100%
}
#wrapper, #viewport {
	height: 96%;
	position: fixed;
	width: 100%;
}
.screen {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.center {
    height: 100%;
	margin: 0 16%;
}
#home {
	/*background: -o-linear-gradient(top, rgb(13, 145, 210) 0, rgb(17, 111, 209) 100%);
	background: -ms-linear-gradient(top, rgb(13, 145, 210) 0, rgb(17, 111, 209) 100%);
	background: -moz-linear-gradient(top, rgb(13, 145, 210) 0, rgb(17, 111, 209) 100%);
	background: -webkit-linear-gradient(rgb(13, 145, 210) 0, rgb(17, 111, 209) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d91d2',endColorstr='#116fd1',GradientType=0);*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-box-shadow: 0 0 16px #666;
	-webkit-box-shadow: 0 0 16px #666;
	background: #0d91d2;
	box-shadow: 0 0 16px #666;
	height: 64px;
	overflow: hidden;
	z-index: 9;
}
#home.active { height: 96%; }
#profile {
	/*background: -o-linear-gradient(top, rgb(231, 236, 238) 0, rgb(218, 218, 218) 100%);
	background: -ms-linear-gradient(top, rgb(231, 236, 238) 0, rgb(218, 218, 218) 100%);
	background: -moz-linear-gradient(top, rgb(231, 236, 238) 0, rgb(218, 218, 218) 100%);
	background: -webkit-linear-gradient(rgb(231, 236, 238) 0, rgb(218, 218, 218) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7ecee',endColorstr='#dadada',GradientType=0);*/
	background: #e7ecee;
	overflow: auto;
	overflow-x: hidden;
	z-index: 8;
}
#arrow {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	-moz-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 8px #666;
	border-radius: 32px;
	bottom: 0;
	box-shadow: 0 0 8px #666;
	cursor: pointer;
	height: 32px;
	left: 50%;
	margin: 0 0 0 -20px;
	position: absolute;
	text-align: center;
	padding: 16px 16px;
	width: 32px;
	z-index: 10;
}
#arrow span {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	display: block;
	height: 0;
	position: relative;
	width: 0;
}
.show { background: #fff; }
.show span {
    border-bottom: 16px solid #0d91d2;
    top: 6px;
}
.hide { background: #0d91d2; }
.hide span {
	-moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    border-bottom: 16px solid #fff;
    top: 8px;
    transform: scale(1, -1);
}
.main { position: relative; }
#home .main { top: 32%; }
#profile .main {
	overflow: hidden;
	top: 12%;
}
.main .left {
	float: left;
	width: 42%;
}
.main .right {
	float: right;
	width: 42%;
}
.main h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	position: absolute;
    text-rendering: optimizeLegibility;
	top: -6px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    text-rendering: optimizeLegibility;
}
.active .main h1 {
    font-size: 6em;
	font-weight: 300;
    top: 0;
}
.main h2 {
	color: #0d91d2;
	font-size: 64px;
	font-weight: 300;
	line-height: 64px;
	padding: 0 0 8px;
	text-rendering: optimizeLegibility;
}
.main p {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	padding: 16px 0 0;
	text-rendering: optimizeLegibility;
}
#home .main p {
    left: 0;
    position: absolute;
    top: 112px;
}

.main a:link, .main a:active, .main a:visited {
	color: #0d91d2;
	text-decoration: none;
}
.main a:hover { text-decoration: underline; }

/* Responsive */
@media only screen and (min-width: 861px) and (max-width: 1024px) {
	.main h2 {
		font-size: 64px;
    	font-weight: 300;
    	line-height: 64px;
		padding: 0;
	}
	.main .left, .main .right {
		float: none;
		width: 100%;
	}
	.main .right { padding: 32px 0 0; }
	
	.main .right { padding: 32px 0 0; }
}
@media only screen and (min-width: 577px) and (max-width: 860px) {
	.main h1 {
    	font-size: 32px;
    	font-weight: 300;
    	line-height: 32px;
	}
	.active .main h1 {
	    font-size: 64px;
    	font-weight: 300;
    	line-height: 64px;
    }
	#home .main p { top: 76px; }
	.main h2 {
		font-size: 32px;
    	font-weight: 300;
    	line-height: 32px;
		padding: 0;
	}
	.main .left, .main .right {
		float: none;
		width: 100%;
	}
	.main .right { padding: 32px 0 0; }
	.main .logo img {
		height: 48px;
		width: 48px;
	}
}
@media only screen and (max-width: 576px) {
	.main h1 {
    	font-size: 32px;
    	font-weight: 300;
    	line-height: 32px;
	}
	.active .main h1 {
	    font-size: 64px;
    	font-weight: 300;
    	line-height: 64px;
    }
	#home .main p { top: 136px; }
	#profile .main { padding: 0 0 96px; }
	.main h2 {
		font-size: 32px;
    	font-weight: 300;
    	line-height: 32px;
		padding: 0;
	}
	.main .left, .main .right {
		float: none;
		width: 100%;
	}
	.main .right { padding: 32px 0 0; }
	.main .logo img {
		height: 48px;
		width: 48px;
	}
}