/*
 Theme Name:   Donovan Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Donovan Child Theme
 Author:       Admin
 Author URI:   http://example.com
 Template:     donovan
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  donovan-child
*/
:root {
	--link-color: #11a3ee;
	--button-color: #11a3ee;
	--submenu-color: #11a3ee;
	--button-hover-color: #0c7ab2;
	}	
a:link,
a:visited {
	color: #11a3ee;
}
.site-info {
	font-size: 0.7em;
	}
button.buttonlink a {
	color: #FFF;
	text-decoration: none;
}