/* BEGIN fonts_css */
body{
    font-size: 17px;
    font-family: 'Raleway', sans-serif;;
    color:#000000;
}

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

h2{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;;
    color:#000000;
}

h3{
    font-size: 25px;
    font-family: 'Oswald', sans-serif;;
    color:#000000;
}

h4{
    font-size: 25px;
    font-family: 'Oswald', sans-serif;;
    color:#000000;
}

h5{
    font-size: 25px;
    font-family: 'Oswald', sans-serif;;
    color:#000000;
}
/* END fonts_css */
/* BEGIN navigatie_css */
header .navigatie a{
    color: #494d5f;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;;
}
/* END navigatie_css */
/* BEGIN achtergrond_css */
body, .inhoud{
    background-color: #ffffff;
    background-image: url('');
}

.footer{
    background-color: inherit;
    background-image: url('');
}
/* END achtergrond_css */
/* BEGIN effecten_css */
.button_to_top{
    font-size: 5px;
    color: inherit;
    background-color:inherit;
}
/* END effecten_css */
