@charset "utf-8";
/* CSS Document */

* {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 54px;
   color: #746440;
  
}

body {
	overflow: hidden;
}

#container {
	width: 100%;
	height: 100%;
	position: absolute;
}

#comingsoon {
	position: relative;
	width: 85%;
	min-height: 98%;
	margin: 0 auto;
	/* border: 1px solid #003; */
}

#brandnew {
	display:block;
	width: inherit;
	position:fixed;
	margin-top: -50px;
	z-index:1;
	top:50%;
	text-align: center;
}

#launch {
	display: none;
	width: inherit;
	position:fixed;
	margin-top: -50px;
	z-index:1;
	top:50%;
	text-align: center;
}

#dfalogo {
	display:none;
	margin-top: -80px;
	margin-left: -130px;
	width: 259px;
	height: 120px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index:1;
	text-align: center;
	background-image:url('images/intro/DFA_new_logo.jpg');

}

#egg{
	width: 182px;
	height: 169px;
	position: absolute;
	bottom: 0;
	right: 146px;
}

#egg img {
	width: 186px;
	height: 169px;
}
	 


@media only screen and (min-width: 521px) and (max-width: 920px) {
	
* {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 36px;
   color: #746440;
  
}

#egg{
	width: 182px;
	height: 169px;
	position: absolute;
	bottom: 0;
	right: 25px;
}

#egg img {
	width: 100px;
	height: 93px;
}
}
@media only screen and (min-width: 320px) and (max-width: 520px) {
	
* {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   font-size: 20px;
   color: #746440;
  
}

#egg{
	width: 100px;
	height: 93px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#egg img {
	width: 100px;
	height: 93px;
}
}