/* BEGIN navigatie_css */
header .navigatie a{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;;
}
/* END navigatie_css */
/* BEGIN achtergrond_css */
body{
    background-color: #ffffff;
    background-image: url('');
}

.footer{
    background-color: inherit;
    background-image: url('');
}
/* END achtergrond_css */
/* BEGIN fonts_css */
body{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;;
    color:#333333;
}

h1{
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;;
    color:#000000;
}

h2{
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;;
    color:#0c0c0c;
}

h3{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;;
    color:#0c0c0c;
}

h4{
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;;
    color:#0c0c0c;
}

h5{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;;
    color:#0c0c0c;
}
/* END fonts_css */
/* BEGIN effecten_css */
.button_to_top{
    font-size: 15px;
    color: inherit;
    background-color:inherit;
}
/* END effecten_css */
