/**
 * Title: Orange Skin
 *
 * Description: Changes content colors, fonts and buttons for theme.
 *
 * Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications
 * should be made in a child theme.
 *
 * @category Cyber Chimps Framework
 * @package  Framework
 * @since    1.0
 * @author   CyberChimps
 * @license  http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
 * @link     http://www.cyberchimps.com/
 */

body {
  background: url('images/grass.jpg');
}
a {
  color: #dd7344;
}
a:hover {
  color: #9e451d;
}
/* MENU */
.navbar .nav > .active > a,
.navbar .nav > .current_page_item > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li > a:hover,
.navbar .nav > li.current-menu-ancestor > a {
  background-color: #dd7344;
}
.main-navigation .nav li ul li a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #dd7344;
}
/* CALLOUT */
#callout .btn-primary {
  background-color: #dd7344;
}
#callout .btn-primary:hover {
  background-color: #9e451d;
}
/* FOOTER */
#footer-widget-container,
.site-footer {
  background: #3c3730;
}