#intro
{
	background-color:		#f2f7f7;
	color:					#888;
}

/*

minimised navigation

*/

.home.boxedlayout
{
	margin-top:				0; /* minimised config */
}

.home .navbar-wrapper /* minimised config */
{
	width:					100%;
	min-height:				20px;
	background:				none;
	-webkit-box-shadow:		none;
	-moz-box-shadow:		none;
	box-shadow:				none;
	display: 				none;
}

.home .navbar-reveal, /* minimised config */
.home .navbar-reveal.close-trigger
{
	display: 				block;
}
/*

end minimised navigation

*/