@media (min-width: 1200px){
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 768px){
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 576px){
    .container {
        max-width: 100% !important;
    }
}

.text-primary {
    color: #c28429 !important;
}

a.navbar-brand {
    padding: 0;
}
    div.logo {
        color: transparent;
        width: 120px;
        height: 120px;
    }

.bg-light {
    background-color: #FFF !important;
    /*image-rendering: -webkit-optimize-contrast;*/
}

.bg-dark {
    background-color: #343434 !important;
    /*image-rendering: -webkit-optimize-contrast;*/
}

header.masthead {
    margin-top: 136px !important;
    background-color: #81938f;
}
    header.masthead div.container {
        margin: 0 !important;
        padding: 0 !important;
    }
    header.masthead div.intro {
        height: 455px;
    }
div.jumbotron {
    padding: 20px !important;
    color: #FFF;
    background-color: #067E98;
}

section {
    padding: 25px 0;
}
section#aanbod {
    margin-top: 15px;
}
main.container {
    margin-top: 95px;
}
    main.container form.form-horizontal {
        margin-left: 95px;
    }

nav div.container, section div.container {
    max-width: 960px !important;
}

section#team {
    padding-top: 35px !important;
    padding-bottom: 20px !important;
}
    section#team h2.section-heading {
        color: #c28429;
    }
    section#team img.team-image {
        height: 240px;
        width: 240px;
    }
    section#team p.title {
        color: #c28429 !important;
    }
    .bg-team {
        background-color: #edeadc;
    }
    
section#contact footer {
    height: 480px !important;
    background-color: #81938f;
    padding-top: 20px;
    color: #FFF;
}   
    section#contact .section-heading {
        margin-bottom: 20px;
    } 
    section#contact p {
        line-height: 1.5em;
    } 
    
.btn-primary {
    background-color: #c28429;
    /*color: #434343;*/
    border-color: #a67123;
    /*font-weight: bold;*/
}

h2, .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.5rem; }
h4, .h4 { font-size: 1.25rem; }

h3.section-subheading {
    margin: 0 0 20px 0 !important;
}

span.openinghours-heading {
    width: 115px;
    display: inline-block;
    text-align: left !important;
}
span.openinghours-text {
    width: 150px;
    display: inline-block;
}

div.team-member h4 {
    margin-top: 10px;
}
div.team-member .rounded-circle {
    border-radius: 10% !important;
    border: solid 2px #c28429;
}
footer {
    padding-bottom: 1px !important;
    border-bottom: solid 2px #c28429;
}
    footer div.row, footer li {
        line-height: 46px !important;
    }
div.widget-form {
    background-color: #221f1f !important;
    text-align: center;
}
    div.widget-form form.flow {
        padding-bottom: 20px;
    }
    div.widget-form button#Send {
        background-color: #c28429;
        color: #ffffff;
    }
    div.widget-form div.validation-summary-errors {
        color: red;
        text-align: left;
    }
    div.widget-form div.form-group {
        max-width: 960px;
        margin: 10px auto;
    }
        div.widget-form div.form-group div.widget-body {
            margin: 0 10px;
        }

div.message {
    background-color: #FEEFB3;
    border: solid 2px #9F6000;
    border-radius: 5px;
    min-height: 50px;
    line-height: 20px;
    padding: 10px;
    margin: 100px 10px -90px 10px;
}        
    div.message-success {
        background-color: #DFF2BF;
        border: solid 2px #4F8A10;
    }        