@import url("fonts.css");
@import url("reset.css");

/*
	COLORSCHEME:	
	Red: 				#d91e18;
	Light Red:			#e74c3c;
	Orange:			#f39c12;
	Yellow:			#f1c40f;
	
	Darkest Blue:		#22313f;
	Dark Blue:		#2c3e50;
	Blue:				#34495e;
		
	Darkest Gray:	#808285;
	Light Gray:		#95A5A6;
	Blue-gray;			#34495E;
	Dark blue-gray:	#2C3E50;	
	
	Body background:	#ffffff;

*/

body,html{
	width:100%; 
	height:100%; 
	font-family: sans-serif;
	background: #fff url('../images/bkg.jpg') no-repeat top center;	
	background-size: cover;
}

section{	
	position: relative;
	width: 100%; 
	height: 100%;			
	overflow: hidden;
	white-space: nowrap;
}

#logo{
	width: auto;
	height: auto;
	margin: 0 auto;	
	text-align: center;
	border-top: 5px solid #DFAB84;
}

h1{
	font-family: 'ITC Avant Garde EL', sans-serif;
	font-size: 800%;
	font-size: 12vh;
	letter-spacing: 0.7vw;
	color: #fff;
	text-transform: uppercase;	
	margin: 0;	
}

h2{
	font-family: 'ITC Avant Garde Bk', sans-serif;
	font-size: 510%;	
	font-size: 7.8vh;
	color: #DFAB84;
	text-transform: uppercase;
	margin-top: -4vh;
}

#soon{
	width: auto;
	height: auto;
	margin: 0 auto;	
	margin-top: 1%;
	font-size: 3vh;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
}

p{
	font-family: 'ITC Avant Garde Bk', sans-serif;
}

#email{
	clear: both;
	position: absolute;
	display: block;
	width: 60%;
	height: auto;	
	margin: 0 auto;
	left: 0; right: 0;
	bottom: 10%;
	bottom: 5vh;
	text-align: center;
	color: #DFAB84;
	font-size: 2vh;	
	white-space: normal;	
	background-color: rgba(0,0,0,0.2);
	padding: 1%;
}

#email a{	
	font-family: 'ITC Avant Garde EL', sans-serif;
	color: #fff;
	letter-spacing: 3px;
}

#email a:hover{
	text-decoration: underline;
}