/*
Theme Name: Catch Responsive Child
Author: Laurence Heine - Mountain View Product Marketing
Description: Skin and Zen
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:
	
		Red: #DB1103
 		Header dark:		#838550 (30% darker than #AEB07C)
		Header light:		#E7E8D8 (Header dark: Opacity 30%)
		Gift Certificate Rose Background:	#8F2C5D
		Gift Certificates text:	#DFE8D7
		Headings:				#838550 (30% darker than #AEB07C)
	
*/
body {
	font-family: Verdana, Geneva, sans-serif;
}
body.home {
	background-color: #FFF !important;
}

#masthead {
  border-radius: 30px 30px 0 0;
}
#content {
  border-radius: 0 0 30px 30px;
}


#masthead {
	background-color: #838550 !important;
}

.no-sidebar.content-width #main {
	width: 1200px;
	max-width: 100%;
}

#site-branding {
	display: inline-block;
	float: none !important;
}

#site-logo {
	display: inline-block;
	vertical-align:middle;
	float: none !important;
}

#site-header {
	display: inline-block;
	vertical-align:middle;
	float: none !important;
}

p.site-title a {
	font-family:  'Tangerine', cursive;
	font-size: 40px;
	color: #E7E8D8 !important;
	/*text-shadow: 4px 4px 4px #aaa;*/
}


h1.entry-title {
	font-size: 60px;
	text-shadow: 4px 4px 4px #aaa;
}

h2.wp-block-heading {
	font-size: 32px;
	font-weight:bold;
}
	
#content {
	background-color: #E7E8D8 !important;
}

h1,
h2,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 10px;
	font-family:  'Tangerine', cursive;
	color: #838550 !important;
	line-height: 1.3;
}
h3 {
	clear: both;
	margin-bottom: 10px;
	color: #838550 !important;
	line-height: 1.3;
	font-size: 30px;
	font-weight: bolder;
	font-family: inherit;
}
h4 {
	font-size:24px;
}
p.footertext {
	font-size: 10px !important;
	text-align: center !important;
}
p.footertext a {
	color: #009bc2 !important;
	text-decoration: underline !important;
}