/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    ---
 Description:  Twenty Fourteen Child Theme by Peninsula College Web Services
 Author:       Danny McEnerney
 Author URI:   http://pencol.edu
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*Add the brand ribbon*/
#site-brand-ribbon {
	background-color: #000;
	border-bottom: 5px solid #CFB87C;
	padding: 8px 0px 8px 26px;
}

#site-brand-ribbon img {
	max-width: 220px;
}

/*Change black backgrounds to PC green*/
.site-header, .site:before, #secondary, .site-footer {
	background-color: #027223;
}