/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://martinbroodbakker.nl/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Martin Broodbakker
 Author URI:   http://martinbroodbakker.nl
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */


/* dit verzorgt blijkbaar het font van de pagina's */
body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	background-color: #000; /* Deze is nodig voor de achtergrondkleur van de pagina's */
	max-width: 1500px;
	position: relative;
}

.main-content {
	width: 100%;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 700px; /* Breedte tekst op pagina's, was 474px */
	background-color: #2b2b2b; /* deze is toegevoegd zorgt ook voor zwarte pagina */
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-title {
	color: #fff;
}

.site-content .entry-header {
	background-color: #000; /* zwart, was #fff (wit)
	padding: 0 10px 12px;
}

