/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	http://simplegrid.info
 *	by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)	
 *  License: http://creativecommons.org/licenses/MIT/	*/

/* Containers */
body { font-size: 0.875em; padding: 0; }

#logo{
    padding:20px;
 }
 
.home-img{
display:none;
 }
 
#nav ul li
{
font-family: 'Gudea', sans-serif;
display: block;
clear:both;
list-style-type: none;
padding-left: 20px;
font-size:1.4em;
font-weight:400;
}

h1.intro {
	font-weight: 400;
    clear:both;
	font-size: 1.4em;
    color:#FFF;
}

h2.intro-home {
	font-weight: 400;
    clear:both;
	font-size: 1.2em;
    color:#FFF;
}

#maintext{
    padding:20px;
 }
