#welcomeText {
  text-align: center;
  width: 500px;
  margin: 50px auto;
  font-size: 25px;
}

.welcomeTitle {
  margin-bottom: 20px;
}

.welcomeSubtext {
  font-size: 18px;
}

 .startupFace {
	float:left;
	padding: 0px 30px;
	opacity: 0;
	width: 180px;
	
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
}	

#startupContainer {
	position: absolute;
	display: none;
	width:100%;
	height:100%;
	background:white;
	overflow: hidden;
}

#cameraAlertText {
	position: absolute;
	width:600px;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -80px;	
	text-align: center;
}

#privacyMessage {
	font-size: 12px;
	padding: 10px;
}

#arrowContainer {
	width: 80px;
	height: 100px;
}

#mailIcon {
	position:absolute;
}

#arrow {
	position: absolute;
	left: 260px;
	
	-webkit-animation: fadeUp 1s; /* Safari and Chrome */
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeUp /* Safari and Chrome */
{
0%   {opacity: 1.0; top:0px;}
100% {opacity: 0.0; top:-15px;}
}

#startupBanner {
	position: absolute;
	top: 50%;
	margin-top:-100px;
	left: 50%;
	margin-left:-360px;
	width: 720px;
	height: 100px;
	font-size: 17px;
	text-align: center;
	cursor: default;
}

#startupCountdown {
	position: absolute;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -550px;
	margin-left: -50px;
	font-size: 800px;
	opacity: 0.2;
	text-align: center;
	cursor: default;
}
