body {
    background: url(../images/removeclamp_v1.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a.betalenDutch {
    background: url(../Images/btn_nl.png) no-repeat center;
    display: block;
    text-indent: -9999px;
    width: 274px;
    height: 84px;
}

a.betalenFrench {
    background: url(../Images/btn_fr.png) no-repeat center;
    display: block;
    text-indent: -9999px;
    width: 274px;
    height: 84px;
}

a.betalenEnglish {
    background: url(../Images/btn_en.png) no-repeat center;
    display: block;
    text-indent: -9999px;
    width: 274px;
    height: 84px;
}

a.betalenDeutch {
    background: url(../Images/btn_de.png) no-repeat center;
    display: block;
    text-indent: -9999px;
    width: 274px;
    height: 84px;
}

.navbar {
    background-color: #fed614;
}

.navbar-inverse .navbar-brand {
    color: black;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}

/* Set width on the form input elements since they're 100% wide by default */

select,
textarea {
    max-width: 280px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    font-size: small;
}
.text-danger {
    color: #b94a48 !important;
    font-size: small;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.contact-form {
    overflow: hidden;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /*centers items on the line (the x-axis by default)*/
    align-items: center; /*centers items on the cross-axis (y by default)*/
}

.form-control {
    max-width: 90%;
}

    .form-control-area {
        max-width: 97.5%;
        min-width: 97.5%;
    }

    @media (min-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}

.contact-group {
    display: flex;
    justify-content: start;
}

.contact-group-item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.control-label {
    font-size: 12px;
}

.btn-primary {
    color: #fff;
    background-color: #fed614;
    border-color: #fed614;
}

    .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #fed614;
        border-color: #fed614;
        box-shadow: 0 0 0 0.25rem rgba(254,214,20,0.46);
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #fed614;
        border-color: #fed614;
        box-shadow: 0 0 0 0.25rem rgba(254,214,20,0.46);
    }
    .btn-primary:focus {
        color: #fff;
        background-color: #fed614;
        border-color: #fed614;
        box-shadow: 0 0 0 0.25rem rgba(254,214,20,0.46);
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fed614;
    outline: 0;
    box-shadow: 0 0 0 0.20rem rgba(254,214,20,0.35);
}

.about-form {
    overflow: hidden;
    /*position: absolute;*/
    max-width: 75%;
    height: 100%;
    display: flex;
    justify-content: center; /*centers items on the line (the x-axis by default)*/
    align-items: center; /*centers items on the cross-axis (y by default)*/
}