/* 
    Created on : 21-feb-2018, 16:33:50
    Author     : Stefaan
*/

#header1 {
    
    /**
    background-color: #E5E5E5;
    **/
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}


#jt1{
    height: 500px;
    margin: 0px;
    color: #ffffff;
    
    /*background-image: url('../Images/ConstrShadedGrey.jpg');*/
    background-image: url('../Images/VastgoedBG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    
    
}

#jt2{
    height: 500px;
    color: #333333;
    margin: 0px;
    
    /*background-image: url('../Images/FinanceWhiteScale.jpg');*/
    background-image: url('../Images/DienstenBG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

