@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,900);
@import url(http://fonts.googleapis.com/css?family=Muli);
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Muli', sans-serif;
    background-color: black;
    color: #ffff6b;

}
header, body, section{
    width: 100%;
}

.navbar-brand {
    padding: 0;
    
}
.navbar-brand img{
   max-height: 50px;
}
nav > .container-fluid{
    width: 100%;
    height: 100%;
}
.nav-link{
    color: #ffff6b !important;
    font-family: 'Muli', sans-serif;
    font-size: 1.4em;
}
.nav-link:hover{
    color: white !important;
}
p{
    margin: 1px;
}


section{
    overflow: hidden;
    margin-top: 3%;
}


h1{
    font-size: 1.7em;
    margin-bottom:20px;
    text-align: center;
}
h2{
    font-size: 1.2em;
}
article a:link{
    color: #ffff01;

}
article a:hover{
    color: #0013c8;
}
article a:visited{
    color: #c80000;
    
}
#Gradient{
background: -moz-linear-gradient(90deg, rgba(255,255,15,0.99) 0%, rgba(0,0,0,0) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(255,255,15,0.99))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(255,255,15,0.99) 0%, rgba(0,0,0,0) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(255,255,15,0.99) 0%, rgba(0,0,0,0) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(255,255,15,0.99) 0%, rgba(0,0,0,0) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(255,255,15,0.99) 0%, rgba(0,0,0,0) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FFFF0F',GradientType=0 ); /* ie6-9 */
}
#diensten{
    padding:0;
}
#diensten  section{
    background-color: black;
   	margin-top: 0;
	padding-top:o;
}
footer{
    background-color: #5e0000;
    color: black;
    overflow: hidden;
    
}
@media (max-width: 768px)
{
    .navbar-brand{
        left:10px;
        position: absolute;
    }
    .navbar-brand img{
          height: 1.5em;
    }
    .navbar-toggler{
        right:10px;
        position: absolute;
    }
}