﻿/*  ==========================================================================
    Homepage
    ========================================================================== */

.sitelogo--header{ background: rgba(0,0,0,0); } 
.body--scrolled .sitelogo--header{ background: rgba(0,0,0,.1); } 
.body--scrolled  .sitelogo:hover{ background: rgba(42,210,176, 1); }

.hero{
	position: relative;
}

.welcomeheading{ text-transform: none; }
.welcomeheading:after{ display: none; }

/* 
// herocontent 
*/

.hero{
	opacity: 0;
	-webkit-transition: opacity .5s ease-out 0s;
	   -moz-transition: opacity .5s ease-out 0s;
			transition: opacity .5s ease-out 0s;
}

.hero--ready{ opacity:1; }


.herocontent{
	text-align: center;
	border-bottom: solid 1px #eee;
	padding: 0 0 7.14%;
	position: relative;
	z-index: 5;
}

.herocontent p{ margin: 0; }

.heroterms{
	margin: 0 0 .3em;
}

.heroterm{
	display: inline-block;
	margin: 0 .3em;
}

/* 
// herodot 
*/

.herodot{
	margin: 0 auto 1.5em;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	
}


.herodot__inner{
	height: 0;
	padding: 100% 0 0;
	position: relative;
}

.herodot__mask{
	-webkit-transform: translate3d(0, 0, 0); 
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	z-index: 10;
}

.herodot__logo{
	-webkit-transform: translate3d(0, 0, 0); 
	position: absolute;
	top: 12.5%;
	left: 12.5%;
	width: 75%;
	display: block;
	z-index: 11;
	-webkit-transition: opacity .5s ease-out 0s;
	   -moz-transition: opacity .5s ease-out 0s;
			transition: opacity .5s ease-out 0s;
}

.herodot__logo:hover{ opacity: 0; }

/*
// heroslides
*/

.heroslides{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	list-style: none;
	overflow: hidden;
}

.heroslide{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.heroslide img{ 
	display: block;
	width: 100%;
	-webkit-transform: scale(1.075,1.075);  
	   -moz-transform: scale(1.075,1.075);  
			transform: scale(1.075,1.075); 
	-webkit-transition: -webkit-transform 7s linear 0s;
	   -moz-transition:    -moz-transform 7s linear 0s;
			transition: 			transform 7s linear 0s;
}

.heroslide--current img{ 
	-webkit-transform: scale(1,1);  
	   -moz-transform: scale(1,1);  
			transform: scale(1,1);  
}




@media only screen and (min-width:700px){
	
	.hero{ max-width: 70%; margin-left: auto; margin-right: auto; }
	
	.herodot{ 
		margin-bottom: 0; 
	}
	
	.herocontent{ 
		text-align: left;
		position: absolute;
		left: 100%;
		top: 50%;
		border: none;
		padding: 0;
		margin-top: -3em;
		margin-left: -4em;
		text-shadow: 0 0 50px rgba(255,255,255,.5);
		white-space: nowrap;
	}
	
	.heroterm{ display: block; margin: 0; padding: 0; }
	
}

@media only screen and (min-width:1200px){
	.herocontent{ margin-left: -3em; }
}



/*  ==========================================================================
    hpsection--about
    ========================================================================== */
	
	
.hpsection--about{
	padding: 7.14% 0;
	text-align: center;
}

.hpsection--about p{ margin: 0 0 .3em; }

/* 
// andyhaupresents
*/

.andyhaupresents{
	position: relative;
}

.andyhaupresents:after{
	content: ' ';
	display: block;
	width: 12em;
	height: 2px;
	background: #222;
	margin: .75em auto .75em;
}

.andyhaupresents__lead{
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 .3em;
	font-size: 11px;
	letter-spacing: .125em;
}

.andyhaupresents__presents{ font-size: 9px; }

.andyhaupresents__aha{
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .125em;
}

@media only screen and (min-width:700px){
	.hpsection--about{ padding: 5%; }
}

@media only screen and (min-width:1000px){
	.hpsection--about{ 
		text-align: left;
		padding-left:0;
		padding-right: 0;
	}
	.andyhaupresents:after{ margin-left: 0; }
	
	.andyhaupresents__lead{
		position: absolute;
		top: -1.5em; 
	}
}