/*
Theme name: Level Up Child
Theme URI: http://martriepma.com/kerk
Description: This is a child theme of tweny thirteen
Author: Mart Riepma
Author URI: http://martriepma.com
Template: twentythirteen
version: 0.1
*/
@import url("../twentythirteen/style.css");

.site-header .home-link {
	color: #ffffcc;
	
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 804px;
	width: 100%;
}

.entry-meta {
    clear: both;
    font-size: 14px;
    display: none;
}

h1 {
    font-size: 28px;
    margin: 33px 0;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	
}

.home h1 {
  display: none;
}
