/*  



NHC starter overrides

	color: #65378e; purple
	color: #00539b; blue
	color: #7ac143; green



	color: #005984; blue
	color: #ffc425; yellow
	color: #009b7a; green
	color: #f05133; red
	color: f5f5f5; very light gray used for sidebar bg
	color: #fdd979; yellow bg
	
	color: #677b8b; blue background for large button




	color: #202020; gray text
	
	Font sizes from YUI3
	px	 use %
	10	 77
	11	 85
	12	 93
	13	 100
	14	 108
	15	 116
	16	 123.1
	17	 131
	18	 138.5
	19	 146.5
	20	 153.9
	21	 161.6
	22	 167
	23	 174
	24	 182
	25	 189
	26	 197
*/







@media screen and (min-width: 640px) {

.header-branding {
	background-image: url(https://mediafiles.lotsahelpinghands.com/p/nhc/banners/landing-header-banner.jpg);
	margin-top: 15px; 
}	

#main-share-icons {
	display:none;
}
	
#secondary-content .primary-wave h2, #secondary-content .secondary-wave h2 {
	padding: 1em 0em;
}


#secondary-content .primary-wave h2 {
	color: #ffffff;
}


.share-links {
	position: relative;
}

} /* end min-width 640 media query */

@media screen and (max-width: 639px) {

.header-branding {
	background-image: url(https://mediafiles.lotsahelpinghands.com/p/nhc/banners/mobile-header-banner.jpg);
	height: 95px;
}

}



