
/*
	baseline layout stuff...
*/



	/* front page - company name heading */
#corp-hello{
	width:75%;
	margin-top:5%;
	font-size:250%;
	font-weight:400;
	font-family:'Open Sans',sans-serif;
	color:#040404;
}

	/* front page - intro text */
#intro{
	width:75%;
	font-size:120%;
	font-weight:400;
	font-family:'Lato',sans-serif;
	line-height:34px;
	letter-spacing:0.1px;
	color:#606060;
}

	/* main area width */

.wrapper{
	width:75%;
	margin:0 auto;
}


/*
	# center on page
*/

	/* position of home page text on page */

.main-container .home{
	position:absolute;
	top:25%;
	margin-top:5%;
	left:10%;
	margin-left:5%;
}


.main-container .home header{
	width:75%;
	float:left;
}


	/* bottom menu/nav - black bar at bottom */

.home-nav-wrap{
	position:absolute;
	width:99%;
	height:40px;
	bottom:0px;
	animation-delay:1s;
	-webkit-animation-delay:1s;
	background-color:#000;
}

	/* bottom menu items */

.home-menu {
	width:40%;
	bottom:0px;
	margin:0px auto;
	margin-top:6px;
	list-style-type:none;
	list-style-image:none;
	background-color:#666;
}

.home-menu li{display:inline;}

.home-menu a{
	width:40%;
	padding:0px;
	margin:10px;
	font-size:12px;
	font-family:'Lato',sans-serif;
	text-transform:uppercase;
	font-weight:400;
	float:left;
	text-align:center;
	color:#eee;
}

.home-menu a:first-child{
	padding:0px;
	margin:0px;
}

	/* menu stuff... */

/*

ul.menu{margin:0px auto;
	list-style:none;
	list-style-image:none;
	line-height:22px;
	background-color:#000;
	padding-left:50%;
	position:fixed;
	bottom:0px;
	width:100%;
	animation-delay:3s;
	-webkit-animation-delay:3s;}
ul.menu a{width:100px;
	margin:6px 0px 6px 0px;
	padding:0px;
	font-family:'Lato',sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	color:#eee;
	float:left;}
ul.menu li:first-child a{margin-left:-200px;}
ul.menu li:nth-child(2) a{margin-left:-100px;}
ul.menu a:hover{text-decoration:underline;}
ul.menu li{display:inline;}

*/