body
{
    background: url(https://gto.mijngcn.nl/wp-content/uploads/2018/08/golf-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
body.logged-in
{
   background:none;
}
h2
{
   color: #F5791a;
}
.dashboard .card-body {
color:#F5791a;
}


/* facturen waarschuwing dashboard */
/* tijdelijk verbergen ivm autom incasso */
div[data-target='/wallet/'] .alert-warning {
    display: none;
}

#profiletabs-content #invoices th:nth-child(4), #profiletabs-content #invoices td:nth-child(4) {
    display: none;
}