/* Add here all your css styles (customizations) */

@font-face {
	font-family: 'Dense-Regular';
	src: url('fonts/Dense-Regular.eot?') format('eot'),
	     /*url('fonts/Gotham-Light.otf')  format('opentype'),*/
	     url('fonts/Dense-Regular.woff') format('woff'),
	     url('fonts/Dense-Regular.ttf')  format('truetype'),
	     url('fonts/Dense-Regular.svg#Times') format('svg');
}



body {
    /*font-family: "Gotham-Light",Helvetica,Arial,sans-serif;*/
	font-family: 'Lato', sans-serif;
    background:rgba(114,173,72,1.00);
};



h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: Verdana,Arial,sans-serif;
    font-weight: normal;
    margin-top: 5px;
    text-shadow: none;
}











p {
  color: #ffffff;    
} 












