/*
Theme Name: Catch Responsive Child
Author: Mountain View Product Marketing
Description: Horizon Accountants
Version: 1.0
Template: catch-responsive

This is the child theme for Catch Responsive theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)

Colors:
	background-color: #FFFFEE
	Logo red: #942C38
	Logo blue: #21355D
	Header Text blue: #192265
	Nav Background: #942C38
	
*/
h1, h2, h3, h4, h5{
	color: #21355D !important;
	font-family: 'Crimson Text', serif;
}

p.site-title a {
	color: #21355D !important;
}

p.site-description {
	color: #21355D !important;
	font-style:italic;
}
/* Menu */
.catchresponsive-nav-menu a {
	color: #ffffee !important;
	background-color: #942C38 !important;
	line-height: 46px;
	padding: 0 20px;
}

/* Hover */
.catchresponsive-nav-menu li:hover>a,
.catchresponsive-nav-menu li.focus>a {
	background-color: #fff !important;
	color: #000 !important;
}

/* Hover Parent */
.catchresponsive-nav-menu .current-menu-item>a,
.catchresponsive-nav-menu .current-menu-ancestor>a,
.catchresponsive-nav-menu .current_page_item>a,
.catchresponsive-nav-menu .current_page_ancestor>a {
	background-color: #21355D !important;
	color: #FFFFEE !important;
}

p.footertext {
	font-size: 10px !important;
	text-align: center !important;
}
p.footertext a {
	color: #009bc2 !important;
	text-decoration: underline !important;
}
