/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    https://media-alliance.org/
 Description:  Child Theme for Twenty Fourteen
 Author:       Your Name
 Author URI:   https://media-alliance.org/
 Template:     twentyfourteen
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../twentyfourteen/style.css");

/* Your custom CSS starts here */
body {
    background-color: #f5f5f5;
}

body.home .entry-title {
    text-transform: inherit !important;
}