/* CSS Document */

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}


.stretch {
    width:100%;
    height:100%;
}

h1, h2, p, body{
font-family: 'Lato', sans-serif;
}

body{
	padding-top:4em;}

h2{
font-weight:700 !important;
font-size:4em;
color:#180F3D !important;
}

p{
	font-size:1.7em;
	color:#888888;
	font-weight:400; 
	line-height: .8em;}
	
.green{
	color:#50B747;
	}