/*
Theme Name:     MathewCarey_ChildTheme
Description:    
Author:         admin
Template:       twentyfourteen

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyfourteen/style.css");

/* change bg color */
#secondary {
    background-color: #4f4140;

/* change header-main color */
.site-header {
background-color: #4f4140 !important;
}

/*enlarging font size */
.footer-sidebar .widget .widget-title, .primary-sidebar .widget .widget-title {
    font-size: 22px;
}

.primary-navigation a {
    font-size: 22px;
}