h1 {
    color: rgb(255, 0, 0);
}
.ksflogo {
height: 50px;
width: auto;
}
.hk_bar { background-image:
       linear-gradient(white,white, white, white, rgb(241, 241, 241),rgb(233, 233, 233));
}


.first-nav{
    background: white;
}

.second-nav{
    top: 50px;
}

.jumbotron{
    height: 100vh;
}

tr.todo-inactive {
    color: #9a9a9a;
    background: #f5f5f5;
}


/* bootstrap Sass Variablen */
$body-bg:   red;

