/*

Theme Name: Child of Twenty Fifteen
Description: Theme based on the Twenty Fifteen Master
Author: Terence Evans
Version: 0.0.1
Template: twentyfifteen

*/

@import url("../twentyfifteen/style.css");
.entry-title { color: #B2B2B2; } /* This makes all page headings grey */
.page-header { display: none;} /* This gets rid of the heading "Category" and the "Category Title" when a menu link takes you to a category page */
.page-header + .hentry, .page-header + .page-content {
  margin-top: 0; } /* Having got rid of the "Category" title with the above command - this moves the page content back to the top */
.comments-area { display: none; } /* This gets rid of the Comments box that appears under each Page */