html {
  font-size: 14px;
  font-family: 'Bebas Neue', Tahoma, Geneva, Verdana, sans-serif
}

.label {
    color: #3E681C;
    font-family: 'Bebas Neue';
    font-size: 20px;
}

.labellang {
    color: black;
    font-family: 'Bebas Neue';
    font-size: 22px;
}

a {
    color: #3E681C;
    font-family: 'Bebas Neue';
}
    a:hover {
        color: #294412;
    }

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.nav-link {
    color: #3E681C;
    font-family: 'Bebas Neue';
    font-size: 24px;
}

.navigatie {    
    float: right;
    transition: box-shadow 0.15s ease-in-out;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: url(../images/achtergrond.png);
    background-size: 100% auto;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

h1 {
    color: #3E681C;
    font-family: 'Bebas Neue';
}

.footertekst {
    color: #3E681C;
    font-family: 'Bebas Neue';
    font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: #559026;
    border-color: #559026;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #294412;
        border-color: #294412;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #559026;
        border-color: #559026;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #559026;
        border-color: #0a53be;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }


* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    width: auto;
    padding: 16px;
    margin-top: -5px;
    color: lightgray;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    margin-left: auto;
    margin-right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        color: #294412;
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }