body {
font-family: 'Roboto', sans-serif;
}
h1, #site-logo, .post-title {
font-family: 'Pacifico', cursive;
}
h2, h3, h4, h5, h6, .widgettitle {
font-family: 'Raleway', sans-serif;
}
a {
color: #068200; 
}
a: hover {
color: #078F4E;
text-decoration: none;
}
#main-nav .current_page_item a, 
#main-nav .current-menu-item a,
.widget a{
color: #FFEB3D;
}
.feature-posts-list a {
color: #068200; 
}
.footer-text a {
color: #FFFFFF;
}
.footer-text a:hover {
color: #BD1F2E;
text-decoration: none;
}
.wpcf7 input[type=reset], 
.wpcf7 input[type=submit] {
background-color: #068200;
color: #FFFFFF;
}