/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#contact-email:hover, #financial-link:hover, #workplace-link:hover, #social-link:hover, #emotional-link:hover, #home-link:hover, #physical-link:hover, #nutritional-link:hover, #creative-link:hover {
	text-decoration: underline;
}

#legend-financial {
	background-color: #AECF91;
	border-radius: 25px;
	height: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 2em;
}

#financial-link, #social-link, #workplace-link, #home-link, #emotional-link, #physical-link, #nutritional-link, #creative-link {
	color: #fff;
	text-shadow: 2px 2px #999;
}

#legend-social {
	background-color: #FAB3B2;
	border-radius: 25px;
	height: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 2em;
}

#legend-nutritional {
	background-color: #AFD5DB;
	border-radius: 25px;
	height: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 2em;
}

#legend-physical {
	background-color: #F66E43;
	border-radius: 25px;
	height: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 2em;
}

#legend-home {
	background-color: #97B4F1;
	border-radius: 25px;
	height: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 2em;
}

#legend-workplace {
	background-color: #F89522;
	border-radius: 25px;
	height: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 2em;
}

#legend-emotional {
	background-color: #C27FB8;
	border-radius: 25px;
	height: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 2em;
}

#legend-creative {
	background-color: #F5EAA3;
	border-radius: 25px;
	height: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-size: 2em;
}

.archive-header {
	padding: 5px;
}

#post-9 {
	border-bottom: none;
}

#post-9 h1 {
	text-align: center;
}

#post-48 h1, #post-51 h1, #post-25 h1, #post-45 h1, #post-42 h1, #post-40 h1, #post-38 h1, #post-28 h1 {
	display: none;
}

#learn-more {
	margin-bottom: 25px;
	color: #52658C;
}

h1.cover-heading {
	font-style: italic;
	color: #394661;
}

p.lead {
	font-weight: 500;
	color: #394661;
}

#phone-icon {
	margin-top: 5px;
}

#white-phone, #white-email {
	margin-right: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#theme-attribution {
	padding-top: 15px;
}

#theme-attribution, #icon-attribution {
	font-size: 13px;
}

article h1 {
	font-family: 'PT-Serif', serif;
	color: #52658C;
	font-size: 44px !important;
	font-weight: 500 !important;
	margin-top: -15px;
}

#our-services {
	color: #52658C;
}

header {
	padding-top: 10px;
}

#submit-testimonial:hover {
	text-decoration: underline;
}

#paypal-button {
	margin-top: -20px;
}

@media (min-width: 1200px) {
	#yhc-logo {
		float: left;
		position: relative;
	}
	
	h1.cover-heading {
		margin-top: 5px;
		margin-left: 30px;
		margin-bottom: 5px;
		float: left;
	}
	
	p.lead {
		margin-top: -7px;
		margin-left: 30px;
		float: left;
	}
}

@media (min-width: 1010px) {
	footer {
		margin-top: 50px;
	}
	
	#legend-financial {
		width: 340px;
	}
	
	#legend-social {
		width: 340px;
		margin-left: 45px;
	}
	
	#legend-workplace {
		width: 340px;
		margin-left: 45px;
	}
	
	#legend-physical {
		width: 340px;
		margin-left: 45px;
	}
	
	#legend-home {
		width: 340px;
	}
	
	#legend-nutritional {
		width: 340px;
	}
	
	#legend-creative {
		width: 340px;
		margin-left: 45px;
	}
	
	#legend-emotional {
		width: 340px;
	}
}