.navbar-custom {
    color: white;
    background-color: rgba(0, 0, 0, 0);
}
.navbar-custom, .navbar-custom.is-fixed {
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-custom.is-fixed .nav li a {
    color: white;
}

a.navbar-brand {
    color: white;
}

.navbar-mobile {
    background-color: black;
}

.navbar-custom {
    background-color: black;
}


.intro-header {
    height: 100vh;
}

#adres {
    font-size: 24px;
    margin-top: 115px;
}
@media (min-width: 1000px) {
    .intro-header {
        height: 600px;
    }

    #adres {
        font-size: 30px;
        margin-top: 400px;
    }
}


@media (min-width: 400px) {
    #delta-logo {
        width: 284.72px;
        height: 250px;
    }

    #klok {
        font-size: 54px;
    }
}

@media (max-width: 399px) {
    #delta-logo {
        height: 100px;
        width: 113.88px;
    }

    #klok {
        font-size: 25px;
    }
}


#klok
{
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 53.9000015258789px;
    margin-top: 8px;
    margin-bottom: 3px;
}

