body { 
	margin-top: 0px; 
	font-family: 'proxima nova', 'Raleway', Helvetica, 'sans-serif';
	font-size: 16px;
}

/*=== Global ===*/
h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: bold;
}

h1 {
	font-size: 15px;
    color: #4c4c4c;
    line-height: 0.5;
    letter-spacing: 0.4px;

}

h2 {
	font-size: 13px;
}

a, a:hover {
	color: white;
	text-decoration: none;
}



#hero {
	background-color: #fff;
}


img.logo {
   	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    margin-top: 40px; 
}

#diensten {
	background: #f4f4f4;
	padding: 46px 0;
	color: #366ddd;
	border-top: 0.01em solid #333;
	border-bottom: 0.01em solid #eee;

}

#contact {
	background: #333;
	padding: 10px 0;
	color: white;
}

li.contact {
	list-style: none;
	margin-left: -10px;
	color: white;
	font-size: 12px;
}

.copyright {
	border-top: 0.01em solid white;
	color: white;
	font-size: 11px;
}

.dib {
    margin-top: 12px;
    font-size: 11px;
    margin-bottom: 4px;
}

li {
    font-size: 13px;
    list-style: circle;
    color: #303535;
}
ul {
	padding-inline-start: 15px;
}