/**
 * Title: Blue 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/wall.jpg');
}
a {
  color: #39a2df;
}
a:hover {
  color: #196a99;
}
/* 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: #39a2df;
}
.main-navigation .nav li ul li a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #39a2df;
}
/* CALLOUT */
#callout .btn-primary {
  background-color: #39a2df;
}
#callout .btn-primary:hover {
  background-color: #196a99;
}
/* FOOTER */
#footer-widget-container, .site-footer {
	background: #161616;
}