/* General Demo Style */


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}



a {
    color: #748A04;
    
    
    font: 0.3em Futura, sans-serif;
	font-size: 36px;
	font-weight:normal;
	color: #748A04; /*color of titles in boxes image when not hovered on  */
	text-decoration:none;
	padding-top:0px;
}

a:hover,
a:active {
	color: #748A04; /* color of titles in boxes image when hovered on  */
}