/*
Theme Name: Responsive Mobile Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive-mobile
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt
*/
body {color:#013300; }
a {color:#9ACC99;}
#menu-programs a{font-weight:bold; font-size:18px;}
#main-menu-container {
    background-color: #013300;
}
#footer {
	background-color: #013300;
}
.entry-header{display:none;}
#widgets .widget-title, main#main.sitemap .sitemap-widgets .widget-title {
    margin-bottom: 20px;
 	border:2px solid #013300;
	border-radius: 25px 25px 0px 0px;
	background-color:#9ACC99;
	color:#fff; 
	text-align:center;
}
.h-top{ font-size:36px;
	font-weight:bold}
	h1, .h1 {
    font-size: 30px;
}
	h2, .h2 {
    font-size: 24px;
}
#social-side img {margin:10px auto;}
#social-side {text-align:center;}
@media (min-width: 992px){
#main-navigation .main-nav ul li a {
    margin: 13px;
    color: #9ACC99;
	font-size:16px;
	font-weight:bold;
}
#main-navigation .main-nav ul li a:hover {
   
    color: #ffffff;
	
}
}
