/* Custom Style Overrides for CCCC site */

/* The taller CCCC logo makes the extra top and botom padding look weird. There is extra 
 * space built into the logo itself that we will use instead.
 */
.section--nav-header {
	padding-top: 10px;
	padding-bottom: 0px;
}

/* The logo for CCCC is taller and narrower. The default height makes the text too small */
.site-name img.logo {
	height: 100px;
}