.roboto-light {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.rubik {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
}


h2 {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    color: #213B29;
    font-size: 2.5rem;
    /* font-size: 3.3rem; */
}

h3 {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-size: 18px;
    color: #213B29;
}

p {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    font-weight: 300;
    font-size: 0.95rem;
    text-align: justify;
}

header {
    background-image: url(img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
}

header img {
    width: 45%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro {
    background-color: #D0CBC7;
    position: relative;
}

.intro img.logo-title {
    width: 170px;
}

.intro img.motief {
    display: none;
}

.capabilities {
    background-color: #7D8A70;
}

.capabilities .card {
    height: 150px;
    margin: 10px;
    padding: 35px;
    border-radius: 15px;
}

.director {
    background-color: #D0CBC7;
}

footer {
    background-color: #D0CBC7;
}


/* Margin Top/Bottom/Left/Right - Extra Large */
.mt-el {
    margin-top: 75px;
}

.mb-el {
    margin-bottom: 75px;
}

.ms-el {
    margin-left: 75px;
}

.me-el {
    margin-right: 75px;
}


/* Padding Top/Bottom - Extra Large */
.pb-el {
    padding-bottom: 75px !important;
}

.pt-el {
    padding-top: 75px !important;
}

/* Padding Top/Bottom - Large */
.pb-l {
    padding-bottom: 50px !important;
}

.pt-l {
    padding-top: 50px !important;
}

.kurt-rounded {
    border-radius: 5px;
}

.card {
    background-color: #C2C0B8;
}

.card-body p {
    font-size: 0.8rem;
}

.director h3 {
    font-size: 28px;
}

.director h4 {
    font-size: 18px;
    color: #213B29;
}

.veritcal-header {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    color: #213B29;
    font-size: 5rem;
    /* transform: rotate(-90deg) translate(-25%, -35%); */
    transform: rotate(-90deg) translate(-45%, -100%)
}

.form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #111;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: .575rem 0;
}

.form-control:focus {
    background-color: transparent;
    border-bottom: 1px solid #999;
    outline: 0;
    box-shadow: none;
}

footer button.btn-primary {
    font-family: "Roboto", sans-serif;
    background-color: #213B29;
    border-color: #213B29;
    font-weight: 300;
    color: #D0CBC7;
    font-size: 0.9rem;
}

footer button.btn-primary:hover {
    background-color: rgba(33, 59, 41, 0.65);
    border-color: rgba(33, 59, 41, 0.65);
    color: #D0CBC7
}

label {
    font-size: 14px;
    opacity: 0.8;
}

footer img {
    margin: 10px auto 0 auto;
    width: 95vw;
    display: block;
    padding: 10px;
}

.capabilities h2 {
    font-size: 1.8rem;
    padding: 0 11px;
}


@media (min-width: 992px) {

    h2 {
        font-size: 3.3rem;
    }

    .capabilities h2 {
      font-size: 2.8rem;
      text-align: left;
      padding: 0;
    }

    /* Margin Top/Bottom/Left/Right - Extra Large */
    .mt-el {
        margin-top: 250px;
    }

    .mb-el {
        margin-bottom: 250px;
    }

    .ms-el {
        margin-left: 250px;
    }

    .me-el {
        margin-right: 250px;
    }


    /* Padding Top/Bottom - Extra Large */
    .pb-el {
        padding-bottom: 250px !important;
    }

    .pt-el {
        padding-top: 250px !important;
    }

    /* Padding Top/Bottom - Large */
    .pb-l {
        padding-bottom: 150px !important;
    }

    .pt-l {
        padding-top: 150px !important;
    }

    .intro img.motief {
        position: absolute;
        display: block;
        right: 0;
        width: 8vw;
        bottom: -45px;
    }

}