
/*============================================
                color
==============================================*/



/*============================================
                background color
==============================================*/

.topbar-section, .btn-green, .contact-quote, .btn-blog, .btn-full, .btn-green-lg, .btn-green-md, .btn-green-sm, .btn-green-xs, .btn-green-xxs, .section-404 h1{
	background-color:#92CD00;
}

.btn-hover-blue:hover{
	background-color:#006eab;
}

/*============================================
                hover color
==============================================*/

.link-hover-gray a:hover{
	color:#525252;
}
.link-hover-green a:hover{
	color:#02b762;
}
.icon-hover-gray a:hover{
	color:#525252;
}
