@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Play);

body {
	font-family: 'Open Sans', sans-serif; 
	font-size: 16px; 
	font-weight: 300; 
	color: #000;
	margin: 0;
	padding: 0; 
}

#dom_ready, #loaded, #browser_width, #browser_height, #client_width, #client_height {
	background-color:white;
	margin: 0px;
	text-align:center;
	padding: 5px;
	display: none;
}

#logo  {
	position: absolute;
	max-width: 800px;
}
			
#middle_bar {
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #246ed9;
}
			
#full_body {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
}

#bottom_text, #portfolio, #phone_link {
	position: absolute;
	font-family: 'Play', sans-serif;
	font-size: 32px;
	text-align: center;
}

#phone_link a {
	text-decoration: none;
	color: black;
}

#portfolio a {
	text-decoration: none;
	color: white;
}

