html {
    height:100%;
}

body {
    color: rgb(0, 0, 0);
}

h1 {
    color: #151F6D;
    font-weight: bold;
}

h2, h3, h4, h5, h6 {
    color: #D17700;
}

.project-titel {
    color: #D17700;
}

#alles {
    min-height:100%;
    background-color:white;

}

a:hover {
    color: #0088cc;
    text-decoration: underline;
}

a {
    color: #0b5eda;
    text-decoration: none;
}


#headergradient h1 {
    font-size:30px;
    line-height: 100px;
    padding-left:10px;
}

#tekstgradient {
    padding:10px;
}

#alles {
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: #FFFFFF;
}

/* Navigatie-menu */
.navbar {
    padding: 0px;
    border-top: 1px;
    border-bottom: 1px;
}

.navbar-nav li {
    float: none;
    text-decoration: none;
    text-shadow: 0 1px 0 rgb(220 220 255);
    font-weight: bold;
}

.nav-link {
    padding: 8px 15px 8px 15px !important;
}

.navbar li > a.active {
    color: #D17700 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media(max-width: 768px) {
    input.full-width, button.full-width {
        width: 100%;  
    }
}

/* Tabel op index pagina */
tr { 
    border-width: 15px 0;
    border-color: #ff000000;
}
