/* Typography */
.demo .content_area h1,
.demo .reDropDownBody h1,
.demo h1 {
color: #436d00;
}
/* Homepage Buttons */
.demo .int_buttons.int_buttons .button-link {
background: #799d45;
}
.demo .int_buttons.int_buttons .button-link:hover {
background: #436d00;
}
.demo .int_buttons.int_buttons .button-link:hover .button-text {
color: #fff;
}
/* Page Footer */
.demo #page_footer {
background: #000;
}