/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 10, 2018 */



@font-face {
    font-family: 'silkablack';
    src: url('/include/font/silka-black-webfont.eot');
    src: url('/include/font/silka-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font/silka-black-webfont.woff2') format('woff2'),
         url('/include/font/silka-black-webfont.woff') format('woff'),
         url('/include/font/silka-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'silkabold';
    src: url('/include/font/silka-bold-webfont.eot');
    src: url('/include/font/silka-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font/silka-bold-webfont.woff2') format('woff2'),
         url('/include/font/silka-bold-webfont.woff') format('woff'),
         url('/include/font/silka-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'silkaextra_light';
    src: url('/include/font/silka-extralight-webfont.eot');
    src: url('/include/font/silka-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font/silka-extralight-webfont.woff2') format('woff2'),
         url('/include/font/silka-extralight-webfont.woff') format('woff'),
         url('/include/font/silka-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'silkalight';
    src: url('/include/font/silka-light-webfont.eot');
    src: url('/include/font/silka-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font/silka-light-webfont.woff2') format('woff2'),
         url('/include/font/silka-light-webfont.woff') format('woff'),
         url('/include/font/silka-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'silkamedium';
    src: url('/include/font/silka-medium-webfont.eot');
    src: url('/include/font/silka-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font/silka-medium-webfont.woff2') format('woff2'),
         url('/include/font/silka-medium-webfont.woff') format('woff'),
         url('/include/font/silka-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'silkaregular';
    src: url('/include/font/silka-regular-webfont.eot');
    src: url('/include/font/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font/silka-regular-webfont.woff2') format('woff2'),
         url('/include/font/silka-regular-webfont.woff') format('woff'),
         url('/include/font/silka-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'silkasemibold';
    src: url('/include/font/silka-semibold-webfont.eot');
    src: url('/include/font/silka-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font/silka-semibold-webfont.woff2') format('woff2'),
         url('/include/font/silka-semibold-webfont.woff') format('woff'),
         url('/include/font/silka-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'silkathin';
    src: url('/include/font/silka-thin-webfont.eot');
    src: url('/include/font/silka-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/font/silka-thin-webfont.woff2') format('woff2'),
         url('/include/font/silka-thin-webfont.woff') format('woff'),
         url('/include/font/silka-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
	font-size: 10px;
	color: #000;
	font-family: "silkaregular", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "silkablack", sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 4em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "silkabold", sans-serif;
	font-size: 3em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

h3 {
	font-family: "silkamedium", sans-serif;
	text-transform: none;
	font-size: 2em;
	line-height: 1.5em;
	margin: 0px 0px 2%;
	padding: 0px;
	color: #FFF;
}

h4 {
	font-size: 5em;
	line-height: 1em;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}

h5 {
	font-size: 4.6em;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: 300;
}

h6 {
	font-size: 1.6em;
	line-height: 1em;
	font-weight: 400;
	margin: 5% 0px;
	padding: 0px;
	color: #000;
	text-align: center;
}


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0px;
}


p {
	font: 2em/1.5em "silkablack", sans-serif;
	font-weight: 600;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, 
a:hover {
	color: #000;
}

a {
	color: #009;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, 
acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol {
	padding: 0em;
	/* margin-bottom: 1em; */
}

ul, ol {
	margin: 0px;
	padding: 0em;
}

ul {
	font-size: 1.2em;
	margin: 0 0 1em;
	color: #000;
	padding: 0px;
	line-height: 1.3em;
	list-style-type: none;
}

ol {
	font-size: 1.2em;
	margin: 0 0 1em;
	color: #000;
	padding: 0px;
	line-height: 1.3em;
	list-style-type: none;
}

ul li {
	list-style-type: disc;
	margin: 2px 0px 4px;
	padding: 0px;
	list-style-position: outside;
}


dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

/* Tables
-------------------------------------------------------------- */

table {
	margin: 0 0 1em;
	color: #FFF;
	padding: 0px;
	font: 1.2em/1.5em Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
}

th {
	font-weight: bold;
}

thead th {
	/*background: #c3d9ff;*/
}

th,td,caption {
	padding: 0px;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.published {
	font-weight: bold;
	color: #666;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

	h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.8em;
	}
	h6 {
		font-size: 1.2em;
	}

}	


@media screen and (max-width: 768px) {
	

	h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	h3 {
		font-size: 1.6em;
		font-weight: 600;
	}
	
	h4,h5,h6 {
		font-size: 1.4em;
	}
	
	p {
		font-size: 1.4em;
		font-weight: 300;
	}

<h1>Het programma</h1>


}