body {
    background: #f8f9fa;
}

header {
    background: white;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

a {
    color: #ff5800;
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 2.5rem;
    }
}

.card {
    margin-bottom: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card h5,
.card h5 a {
    color: #ff5800;
    vertical-align: center;
}

.card h5 a.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.btn-xs {
    padding: 0.18rem 0.4rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

@media only screen and (max-width: 993px) {
    .navbar-nav .btn {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .img-404 {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 428px) {
    .navbar-brand {
        margin-right: 0;
    }
    .logo {
        width: 80%;
    }
}

i.material-icons {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#navigation2 {
    float: left;
}

.cookie-bar {
    width: 100%;
    padding: 2px;
    text-align: center;
    background-color: #ff5800;
    color: white;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ff5800;
    font-size: 0.8rem;
    color: white;
    padding-left: 10px;
}

.custom-jumbotron {
  background-image: url('/images/00001104-PHOTO-2018-01-13-14-30-21.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.custom-jumbotron-heading {
  color: red;
}

.custom-jumbotron-lead {
  /* Voeg hier eventuele aangepaste stijlen toe voor de lead-tekst */
}

/**********************
**  FRONTPAGE STYLES **
**********************/
.frontpage {
    background: linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(252, 252, 252, 0.1) 30%,
            rgba(255, 255, 255, 0) 100%
        ),
        url(images/00001104-PHOTO-2018-01-13-14-30-21.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.frontpage header {
    background: none;
    box-shadow: none;
}

.frontpage .card {
    color: white;
    background: #343a40;
}



