body {
    font-family     : Arial, Helvetica, sans-serif;
    color           : #7c7c7c;
    background      : url('../../images/bg_top.png') top left repeat-x #FFF;
}
.body-clean {
    background-image: none;
}
.container-narrow {
    max-width: 800px;
}
.header-image {
    background: url('../../images/dhub_offices.jpg') center no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
}
.w-10 {
    width: 10%;
}
.w-33 {
    width: 33.3333%;
}

a {
    color: #9D3C96;
}
h2 {
    color: #9D3C96;
}
.vh-100 {
    min-height: 100vh;
}

.border-dashed {
    border-style: dashed !important;
}
.border-grey {
    border-color: #E5E5E5 !important;
}
.image-zoom:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
}
.image-zoom {
    transition: transform 0.3s;
}