#body {
    background-color:white
}

#navBarBlock {
    padding-top: 20px;
    background-image: url('about-us-img-1.jpg');
    background-repeat: no-repeat;
    background-size:cover; height: auto; min-height: 250px;
    border-radius: 0px 0px 30px 30px;
}

#navLinks {
   padding-left: 300px;
   position: absolute;
}

#heading {
    color: white;
    font-size: 325%;
}

.column {
    float: left;
    width: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}