/****** PLACE YOUR CUSTOM STYLES HERE ******/

section.imgBruin{
    height:680px;padding:0px;min-height:400px;
}

div.imgBruin
{
    border-color:#3f1063; border:5px;height:500px; width:100%;
}

@media all and (max-width: 980px) {
    section.imgBruin{
        height:300px;
    }

}

@media all and (min-width: 1500px) {
    section.imgBruin{
        height:980px;
    }

}

@media all and (min-width: 2000px) {
    div.imgBruin
    {
        margin-left: 15%;margin-right: 13%;
    }
}

.lead{
    margin-bottom: 50px;
}

input[type="checkbox"]{
    width: 21px;
    height: 21px;
}

.feature.boxed {
     background: white;
}