/*

Theme Name: Zwaarwater2017

Theme URI: https://wordpress.org/themes/twentysixteen/

Template: twentysixteen

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.

Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog

Version: 1.3.1488110070

Updated: 2017-02-26 11:54:30
*/



/* GEEN header op homepage*/

.home header,
.home header#masthead.site-header,
.home .site-header-main, .home .site-branding, .home .site-title
{
visibility:hidden;
display: none;
padding:0;
}
/* naam website nooit laten zien */
.site-title {
	visibility:hidden;
	display:none;
	height: 0px;
	margin: 0;
	padding: ;
}



/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Source Code Pro', monospace;
font-family: 'Source Serif Pro', serif;
*/
body, button, input, select, textarea {
	font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6, h1.entry-title {font-family: 'Source Serif Pro', serif;
color:#7ac1e3}

/* minder zware lijn boven widget */
.widget {
	border-top: 1px solid #7ac1e3;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.site-header {padding-bottom:1.0em; padding-top:1.0em;}

a {color:#b33d3e;}

